Skip to content

Commit

Permalink
Update release notes wrt #125
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 25, 2019
1 parent 21ff609 commit dc025bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public enum Feature {
* Using {@link #FORCE_LAZY_LOADING} may result in
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
* ignore the error and serialize a `null`.
*
* @since 2.10
*/
WRITE_MISSING_ENTITIES_AS_NULL(false)
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public enum Feature {
* Using {@link #FORCE_LAZY_LOADING} may result in
* `javax.persistence.EntityNotFoundException`. This flag configures Jackson to
* ignore the error and serialize a `null`.
*
* @since 2.10
*/
WRITE_MISSING_ENTITIES_AS_NULL(false)
;
Expand Down
6 changes: 6 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Project: jackson-datatype-hibernate
=== Releases ===
------------------------------------------------------------------------

2.10.0 (not yet released)

#125: Ignore missing entities when lazy loading is enabled, if newly added
`Feature.WRITE_MISSING_ENTITIES_AS_NULL` is enabled
(contributed by mobreza@github)

2.9.8 (15-Dec-2018)

No changes since 2.9.7
Expand Down

0 comments on commit dc025bd

Please sign in to comment.