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

Add a @JsonGen annotation that replaces the @DataObject converter generation #378

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

vietj
Copy link
Member

@vietj vietj commented Nov 29, 2023

The @DataObject members are deprecated in favour of the @JsonGen annotation.

The new @JsonGen annotation triggers the generation of a converter and holds the @DataObject configuration.

In short:

@DataObject(base64Type = "basic")

is replaced by

@DataObject
@JsonGen(base64Type = "basic")

@vietj vietj added this to the 4.5.1 milestone Nov 29, 2023
…eration.

This @dataobject members are deprecated in favor of the @JsonGen annotation.
@vietj vietj force-pushed the introduce-json-gen-annotation branch from 0083e0e to 95b650f Compare November 29, 2023 21:52
@vietj vietj merged commit 320a6f8 into 4.x Nov 30, 2023
5 checks passed
@vietj vietj deleted the introduce-json-gen-annotation branch November 30, 2023 07:42
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.

1 participant