Skip to content

Commit fe9d4e6

Browse files
committed
Prepare for 2.15.0-rc3
1 parent 61e259d commit fe9d4e6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.15.0-rc3-SNAPSHOT</version>
11+
<version>2.15.0-rc3</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
#968: Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
18-
wrt ultra-large scale
19-
#984: Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`
20-
21-
2.15.0-rc2 (28-Mar-2023)
17+
2.15.0-rc3 (14-Apr-2023)
2218

2319
#827: Add numeric value size limits via `StreamReadConstraints` (fixes
2420
`sonatype-2022-6438`)
@@ -45,6 +41,9 @@ JSON library.
4541
(contributed by @pjfanning)
4642
#962: Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder)
4743
#965: 2.15.0-rc1 missing Gradle module metadata marker in pom.xml
44+
#968: Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
45+
wrt ultra-large scale
46+
#984: Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`
4847
- Build uses package type "jar" but still produces valid OSGi bundle
4948
(changed needed to keep class timestamps with Reproducible Build)
5049

0 commit comments

Comments
 (0)