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

Support for jakarta.json.bind.annotation.JsonbTransient #751

Closed
jbaker-dstl opened this issue Nov 29, 2021 · 2 comments
Closed

Support for jakarta.json.bind.annotation.JsonbTransient #751

jbaker-dstl opened this issue Nov 29, 2021 · 2 comments

Comments

@jbaker-dstl
Copy link

Currently, the plugin checks for transience of fields by looking for the javax.json.bind.annotation.JsonbTransient annotation:

However, the namespace has moved from javax.json to jakarta.json in the latest version of the JSON Binding API (jakartaee/jsonb-api#217). This means any transient fields annotated with the new annotation are no longer picked up as transient by the plugin.

Could the plugin be updated to the new namespace, or even add support for both?

@rmannibucau
Copy link
Contributor

Hi,

Think this one is fixed on master but no release hit central. @vojtechhabarta is it possible to push a release on central with jakarta support for JSON-B please?

Thanks

@vojtechhabarta
Copy link
Owner

Released in v2.35.1025.

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

No branches or pull requests

3 participants