-
Notifications
You must be signed in to change notification settings - Fork 720
Add jersey server jakarta module #1458
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
base: master
Are you sure you want to change the base?
Add jersey server jakarta module #1458
Conversation
@codefromthecrypt - Would appreciate a review. Happy to accommodate any changes or alternative approaches too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The approach follows others like JMS. Basically @reta and/or I need to second eye review nothing was missed in the find/replace adjustment
<parent> | ||
<groupId>io.zipkin.brave</groupId> | ||
<artifactId>brave-instrumentation-parent</artifactId> | ||
<version>6.1.1-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to bump all poms to 6.2.0-SNAPSHOT and verify the since javadoc on public types are since 6.2
Co-authored-by: Andriy Redko <drreta@gmail.com>
### Normal configuration (`TracingApplicationEventListener`) | ||
|
||
The `TracingApplicationEventListener` requires an instance of | ||
`HttpTracing` to operate. With that in mind, use [standard means](https://jersey.github.io/apidocs/2.26/jersey/org/glassfish/jersey/server/monitoring/ApplicationEventListener.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link needs an update, too
A copy of jersey-server module to work with jakarta namespace. There are references to javax classes like WebApplicationException in the jersey-server module