Skip to content
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

Instrument JMS 3.0 (Jakarta) #7418

Merged
merged 3 commits into from
Jan 12, 2023
Merged

Conversation

mateuszrzeszutek
Copy link
Member

@mateuszrzeszutek mateuszrzeszutek commented Dec 14, 2022

There were so many changes in the tests that extracting a base class wouldn't really improve the readability; so I just reimplemented them in Java.
The instrumentation itself is pretty much a copy-paste of the jms-1.1 instrumentation, with s/javax/jakarta/ applied.

@mateuszrzeszutek mateuszrzeszutek requested a review from a team as a code owner December 14, 2022 11:23
Comment on lines +17 to +22
pass {
group.set("jakarta.jms")
module.set("jakarta.jms-api")
versions.set("(,3)")
assertInverse.set(true)
}
Copy link
Member

Choose a reason for hiding this comment

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

👍

@trask trask merged commit 6603b5d into open-telemetry:main Jan 12, 2023
trask added a commit that referenced this pull request Jan 12, 2023
Part of #7203

The instrumentation is 100% copy-pasted, tests are rewritten from
scratch in Java because of way too many class name changes.

Depends on
#7418

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
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.

None yet

2 participants