spring-petclinic-rest
spring-petclinic-rest copied to clipboard
Use Java 17
The maven build seems to run fine using Java 17. Migrating this build to Java 17 should be straightforward.
- Update the Github workflow action to use Java 17
- Add the property <java.version>17</java.version> to the maven properties
Hi @arey @stevenvanophem if it's not taken, I'll take care of it.
Tell me if you 're OK.
Not sure that we have only to support Java 17 and above. I prefer this sample remains compatible with the previous LTS (Java 11)
IMO, although the expected benefits will be weak, this sample should stick to the latest LTS ( --> 17)
I propose to move to Java 17 with Spring Boot 3 migration.