Skip to content

Commit

Permalink
Update minimum Joda version to 2.10, CI, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 19, 2025
1 parent 4c15119 commit 3263833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use module on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.17.1</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
```

Expand Down Expand Up @@ -79,7 +79,7 @@ Assert.assertEquals(INPUT_JSON, json);

## Compatibility

Module works with Joda version 2.9 and higher (CI tests compatibility since module version 2.14), even if it declares dependency to a newer version.
Module works with Joda version 2.10 (as of Jackson 3.0) and higher (CI tests compatibility since module version 2.14), even if it declares dependency to a newer version.
This means that it is possible to use with older version by using Maven dependency override.

## More
Expand Down
4 changes: 2 additions & 2 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Major version: 3 (for earlier, see VERSION-2.x)
#130: Remove support of `org.joda.time.DateMidnight` from Jackson 3.x
#153: Change 3.0 to use `module-info.java` directly [JSTEP-11]
* Rename "com.fasterxml.jackson" -> "tools.jackson"

- Minimum Java baseline: Java 17
- Minimum Java baseline: Java 17
- Minimum Joda version supported 2.10 (due to JPMS requirement)

0 comments on commit 3263833

Please sign in to comment.