Skip to content

Normalize JAX-RS 3.0 annotation and common javaagent packages#18749

Merged
trask merged 1 commit into
open-telemetry:mainfrom
trask:package-name-cleanup-jaxrs-3-common-annotations
May 16, 2026
Merged

Normalize JAX-RS 3.0 annotation and common javaagent packages#18749
trask merged 1 commit into
open-telemetry:mainfrom
trask:package-name-cleanup-jaxrs-3-common-annotations

Conversation

@trask

@trask trask commented May 14, 2026

Copy link
Copy Markdown
Member

@trask trask force-pushed the package-name-cleanup-jaxrs-3-common-annotations branch 2 times, most recently from 3b68964 to ebee383 Compare May 15, 2026 19:35
@trask trask marked this pull request as ready for review May 15, 2026 19:38
@trask trask requested a review from a team as a code owner May 15, 2026 19:38
Copilot AI review requested due to automatic review settings May 15, 2026 19:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR normalizes JAX-RS 3.0 javaagent package names by separating annotation-specific classes into an annotations package and shared helpers into a common package, aligning file paths and Java packages as part of the broader module/package alignment effort.

Changes:

  • Moves JAX-RS 3.0 annotation instrumentation classes and tests under v3_0.annotations.
  • Moves shared JAX-RS 3.0 request-context/helper classes under v3_0.common.
  • Updates Jersey and RESTEasy imports to reference the normalized common package.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
ResteasyRequestContextInstrumentation.java Updates imports to use shared v3_0.common classes.
JerseyRequestContextInstrumentation.java Updates imports to use shared v3_0.common classes.
Jaxrs3RequestContextHelper.java Changes package declaration to v3_0.common.
Jaxrs3HandlerData.java Changes package declaration to v3_0.common.
AbstractRequestContextInstrumentation.java Changes package declaration to v3_0.common.
JaxRs3AnnotationsInstrumentationTest.java Moves test package/imports to v3_0.annotations.
JavaInterfaces.java Moves test helper package to v3_0.annotations.
JaxrsAsyncResponseInstrumentation.java Moves package/imports to v3_0.annotations.
JaxrsAnnotationsSingletons.java Moves package declaration to v3_0.annotations.
JaxrsAnnotationsInstrumentationModule.java Moves package declaration to v3_0.annotations.
JaxrsAnnotationsInstrumentation.java Moves package/imports to v3_0.annotations and imports common handler data.
DefaultRequestContextInstrumentation.java Moves package/imports to v3_0.annotations and imports common request-context classes.

@trask trask merged commit 095908a into open-telemetry:main May 16, 2026
192 checks passed
@trask trask deleted the package-name-cleanup-jaxrs-3-common-annotations branch May 16, 2026 17:26
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

Successfully merging this pull request may close these issues.

3 participants