commit | d7ccf207151b88498a51a87d492b8c9036383289 | [log] [tgz] |
---|---|---|
author | Martin Wiesner <mawiesne@users.noreply.github.com> | Fri Dec 29 12:55:01 2023 +0100 |
committer | GitHub <noreply@github.com> | Fri Dec 29 12:55:01 2023 +0100 |
tree | b0d9fdf4031d166f92612a3b4702196d2346c3f5 | |
parent | 9545642d186b182930fc2eddc0685a0fec6fe923 [diff] |
Updates Apache Derby to version 10.17.1.0 (#114) - Release Notes see: https://svn.apache.org/repos/asf/db/derby/code/branches/10.17/RELEASE-NOTES.html - adjusts required Java version to 21, as Derby "10.17 does NOT support Java releases prior to Java SE 21" - updates forbiddenapis plugin version to 3.6 to handle jdk-21 compiled classes correctly - updates jersey to version 2.41 (see: https://github.com/eclipse-ee4j/jersey/wiki/Road-Map) - switches use of the deprecated URL constructor as advised by JDK javadoc towards URI(..).toURL()