We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c463a commit b15a94cCopy full SHA for b15a94c
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>tools.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</version>
13
</parent>
14
<groupId>tools.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
release-notes/VERSION
@@ -5,7 +5,7 @@ Versions: 3.x (for earlier see VERSION-2.x)
5
=== Releases ===
6
------------------------------------------------------------------------
7
8
-3.0.1 (not yet released)
+3.0.1 (21-Oct-2025)
#5335: JsonMapper to deserialize `Optional.empty()` instead of `null`
in case of missing property (2.x compatibility)
0 commit comments