Skip to content

Commit dc025bd

Browse files
committed
Update release notes wrt #125
1 parent 21ff609 commit dc025bd

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

hibernate4/src/main/java/com/fasterxml/jackson/datatype/hibernate4/Hibernate4Module.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public enum Feature {
8484
* Using {@link #FORCE_LAZY_LOADING} may result in
8585
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
8686
* ignore the error and serialize a `null`.
87+
*
88+
* @since 2.10
8789
*/
8890
WRITE_MISSING_ENTITIES_AS_NULL(false)
8991
;

hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5/Hibernate5Module.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public enum Feature {
8383
* Using {@link #FORCE_LAZY_LOADING} may result in
8484
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
8585
* ignore the error and serialize a `null`.
86+
*
87+
* @since 2.10
8688
*/
8789
WRITE_MISSING_ENTITIES_AS_NULL(false)
8890
;

release-notes/VERSION

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Project: jackson-datatype-hibernate
44
=== Releases ===
55
------------------------------------------------------------------------
66

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+
713
2.9.8 (15-Dec-2018)
814

915
No changes since 2.9.7

0 commit comments

Comments
 (0)