Skip to content

Commit 5956b59

Browse files
committed
Update release notes wrt #844
1 parent b3c6899 commit 5956b59

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ instance of which is constructed by `JsonFactory`:
104104
An example can be found from [Reading and Writing Event Streams](http://www.cowtowncoder.com/blog/archives/2009/01/entry_132.html)
105105

106106
-----
107+
107108
## Compatibility
108109

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

125126
-----
126127

128+
## Release Process
129+
130+
Starting with Jackson 2.15, releases of this module will be [SLSA](https://slsa.dev/) compliant: see issue #844 for details.
131+
132+
Release process is triggered by
133+
134+
./release.sh
135+
136+
script which uses Maven Release plug-in under the hood (earlier release plug-in was directly invoked).
137+
138+
-----
139+
127140
## Support
128141

129142
### Community support

release-notes/CREDITS-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,6 @@ Markus Spika (DemonicTutor@github)
351351
if `tokenFilter` is null
352352
(2.14.2)
353353

354+
Pedro Nacht (pnacht@github)
355+
* Contributed #844: Add SLSA provenance via build script
356+
(2.15.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ JSON library.
1919
#827: Add numeric value size limits via `StreamReadConstraints` (fixes
2020
`sonatype-2022-6438`)
2121
(contributed by @pjfanning)
22+
#844: Add SLSA provenance via build script
23+
(contributed by Pedro N)
2224
#851: Add `StreamReadFeature.USE_FAST_BIG_DECIMAL_PARSER` to enable
2325
faster `BigDecimal`, `BigInteger` parsing
2426
(contributed by @pjfanning)

0 commit comments

Comments
 (0)