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 separate "Jakarta [format] provider"s for 2.13 #141

Closed
cowtowncoder opened this issue Mar 16, 2021 · 1 comment
Closed

Add separate "Jakarta [format] provider"s for 2.13 #141

cowtowncoder opened this issue Mar 16, 2021 · 1 comment

Comments

@cowtowncoder
Copy link
Member

Due to conundrum of #132 and related, I started thinking that perhaps "hard fork" is what we need.
For background, see these 2 isssues:

With that, I am thinking that copying a subset of existing components might make sense:

  • Usage of JAX-RS providers very lopsided: 96+% just use json-provider (3.8 million d/l per month)
  • Other providers barely used: second is XML with 80k d/l per month; similarlyjackson-datatype-jaxrs is barely used

So, in fact, we could simply start by only porting base and 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).

@cowtowncoder cowtowncoder changed the title Consider addition of "Jakarta JSON provider"? Add separate "Jakarta [format] provider"s for 2.13 Jun 24, 2021
@cowtowncoder
Copy link
Member Author

cowtowncoder commented Jun 24, 2021

This has been implemented, see #146, resulting in:

https://github.com/FasterXML/jackson-jakarta-rs-providers/

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

1 participant