Sync with the Spring Boot 4 canonical version and upgrade to Spring AI 2.0.0-M1#18
Merged
arey merged 26 commits intospring-petclinic:mainfrom Dec 26, 2025
Merged
Conversation
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: Philippe Marschall <[email protected]>
The Speakerdeck presentation linked in the README refers to a pre–Spring Boot version of Petclinic. Added a note clarifying that the slides are outdated and pointing readers to the repository/docs for the current Spring Boot–based implementation. Signed-off-by: bansalbhumika13-beep <[email protected]>
Signed-off-by: jang8584 <[email protected]>
Signed-off-by: jang8584 <[email protected]>
See gh-2016 Signed-off-by: Moritz Halbritter <[email protected]>
See gh-2016 Signed-off-by: Moritz Halbritter <[email protected]>
On the heels of the Spring Boot 4 upgrade, this commit upgrade to the latest milestone and align the errorprone and NullAway versions. See gh-2016
* pr/2016: Upgrade to Spring Boot 4.0.0-M3 Add NullAway and JSpecify annotations Upgrade to Spring Boot 4.0.0-M2 Closes gh-2016
Closes gh-2100
Closes gh-2101
Signed-off-by: Patrick Baumgartner <[email protected]>
Signed-off-by: henribon <[email protected]>
See gh-2133
Needed to remove ErrorProne and Nullaway compiler plugins Fixes #2136
Use snake case physical naming strategy to reduce the need to specify column names. Signed-off-by: Philippe Marschall <[email protected]>
…ical # Conflicts: # README.md # build.gradle # pom.xml # src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java # src/main/java/org/springframework/samples/petclinic/model/Person.java # src/main/java/org/springframework/samples/petclinic/owner/Owner.java # src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java # src/main/java/org/springframework/samples/petclinic/owner/Pet.java # src/main/resources/messages/messages.properties # src/main/resources/messages/messages_de.properties # src/main/resources/messages/messages_es.properties # src/main/resources/messages/messages_fa.properties # src/main/resources/messages/messages_ko.properties # src/main/resources/messages/messages_pt.properties # src/main/resources/messages/messages_ru.properties # src/main/resources/messages/messages_tr.properties
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
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.