Skip to content

Spec for jsonb-jackson migration#2540

Draft
jmartisk wants to merge 1 commit into
smallrye:mainfrom
jmartisk:jackson
Draft

Spec for jsonb-jackson migration#2540
jmartisk wants to merge 1 commit into
smallrye:mainfrom
jmartisk:jackson

Conversation

@jmartisk

@jmartisk jmartisk commented Jun 15, 2026

Copy link
Copy Markdown
Member

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)

@geoand

geoand commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

It's to evaluate this as I don't know much about the repo, but at a high level it seems reasonable

@jmartisk jmartisk changed the title Plan for jsonb-jackson migration Spec for jsonb-jackson migration Jun 15, 2026

@cescoffier cescoffier left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read it quickly, looks good to me, but I am not very familiar with the SmallRye GraphQL internals

@jmartisk

Copy link
Copy Markdown
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.
I'll continue on this later this week

@mskacelik

Copy link
Copy Markdown
Contributor

I would imagine that the JSON-B annotation compatibility module (the JsonbAnnotationIntrospector that teaches Jackson to understand @JsonbProperty, @JsonbTransient, etc.) might be useful even outside SmallRye GraphQL. There is, for instance, this module that does the same thing for JAXB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants