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
29ca9b0 to
285a4ed
Compare
Contributor
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
Agent-Logs-Url: https://github.com/open-telemetry/opentelemetry-java-instrumentation/sessions/0f9bed0c-f5b2-4c2a-b201-f941274be132 Co-authored-by: trask <218610+trask@users.noreply.github.com>
Agent-Logs-Url: https://github.com/open-telemetry/opentelemetry-java-instrumentation/sessions/0f9bed0c-f5b2-4c2a-b201-f941274be132 Co-authored-by: trask <218610+trask@users.noreply.github.com>
Agent-Logs-Url: https://github.com/open-telemetry/opentelemetry-java-instrumentation/sessions/0f9bed0c-f5b2-4c2a-b201-f941274be132 Co-authored-by: trask <218610+trask@users.noreply.github.com>
deb071b to
9f71038
Compare
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
laurit
approved these changes
Apr 30, 2026
…s-modules # Conflicts: # instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent-unit-tests/build.gradle.kts
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.