File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.15.0-rc3-SNAPSHOT </version >
11
+ <version >2.15.0-rc3</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change @@ -14,11 +14,7 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
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 )
22
18
23
19
#827 : Add numeric value size limits via `StreamReadConstraints` (fixes
24
20
`sonatype - 2022 - 6438 `)
@@ -45,6 +41,9 @@ JSON library.
45
41
(contributed by @pjfanning )
46
42
#962 : Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder)
47
43
#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()`
48
47
- Build uses package type "jar" but still produces valid OSGi bundle
49
48
(changed needed to keep class timestamps with Reproducible Build )
50
49
You can’t perform that action at this time.
0 commit comments