You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update build.gradle to use Java 21
* Update gradle-wrapper.properties to use gradle 8.5 (compatible with java 21)
* Update javax.* packages to jakarta.* packages.
* Remove override exception which no longer exists on super class.
* Update Dockerfiles to use Java 21
* Update GitHub test workflow to use Java 21
* Add updated handleExceptionInternal override method to `OperationOutcomeExceptionHandler`, this now uses `HttpStatusCode` as so the expected response method is adjusted slightly.
* Update documentation to reflect change to Java 21
* Update CHANGELOG.md
0 commit comments