Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: json-processing #6173

Closed
nimo23 opened this issue Dec 14, 2019 · 1 comment
Closed

documentation: json-processing #6173

nimo23 opened this issue Dec 14, 2019 · 1 comment
Labels
kind/enhancement New feature or request triage/invalid This doesn't seem right

Comments

@nimo23
Copy link
Contributor

nimo23 commented Dec 14, 2019

Description
Actually, json processing is only documented as a part of Json-Rest-Processing (https://quarkus.io/guides/rest-json). I think, json processing deserves an extra category "json processing" in the documentation.

  • the documentation does not explain that users can only include either quarkus-jackson or quarkus-jsonb, not both.
  • performance considerations about the json-provider. For example, in constrast to json-b, jackson makes heavy use of reflection under the hood for their supported annotations. So I guess, jackson json processing is slower in quarkus than json-b. Not only, because quarkus recommends to avoid reflections.

Would be nice to include a summary of the restrictions and stumbling blocks between those two json processing libraries when using within quarkus.

@nimo23
Copy link
Contributor Author

nimo23 commented Dec 16, 2019

There is no such limitation #5969 (comment). So I close this issue.

@nimo23 nimo23 closed this as completed Dec 16, 2019
@gsmet gsmet added the triage/invalid This doesn't seem right label Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request triage/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants