Skip to content

Normalize JAX-WS JWS API javaagent package#18722

Merged
trask merged 1 commit into
open-telemetry:mainfrom
trask:package-name-cleanup-jaxws-jws-api
May 13, 2026
Merged

Normalize JAX-WS JWS API javaagent package#18722
trask merged 1 commit into
open-telemetry:mainfrom
trask:package-name-cleanup-jaxws-jws-api

Conversation

@trask

@trask trask commented May 13, 2026

Copy link
Copy Markdown
Member

@trask trask force-pushed the package-name-cleanup-jaxws-jws-api branch from 20c32e5 to e62af95 Compare May 13, 2026 03:20
@trask trask marked this pull request as ready for review May 13, 2026 03:41
@trask trask requested a review from a team as a code owner May 13, 2026 03:41
Copilot AI review requested due to automatic review settings May 13, 2026 03:41

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

Normalizes the Java package for the JAX-WS jws-api-1.1 javaagent instrumentation to align the declared package with the module/directory naming, as part of the broader package/module alignment effort referenced in #18428.

Changes:

  • Updated package declarations from ...jaxws.jws.v1_1 to ...jaxws.jws.api.v1_1 across main and test sources.
  • Adjusted the affected static import in JwsAnnotationsInstrumentation to the new package.

Reviewed changes

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

Show a summary per file
File Description
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/WebServiceFromInterface.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/WebServiceDefinitionInterface.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/WebServiceClass.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/ProxyInvocationHandler.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/JwsAnnotationsTest.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/JwsSingletons.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/JwsInstrumentationModule.java Update package declaration to ...jws.api.v1_1.
instrumentation/jaxws/jaxws-jws-api-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/jws/api/v1_1/JwsAnnotationsInstrumentation.java Update package declaration and adjust static import to the new package.

@trask trask merged commit 284a93c into open-telemetry:main May 13, 2026
99 checks passed
@trask trask deleted the package-name-cleanup-jaxws-jws-api branch May 13, 2026 13:09
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