Skip to content

Commit

Permalink
Make JacksonFeatureSet java.io.Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 12, 2023
1 parent f878f33 commit 1cfb490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ a pure JSON library.
Not yet released:

#1136: Change parsing error message to mention `-INF`
- Make `JacksonFeatureSet` serializable

2.16.0-rc1 (20-Oct-2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
* @since 2.12
*/
public final class JacksonFeatureSet<F extends JacksonFeature>
implements java.io.Serializable // since 2.16
{
private static final long serialVersionUID = 1L;

protected int _enabled;

/**
Expand Down

0 comments on commit 1cfb490

Please sign in to comment.