Replace Jackson for JSON binding with Jakarta JSON binding #24
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Currently, we use Jackson for converting entities to JSON and back (for import and export). Jakarta EE also includes an API for JSON binding, which was not available/reliable when the initial implementation was created.
Jakarta JSON binding now looks stable enough to be used. Alternativily, it should be considered to implement the mapping without and automated, annotation-based binding system.
This change should not be done before version 7.1.