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
+48-14Lines changed: 48 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,19 @@ and properties; especially lazy-loading aspects.
9
9
10
10
As of version 2.0 module is usable and used by non-trivial number of developers and projects.
11
11
12
-
Note: Hibernate 4.xand 5.x are supported (5.x starting with Jackson 2.6),
13
-
but they require different jar, and Maven artifact names (and jar names differ).
14
-
This document refers to "Hibernate 5" version, but changes with 4.x should require
15
-
little more than replacing "5" in names with "4".
12
+
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
+
14
+
This document refers to "Hibernate 5" version, but changes with 4.x/6.x/7.x should require
15
+
little more than replacing "5" in names with "4", "6" or "7".
16
16
17
17
Hibernate 3.x was supported up to Jackson 2.12 but is no longer supported at and after 2.13
18
18
19
19
Jackson 2.13 adds Support for "Hibernate 5 Jakarta" variant (for Hibernate 5.5 and beyond);
20
20
see below for more information.
21
21
22
-
Jackson 2.15 adds Support for Hibernate 6.x;
23
-
see below for more information.
22
+
Jackson 2.15 adds Support for Hibernate 6.x; see below for more information.
23
+
24
+
Jackson 2.20 adds Support for Hibernate 7.x; see below for more information.
24
25
25
26
### JDK requirements
26
27
@@ -31,6 +32,10 @@ With Jackson 2.15, JDK 11 will be required to build: all modules run on
31
32
Java 8 except for Hibernate 6.x module which requires Java 11 like
32
33
Hibernate 6.x itself.
33
34
35
+
With Jackson 2.20, JDK 17 will be required to build: 4.x and 5.x modules run on
36
+
Java 8, 6.x on 11 and Hibernate 7.x module requires Java 17 like
37
+
Hibernate 7.x itself.
38
+
34
39
### Javax vs Jakarta
35
40
36
41
Due to changes related to
@@ -54,7 +59,7 @@ To use module on Maven-based projects, use following dependency
0 commit comments