Skip to content

Commit

Permalink
Merge branch '2.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 12, 2023
2 parents 85d5ec1 + 1cfb490 commit 1edaf32
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
3 changes: 3 additions & 0 deletions src/main/java/tools/jackson/core/util/JacksonFeatureSet.java
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 1edaf32

Please sign in to comment.