IQSS / IQSS/dataverse

Remove Gson, Jackson and Everit JSON Schema Validation code dependencies

Open
#6,810 7 comments 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.