GitHub / java-json-tools / json-patch
An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-json-tools%2Fjson-patch
PURL: pkg:github/java-json-tools/json-patch
Stars: 681
Forks: 194
Open issues: 66
License: other
Language: Java
Size: 650 KB
Dependencies parsed at: Pending
Created at: over 12 years ago
Updated at: 10 days ago
Pushed at: over 1 year ago
Last synced at: 5 days ago
Commit Stats
Commits: 272
Authors: 14
Mean commits per author: 19.43
Development Distribution Score: 0.118
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/java-json-tools/json-patch
1.11
v1.11
- Update to Gradle 5.6.3
- Source and build compatibility switched to Java 7
- Added common
Patch
interface (commit 08009be) - Bumped msg-simple to 1.2 (was getting an older version via jackson-coreutils)
- Bumped jackson-databind to 2.9.9 (was getting an older version via jackson-coreutils), and fixed some deprecated use.
- Bumped jackson-coreutils to 1.11
- Bumped Guava to 28.1-android.
- Bumped mockito-core to 2.28.2
- Bumped assertj-core to 2.9.1
- Replaced OSGi plugin with biz.aQute.bnd.
Download