-
Notifications
You must be signed in to change notification settings - Fork 20
Sync with canonical including Spring Boot 3.5 upgrade #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fixed issue where editing a pet's type or name wasn't persisting - Updated processUpdateForm to modify existing pet instead of adding new one - Added proper handling of existing pet update Fixes #1752
Signed-off-by: Antoine Rey <[email protected]>
Signed-off-by: Antoine Rey <[email protected]>
Signed-off-by: Antoine Rey <[email protected]>
- Added WebConfiguration class to change language using url param - Added text from messages to html files wherever required - Added String to all other languages Closes #1854 Signed-off-by: anizmo <[email protected]>
- Added test to ensure there are no string literals - Added test to ensure a string is translated in all language files - Added missing strings in properties - Internationalized remaining strings flagged by the tests Signed-off-by: anizmo <[email protected]>
Signed-off-by: Antoine Rey <[email protected]>
- Fixed broken paging and aligned vetList and OwnersList - Adding Doctype for consistency - Removed html5shim and respond for IE < 9 - Reformatting HTML Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
- Extracted find by findPetTypes because of failing tests - Extracting helped to keep one repository responsible for an entity type - Seems like Spring Data is more strict and treats PetType as DTO and generated a Costructor NEW query - Current approach treats it still like an entity Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
- MySQL 9.3 does not work with testcontainers 1.21.0. Database container terminates with errors Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Denis Fuenzalida <[email protected]>
details: * Gradle changes: ** redundant 'apply' plugin declarations are removed ** java 'sourceCompatibility' removed in favor of 'toolchain' * Gradle version upgrade: 8.14 -->> 8.14.3 * Maven version upgrade: 3.9.9 -->> 3.9.10 related links: * https://docs.gradle.org/8.14.1/release-notes.html * https://docs.gradle.org/8.14.2/release-notes.html * https://docs.gradle.org/8.14.3/release-notes.html * https://maven.apache.org/docs/3.9.10/release-notes.html * https://committing-crimes.com/articles/2024-10-30-using-gradle-toolchains-properly * https://docs.gradle.org/8.14.3/userguide/building_java_projects.html#sec:java_cross_compilation Signed-off-by: dejan2609 <[email protected]>
…ical-v3 # Conflicts: # build.gradle # pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.