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
Version2.8compared with
Version Details
| 2.7 | 2.8 | |
|---|---|---|
| Release date | Mar 12, 2014 | Apr 29, 2014 |
| Licenses | CDDLGPL 1.1 | CDDLGPL 1.1 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 2.7 | 2.8 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.glassfish.jersey.containers » jersey-container-grizzly2-http | 2.7 | 2.8 |
| ~ Updated | org.glassfish.jersey.media » jersey-media-moxy | 2.7 | 2.8 |
Test Changes (3)
| 2.7 | 2.8 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.glassfish.jersey.connectors » jersey-grizzly-connector | 2.7 | 2.8 |
| ~ Updated | org.glassfish.jersey.media » jersey-media-json-processing | 2.7 | 2.8 |
| ~ Updated | org.glassfish.jersey.test-framework.providers » jersey-test-framework-provider-bundle | 2.7 | 2.8 |
