File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ instance of which is constructed by `JsonFactory`:
104
104
An example can be found from [ Reading and Writing Event Streams] ( http://www.cowtowncoder.com/blog/archives/2009/01/entry_132.html )
105
105
106
106
-----
107
+
107
108
## Compatibility
108
109
109
110
### JDK
@@ -124,6 +125,18 @@ for information on Android SDK versions to Android Release names see [Android ve
124
125
125
126
-----
126
127
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
+
127
140
## Support
128
141
129
142
### Community support
Original file line number Diff line number Diff line change @@ -351,3 +351,6 @@ Markus Spika (DemonicTutor@github)
351
351
if `tokenFilter ` is null
352
352
(2.14 .2 )
353
353
354
+ Pedro Nacht (pnacht @github )
355
+ * Contributed #844 : Add SLSA provenance via build script
356
+ (2.15 .0 )
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ JSON library.
19
19
#827 : Add numeric value size limits via `StreamReadConstraints ` (fixes
20
20
`sonatype - 2022 - 6438 `)
21
21
(contributed by @pjfanning )
22
+ #844 : Add SLSA provenance via build script
23
+ (contributed by Pedro N )
22
24
#851 : Add `StreamReadFeature .USE_FAST_BIG_DECIMAL_PARSER ` to enable
23
25
faster `BigDecimal `, `BigInteger ` parsing
24
26
(contributed by @pjfanning )
You can’t perform that action at this time.
0 commit comments