DataONEorg / bookkeeper

Bookkeeper keeps track of DataONE product subscriptions and quotas for researchers using the extended services.
Other
1 stars 2 forks source link

Upgrade Java dependency to current JDK 17 LTS release #78

Closed mbjones closed 1 year ago

mbjones commented 1 year ago

Switch to the maintained Eclipse Tumerin release for Java 17 (LTS) which is supported through 2027.

mbjones commented 1 year ago

I updated the pom to exclude the various versions of jaxb-api that were included from various dependencies in favor of using jakarta.xml.bind-api. The bookkeeper package now builds and tests on Java 17 using the temurin JDK on GHA even though we depend on DataONE libclient-java.