Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Replace usage of Klaxon library with Jackson #37

Open
aldoborrero opened this issue May 12, 2020 · 0 comments
Open

Replace usage of Klaxon library with Jackson #37

aldoborrero opened this issue May 12, 2020 · 0 comments
Labels
Priority: Low Type: Enhancement Improvements or additions Type: Good first issue Good for newcomers

Comments

@aldoborrero
Copy link
Member

Currently, we are using a mixture of jackson libraries for several parts of the project that can be found on:

  • buildSrc: deserialization from YAML | auto code generation of web3 entities and so on
  • base: allows to specify a custom ClassLoader

And klaxon that can be found on testutil package.

In order to simplify things, and dependencies, I propose to migrate testutil as well to use directly jackson instead.

@aldoborrero aldoborrero added Priority: Low Type: Enhancement Improvements or additions Type: Good first issue Good for newcomers labels May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Priority: Low Type: Enhancement Improvements or additions Type: Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant