Skip to content

Commit

Permalink
Update release notes wrt #844
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 14, 2023
1 parent b3c6899 commit 5956b59
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ instance of which is constructed by `JsonFactory`:
An example can be found from [Reading and Writing Event Streams](http://www.cowtowncoder.com/blog/archives/2009/01/entry_132.html)

-----

## Compatibility

### JDK
Expand All @@ -124,6 +125,18 @@ for information on Android SDK versions to Android Release names see [Android ve

-----

## Release Process

Starting with Jackson 2.15, releases of this module will be [SLSA](https://slsa.dev/) compliant: see issue #844 for details.

Release process is triggered by

./release.sh

script which uses Maven Release plug-in under the hood (earlier release plug-in was directly invoked).

-----

## Support

### Community support
Expand Down
3 changes: 3 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,6 @@ Markus Spika (DemonicTutor@github)
if `tokenFilter` is null
(2.14.2)

Pedro Nacht (pnacht@github)
* Contributed #844: Add SLSA provenance via build script
(2.15.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ JSON library.
#827: Add numeric value size limits via `StreamReadConstraints` (fixes
`sonatype-2022-6438`)
(contributed by @pjfanning)
#844: Add SLSA provenance via build script
(contributed by Pedro N)
#851: Add `StreamReadFeature.USE_FAST_BIG_DECIMAL_PARSER` to enable
faster `BigDecimal`, `BigInteger` parsing
(contributed by @pjfanning)
Expand Down

0 comments on commit 5956b59

Please sign in to comment.