besu-exflo icon indicating copy to clipboard operation
besu-exflo copied to clipboard

Replace usage of Klaxon library with Jackson

Open aldoborrero opened this issue 4 years ago • 0 comments

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 avatar May 12 '20 15:05 aldoborrero