Skip to content

Commit

Permalink
Implement [databind#4820]: Java 17 baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 2, 2024
1 parent 20d7c9b commit b11a7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- [databind#4820]: Java 17 baseline -->
<javac.src.version>17</javac.src.version>
<javac.target.version>17</javac.target.version>

<!-- Need Jersey+Jetty for testing -->
<version.jersey>2.45</version.jersey>
<version.jetty>9.4.56.v20240826</version.jetty>

<!-- Needed to enable jax-rs 2.0 usage under OSGi -->
<javax.ws.rs.version>[2.0,2.2)</javax.ws.rs.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Sub-modules:

3.0.0 (not yet released)

- Minimum Java baseline: Java 17
- Remove `Annotations` enum abstraction, replace with direct `AnnotationIntrospector`
configuration.

0 comments on commit b11a7bf

Please sign in to comment.