Skip to content

Commit 4effd61

Browse files
committed
Prepare for 2.10.0
1 parent 44e63ed commit 4effd61

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.10.0-SNAPSHOT</version>
6+
<version>2.10.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-binary</artifactId>

release-notes/VERSION-2.x

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,26 @@ Project: jackson-datatypes-binaryModules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11-
2.10.0.pr3 (17-Sep-2019)
11+
2.10.0 (26-Sep-2019)
1212

13+
#139: (cbor) Incorrect decimal fraction representation
14+
(reported by wlukowicz@github)
1315
#148: (protobuf) Add `ProtobufMapper.generateSchemaFor(TypeReference<?>)` overload
1416
(suggested by MrThreepwood@github)
15-
#178: Fix issue wit input offsets when parsing CBOR from `InputStream`
16-
(reported by iziamos@github)
17-
#180: Add `ProtobufGenerator.canWriteBinaryNatively()` to support binary writes
18-
19-
2.10.0.pr2 (31-Aug-2019)
20-
17+
#155: (cbor, smile) Inconsistent support for FLUSH_PASSED_TO_STREAM
18+
(reported, fix suggested by Carter K)
19+
#157: (all) Add simple module-info for JDK9+, using Moditect
20+
#163: (ion) Update `ion-java` dependency
21+
(contributed by Fernando R-B)
2122
#168: (avro) `JsonMappingException` for union types with multiple Record types
2223
(reported by Juliana A; fix contributed by Marcos P)
2324
#173: (avro) Improve Union type serialization performance
2425
(fix contributed by Marcos P)
2526
#177: (avro) Deserialization of "empty" Records as root values fails
2627
(reported by Macros P)
27-
28-
2.10.0.pr1 (19-Jul-2019)
29-
30-
#139: (cbor) Incorrect decimal fraction representation
31-
(reported by wlukowicz@github)
32-
#155: (cbor, smile) Inconsistent support for FLUSH_PASSED_TO_STREAM
33-
(reported, fix suggested by Carter K)
34-
#157: (all) Add simple module-info for JDK9+, using Moditect
35-
#163: (ion) Update `ion-java` dependency
36-
(contributed by Fernando R-B)
28+
#178: (cbor) Fix issue wit input offsets when parsing CBOR from `InputStream`
29+
(reported by iziamos@github)
30+
#180: (protobuf) Add `ProtobufGenerator.canWriteBinaryNatively()` to support binary writes
3731
- asm version upgrade to 6.2.1 (from 5.1)
3832
- (cbor, smile) Rewrote handling of "output context" for better field id write support
3933

0 commit comments

Comments
 (0)