Jackson
#925
Replies: 2 comments 10 replies
-
The biggest concern is performance. There is a general drive in Quarkus to do so. |
Beta Was this translation helpful? Give feedback.
6 replies
-
I am also interested in this discussion if there will be any flavour that would allow to rely on Jackson instead of JSONB. Main reason is I have both REST (that uses Jackson) and then GraphQL (that uses JSONB) and thus ending up with two implementation for the same thing (so to say). Plus I found few differences in how they deal with different types for example dates - they expect different formats so that is a bit of an issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In #920, @phillip-kruger wrote:
Why would we? All MicroProfile and JakartaEE runtimes must support JSON-P and JSON-B, only some support Jackson. I'd rather rely on a standard than on an implementation.
Beta Was this translation helpful? Give feedback.
All reactions