Remove Gson, Jackson and Everit JSON Schema Validation code dependencies
Open
@poikilotherm is already working on this.
Since Sep 11, 2020.
Component: Code Infrastructure
Feature: None
Type: Suggestion
User Role: Hackathon Participant
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
A lot of places in the code base use the Gson or Jackson library to do JSON processing (and a bit of data binding).
These should be refactored to use Java EE JSON-P (around since EE7) and JSON-B instead, making the code base using more standards and lowering no of deps.
This is related to #4260
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.