(#55) upgraded to Spring Boot 4.0.6, JDK 17, and zonky 2.8.0#56
Conversation
|
@Mom0aut I revised it to match JDK 25 now, I replaced all syntax as requested. Context Cause Solution |
|
@Mom0aut the CI build failed bc the workflow is currently running on JDK 17. This update requires compiling with JDK 25 due to changes in how implicit annotation processing is handled for multi-module structures in modern Java versions. It builds and passes all 16 tests successfully on a JDK 25 environment locally. |
|
Hey @Eve953 i think you can just update the lines here for the workflow? If not tell me i would update them on the main branch and you need to pull them over at your branch. Thanks for your work 😄 |
|
@Mom0aut I updated the yml files everything should be good to go :D |
Describe your changes
-Changed Spring Boot to
4.0.6and target compilation properties to JDK17.-Changed RELEASE_21 and '.getFirst()' to be compatible with JDK 17
embedded-database-spring-test(Zonky) to2.8.0to be compatible with the Spring Boot 4 / Jakarta EE namespace baseline.ddl-autosetting tocreate-dropto handle stricter Hibernate 6 type mappings during the integration testsIssue ticket number and link
Resolves #55
Checklist before requesting a review