It sounds good to me.
Regards
JB
On 28/01/2019 15:27, Guillaume Nodet wrote:
We currently have a problem in master with the json-simple-ordered module.
Fwiw (in case people do not recall), this module is located in
tooling/json-simple-ordered and is a copy of
https://github.com/fangyidong/json-simple
which has been modified to include a rejected fix for keeping the order
during parsing / serialization. It's mainly used in:
* the build tools (apt processor / maven plugins / camel-route-parser)
* camel-catalog
* camel-slack
I think there's no reason to maintain a fork of the package, so I'd rather:
* switch to a different library (there's a very small one in
https://github.com/apache/felix/tree/trunk/utils/src/main/java/org/apache/felix/utils/json
for example)
* keep that one but refactor and change the package name to own it,
removing deprecated methods and such.
Thoughts ?