File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
hibernate4/src/main/java/com/fasterxml/jackson/datatype/hibernate4
hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5 Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ public enum Feature {
84
84
* Using {@link #FORCE_LAZY_LOADING} may result in
85
85
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
86
86
* ignore the error and serialize a `null`.
87
+ *
88
+ * @since 2.10
87
89
*/
88
90
WRITE_MISSING_ENTITIES_AS_NULL (false )
89
91
;
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ public enum Feature {
83
83
* Using {@link #FORCE_LAZY_LOADING} may result in
84
84
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
85
85
* ignore the error and serialize a `null`.
86
+ *
87
+ * @since 2.10
86
88
*/
87
89
WRITE_MISSING_ENTITIES_AS_NULL (false )
88
90
;
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Project: jackson-datatype-hibernate
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.10.0 (not yet released)
8
+
9
+ #125: Ignore missing entities when lazy loading is enabled, if newly added
10
+ `Feature.WRITE_MISSING_ENTITIES_AS_NULL` is enabled
11
+ (contributed by mobreza@github)
12
+
7
13
2.9.8 (15-Dec-2018)
8
14
9
15
No changes since 2.9.7
You can’t perform that action at this time.
0 commit comments