-
I have a bunch of
it could be used in combination with
Is the above enough for Quarkus to register Jackson as a jsonb-provider? If I use Jackson as a jsonb-provider, I can also use Jackson annotations (e.g. Another question is: Would it be reasonable to switch the quarkus internal jsonb-provider to |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
This is not true |
Beta Was this translation helpful? Give feedback.
-
@geoand According to https://github.com/FasterXML/jackson-jakarta-rs-providers and https://stackoverflow.com/questions/71645606/what-happens-if-we-have-both-jackson-jaxrs-json-provider-and-jersey-media-json-b, I came to the conclusion that with |
Beta Was this translation helpful? Give feedback.
-
Ok, then I need to convert jsonb annotations to jackson annotation. I was looking for a "Jsonb<-> Jackson"-annotation mapper and thought this lib would be the one. But unfortunately there is no such thing :=) |
Beta Was this translation helpful? Give feedback.
Jakarta REST (or JAX-RS as it used to be called) is not related to JSON-B, they are merely often used together.
Jackson does not implement JSON-B