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

Introduce declarative support for Custom Jackson Serialization #14223

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 11, 2021

This is done by the @CustomSerialization annotation that allows
users to create an ObjectWriter per JAX-RS resource method

@ghost ghost added the area/rest label Jan 11, 2021
@geoand geoand requested a review from stuartwdouglas January 11, 2021 14:56
@geoand geoand force-pushed the rr-jackson-custom-serializer branch 2 times, most recently from 7652ea1 to 2f59d40 Compare January 11, 2021 16:37
@geoand geoand requested a review from FroMage January 12, 2021 05:37
Copy link
Member

@FroMage FroMage left a comment

Choose a reason for hiding this comment

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

I think we should support annotating the class as well, to be regular with our other annotations. Feel free to try to convince me otherwise, though ;)

@geoand geoand force-pushed the rr-jackson-custom-serializer branch from f398fa9 to 7c70cdc Compare January 12, 2021 10:34
This is done by the @CustomSerialization annotation that allows
 users to create an ObjectWriter per JAX-RS resource method
@geoand geoand force-pushed the rr-jackson-custom-serializer branch from 7c70cdc to ee1bd1a Compare January 12, 2021 10:50
@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 12, 2021
@geoand geoand merged commit 96d411e into quarkusio:master Jan 12, 2021
@ghost ghost added this to the 1.12 - master milestone Jan 12, 2021
@geoand geoand deleted the rr-jackson-custom-serializer branch January 12, 2021 14:40
@gsmet gsmet modified the milestones: 1.12 - master, 1.11.0.Final Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants