Add a new JsonbParser based on jakarta.json
Comment From: pivotal-cla
@xiaoma20082008 Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@xiaoma20082008 Thank you for signing the Contributor License Agreement!
Comment From: mhalbritter
Hello,
thanks for the PR, but I don't think we need a 4th implementation of a JSON parser. In most of the Spring Boot applications Jackson should be on the classpath anyway, and if not, it will fall back to Basic (or GSON), which is totally fine. I don't think adding johnzon to the mix will improve things. Thanks anyway!