Skip to content

Commit 5442bcc

Browse files
committed
Update release notes wrt #13
1 parent 9ef6322 commit 5442bcc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ JSON content than Oracle's JSR-353 Reference Implementation.
1818
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.datatype/jackson-datatype-jsr353/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.datatype/jackson-datatype-jsr353/)
1919
[![Javadoc](https://javadoc.io/badge/com.fasterxml.jackson.datatype/jackson-datatype-jsr353.svg)](http://www.javadoc.io/doc/com.fasterxml.jackson.datatype/jackson-datatype-jsr353)
2020

21-
As of 2.3 module is considered stable and production ready.
21+
This module has been considered stable and production ready since version 2.3
2222

2323
## Usage
2424

@@ -30,7 +30,7 @@ To use module on Maven-based projects, use following dependency:
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.datatype</groupId>
3232
<artifactId>jackson-datatype-jsr353</artifactId>
33-
<version>2.9.0</version>
33+
<version>2.10.0</version>
3434
</dependency>
3535
```
3636

@@ -42,13 +42,14 @@ and prior), you may need to include one. Implementations include:
4242
* [JSR 353 Reference Implementation](https://jsonp.java.net/)
4343
* [Jackson-javax-json](https://github.com/pgelinas/jackson-javax-json)
4444

45-
Reference implementation (last updated in 2013) dependency would be:
45+
Reference implementation dependency would be:
4646

4747
```xml
4848
<dependency>
4949
<groupId>org.glassfish</groupId>
5050
<artifactId>javax.json</artifactId>
51-
<version>1.0.4</version>
51+
<!-- for versions up to 2.10.x, 1.0.4 or above may be used; 2.11 will require 1.1 or above
52+
<version>1.1</version>
5253
</dependency>
5354
```
5455

release-notes/CREDITS-2.x

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Here are people who have contributed to the development of Jackson JSON processor
2+
JSR-353 (JSON-P) datatype component, version 2.x
3+
(version numbers in brackets indicate release in which the problem was fixed)
4+
5+
Tatu Saloranta, [email protected]: author
6+
7+
Michał Regulski (regulskimichal@github)
8+
9+
#13: Support for `JsonPatch` and `JsonMergePatch` defined in JSON-P 1.1
10+
w(contributed by Michał R)
11+

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Project: jackson-datatype-jsr353
66

77
2.11.0 (not yet released)
88

9+
#13: Support for `JsonPatch` and `JsonMergePatch` defined in JSON-P 1.1
10+
(contributed by Michał R)
911
- Update `javax.json` dependencies from 1.0 to 1.1.4
1012

1113
2.10.4 (not yet released)

0 commit comments

Comments
 (0)