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
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
-
Project to build [Jackson](../../../jackson) module (jar) to
2
-
support JSON serialization and deserialization of Hibernate (https://hibernate.org) specific datatypes
3
-
and properties; especially lazy-loading aspects.
1
+
Project to build [Jackson](../../../jackson) module to
2
+
support JSON serialization and deserialization of Hibernate (https://hibernate.org) specific data types and properties; and features like lazy-loading.
As of version 2.0 module is usable and used by non-trivial number of developers and projects.
9
+
Module is usable and supported for Jackson 2.x. and used by non-trivial number of developers and projects.
10
+
11
+
Currently (October 2025) module is **NOT supported for Jackson 3.x** due to lack of active maintainer.
12
+
It is considered Deprecated as part of [JSTEP-9](https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-9).
11
13
12
14
Note: Hibernate 4.x, 5.x, 6.x and 7.x are supported (5.x starting with Jackson 2.6; 6.x with Jackson 2.15 and 7.x with Jackson 2.20) but they require different jars, and Maven artifact names (and jar names differ).
13
15
@@ -59,8 +61,8 @@ To use module on Maven-based projects, use following dependency
0 commit comments