hapi-fhir-jpaserver-starter icon indicating copy to clipboard operation
hapi-fhir-jpaserver-starter copied to clipboard

Property java.version=11

Open netlogo-it opened this issue 1 year ago • 2 comments

Spring Boot 3.2.0 requires Java 17 as a minimum version. In the pom.xml file version 11 is specified, I think this is an oversight, probably the java.version property is not used. I think the property should be removed.

netlogo-it avatar Mar 30 '24 17:03 netlogo-it

@netlogo-it wanna make a PR?

jkiddo avatar Apr 23 '24 12:04 jkiddo

@jkiddo here i've made a PR for it: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/686

madduci avatar May 24 '24 07:05 madduci