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 Jersey 3 server #2748

Closed
alexsatori opened this issue Aug 15, 2021 · 2 comments
Closed

Support for Jersey 3 server #2748

alexsatori opened this issue Aug 15, 2021 · 2 comments
Labels
enhancement A general enhancement module: micrometer-jersey An issue that is related to our jersey module
Milestone

Comments

@alexsatori
Copy link

Jersey 3 has moved to using Jakarta EE 9. Basically most things under javax.* moved to jakarta.*.
Any plans to support this in micrometer? Maybe micrometer-jersey3?

@alexsatori alexsatori added the enhancement A general enhancement label Aug 15, 2021
@shakuzen shakuzen added this to the 1.8 tentative milestone Aug 16, 2021
@shakuzen shakuzen added the module: micrometer-jersey An issue that is related to our jersey module label Aug 16, 2021
@shakuzen
Copy link
Member

Any plans to support this in micrometer?

Interest from users is a good first step to support potentially being added. A pull request is another good step which I see you've provided. Thank you for bringing this to our attention and for the pull request. We'll take a look at adding this.

@shakuzen shakuzen reopened this Sep 15, 2021
@shakuzen shakuzen changed the title Support for Jersey 3 or Jakarta EE 9 Support for Jersey 3 server Sep 15, 2021
@shakuzen shakuzen modified the milestones: 1.8 tentative, 1.8.0-M3 Sep 15, 2021
@shakuzen
Copy link
Member

The existing Jersey server instrumentation code has been updated to support Jersey 3 as well as Jersey 2 in #2766. Additionally, #2780 moves the jersey code into micrometer-core, so support for Jersey 2 and Jersey 3 will be maintained there going forward. No additional module needed. Users should update their imports to use the code in the micrometer-core module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A general enhancement module: micrometer-jersey An issue that is related to our jersey module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants