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

Add missing BOM entries for Jakarta artifacts (jms, servlet) #1361

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

reta
Copy link
Contributor

@reta reta commented Feb 1, 2023

Add missing BOM entries for Jakarta artifacts (jms, servlet)

@@ -184,6 +184,11 @@
<artifactId>brave-instrumentation-jms</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-instrumentation-jakarta-jms</artifactId>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just noticed the inconsistency with naming here (100% my bad) :( we could probably rename + relocate, @jcchavezs @shakuzen what do you think folks?

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably better to relocate to jakarta-jms

Copy link
Contributor Author

@reta reta Feb 2, 2023

Choose a reason for hiding this comment

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

@jcchavezs done

[WARNING] The artifact io.zipkin.brave:brave-instrumentation-jakarta-jms:jar:5.15.1-SNAPSHOT has been relocated to io.zipkin.brave:brave-instrumentation-jms-jakarta:jar:5.15.1-SNAPSHOT

sorry about that folks, somehow sneaked in

Signed-off-by: Andriy Redko <drreta@gmail.com>
@jcchavezs jcchavezs merged commit f20a652 into openzipkin:master Feb 2, 2023
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.

2 participants