Jersey example for implementing generic PATCH support via JAX-RS reader interceptor.
Taken from Gerard Davison's blog entry:
http://kingsfleet.blogspot.co.uk/2014/02/transparent-patch-support-in-jax-rs-20.html
Compile Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache 2.0 +1
| com.github.fge
»
json-patch JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java | 1.3 | 1.13 | |
Apache 2.0 +8
| org.glassfish.jersey.containers
»
jersey-container-grizzly2-http Grizzly 2 Http Container. | 2.21 | 4.0.2 | |
Apache 2.0 +8
| org.glassfish.jersey.media
»
jersey-media-moxy Jersey JSON entity providers support module based on EclipseLink MOXy. | 2.21 | 4.0.2 |
Test Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache 2.0 +8
| org.glassfish.jersey.connectors
»
jersey-grizzly-connector Jersey Client Transport via Grizzly | 2.21 | 4.0.2 | |
Apache 2.0 +8
| org.glassfish.jersey.media
»
jersey-media-json-processing Jersey JSON-P (JSR 353) entity providers support proxy module. | 2.21 | 4.0.2 | |
Apache 2.0 +8
| org.glassfish.jersey.test-framework.providers
»
jersey-test-framework-provider-bundle Jersey Test Framework Providers Bundle | 2.21 | 4.0.2 |