Rename JAX-WS 2.0 javaagent modules to spec-scoped names and hierarchical packages#18184
Merged
Conversation
Copilot created this pull request from a session on behalf of
trask
April 22, 2026 20:57
View session
trask
approved these changes
Apr 22, 2026
trask
force-pushed
the
copilot/rename-jaxws-modules
branch
2 times, most recently
from
April 24, 2026 20:24
29ca9b0 to
285a4ed
Compare
Contributor
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
trask
force-pushed
the
copilot/rename-jaxws-modules
branch
3 times, most recently
from
April 29, 2026 23:16
deb071b to
9f71038
Compare
trask
force-pushed
the
copilot/rename-jaxws-modules
branch
from
April 29, 2026 23:17
9f71038 to
d6d7589
Compare
trask
reviewed
Apr 29, 2026
|
|
||
| public CxfInstrumentationModule() { | ||
| super("cxf", "cxf-3.0", "jaxws"); | ||
| super("cxf", expandDeprecatedNames("jaxws-2.0-cxf-3.0|deprecated:jaxws-cxf-3.0", "jaxws")); |
Member
There was a problem hiding this comment.
this is the interesting part of this PR... (backcompat)
trask
reviewed
Apr 29, 2026
trask
marked this pull request as ready for review
April 29, 2026 23:39
laurit
approved these changes
Apr 30, 2026
…s-modules # Conflicts: # instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent-unit-tests/build.gradle.kts
trask
enabled auto-merge (squash)
April 30, 2026 20:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Module renames
jaxws-cxf-3.0→jaxws-2.0-cxf-3.0jaxws-metro-2.2→jaxws-2.0-metro-2.2Package layout normalization
io.opentelemetry.javaagent.instrumentation.cxftoio.opentelemetry.javaagent.instrumentation.jaxws.v2_0.cxf.v3_0io.opentelemetry.javaagent.instrumentation.metrotoio.opentelemetry.javaagent.instrumentation.jaxws.v2_0.metro.v2_2Handles backcompat for the module name change.