in-toto / in-toto/in-toto-java
Use a single JSON library
- Dominant language
- Java
- Stars
- 11
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
At the moment both Jackson and GSON are configured as dependencies. It would be better if there was only one dependency for processing JSON. Hopeful Jackson will be the chosen one.
https://github.com/in-toto/in-toto-java/blob/73afcb46d73cf63f819f10fc591435cdd5c01dd1/pom.xml#L57-L74
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the dependency declarations in pom.xml at the linked lines, then search the project for Jackson and GSON usages to identify what would be affected by removing one library. Done means a single JSON library remains configured and the project still builds and its existing tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100