Spec for jsonb-jackson migration#2540
Draft
jmartisk wants to merge 1 commit into
Draft
Conversation
Contributor
|
It's to evaluate this as I don't know much about the repo, but at a high level it seems reasonable |
cescoffier
approved these changes
Jun 15, 2026
cescoffier
left a comment
There was a problem hiding this comment.
I read it quickly, looks good to me, but I am not very familiar with the SmallRye GraphQL internals
Member
Author
|
This will also need to be coordinated with Jackson 3 migration in Quarkus. I guess updating the result of this to Jackson 3 could be done in a second step. |
Contributor
|
I would imagine that the JSON-B annotation compatibility module (the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Spec for migrating SmallRye GraphQL from JSON-B to Jackson.
Target: SmallRye GraphQL 3.0, Quarkus 4.0
An important part is that we still need to honor JSON-B annotations (to be able to pass MicroProfile TCKs)