https://github.com/t1/jee-json-patch-demo
Jakarta EE 11 demo for JSON Patch and JSON Merge Patch
https://github.com/t1/jee-json-patch-demo
Last synced: about 1 year ago
JSON representation
Jakarta EE 11 demo for JSON Patch and JSON Merge Patch
- Host: GitHub
- URL: https://github.com/t1/jee-json-patch-demo
- Owner: t1
- License: apache-2.0
- Created: 2025-01-30T07:34:40.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-04-11T18:31:30.000Z (over 1 year ago)
- Last Synced: 2025-04-11T19:45:42.568Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Jakarta EE 11 Demo for JSON Patch and JSON Merge Patch
This is a minimal Jakarta EE 11 demo project to show how to use JSON Patch and JSON Merge Patch.
The tests runs on a WildFly 25 application server.
The example is from the https://docs.jboss.org/resteasy/docs/4.7.6.Final/userguide/html/JAX-RS_2.1_additions.html#d4e1803[RESTEasy User Guide].