We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to conundrum of #132 and related, I started thinking that perhaps "hard fork" is what we need. For background, see these 2 isssues:
jackson-module-jakarta-xmlbind-annotations
With that, I am thinking that copying a subset of existing components might make sense:
jackson-datatype-jaxrs
So, in fact, we could simply start by only porting base and json-provider.
base
json-provider
An added bonus is that some of deprecated methods could be removed: in fact, I'd probably just drop Annotations abstraction (already done for 3.0).
Annotations
The text was updated successfully, but these errors were encountered:
This has been implemented, see #146, resulting in:
https://github.com/FasterXML/jackson-jakarta-rs-providers/
Sorry, something went wrong.
No branches or pull requests
Due to conundrum of #132 and related, I started thinking that perhaps "hard fork" is what we need.
For background, see these 2 isssues:
jackson-module-jakarta-xmlbind-annotations
jackson-modules-base#130With that, I am thinking that copying a subset of existing components might make sense:
jackson-datatype-jaxrs
is barely usedSo, in fact, we could simply start by only porting
base
andjson-provider
.An added bonus is that some of deprecated methods could be removed: in fact, I'd probably just drop
Annotations
abstraction (already done for 3.0).The text was updated successfully, but these errors were encountered: