-
Notifications
You must be signed in to change notification settings - Fork 714
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
Support for Jakarta JMS specification #1353
Conversation
Hi :) Any ideas when this will be merged? |
@shakuzen could you please take a look? thank you |
Ping @jeqo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @reta for taking on this work. Maybe we need to update the copyright year now that it is 2023? Sorry for the late review.
Is it okay now to merge the PR? 😅 |
I will merge it.
…On Mon, 16 Jan 2023, 13:38 Andriy Redko, ***@***.***> wrote:
LGTM. Thanks @reta <https://github.com/reta> for taking on this work.
Maybe we need to update the copyright year now that it is 2023? Sorry for
the late review.
Thanks a lot for review, @shakuzen <https://github.com/shakuzen>,
technically the copyright year is correct - the change was done in 2022 :)
—
Reply to this email directly, view it on GitHub
<#1353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAXDB5KWQEJPX2KJL3DWSU6K7ANCNFSM6AAAAAASZYVBOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, exuse me, but when this PR could be merged? And when new Brave version with this changes will be released? |
Sure.
…On Tue, 24 Jan 2023, 11:15 Vasily Karpushchenko, ***@***.***> wrote:
Hi, exuse me, but when this PR could be merged? And when new Brave version
with this changes will be released?
—
Reply to this email directly, view it on GitHub
<#1353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAX4RSEZ5UUXGECTV3DWT6TVBANCNFSM6AAAAAASZYVBOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
5.15.0 is out now https://github.com/openzipkin/brave/releases/tag/5.15.0
…On Tue, 24 Jan 2023, 11:50 José Carlos Chávez, ***@***.***> wrote:
Sure.
On Tue, 24 Jan 2023, 11:15 Vasily Karpushchenko, ***@***.***>
wrote:
> Hi, exuse me, but when this PR could be merged? And when new Brave
> version with this changes will be released?
>
> —
> Reply to this email directly, view it on GitHub
> <#1353 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAXOYAX4RSEZ5UUXGECTV3DWT6TVBANCNFSM6AAAAAASZYVBOA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Thanks a lot @jcchavezs ! |
Hi, thanks for merging this PR. |
@raverone the deploy action failed [1] and you are right, artifacts are not published, @jeqo @jcchavezs could you folks please help? [1] https://github.com/openzipkin/brave/actions/runs/4014424826/jobs/6995827578 |
… On Wed, 1 Feb 2023, 15:28 Andriy Redko, ***@***.***> wrote:
If yes, then could you please tell when it will be available?
@raverone <https://github.com/raverone> the deploy action failed [1] and
you are right, artifacts are not published, @jeqo
<https://github.com/jeqo> @jcchavezs <https://github.com/jcchavezs> could
you folks please help?
[1]
https://github.com/openzipkin/brave/actions/runs/4014424826/jobs/6995827578
—
Reply to this email directly, view it on GitHub
<#1353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAWAACDPE5XZBCHYSG3WVJXJPANCNFSM6AAAAAASZYVBOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Indeed the release job failed, but it looks like artifacts were published to central a few hours ago. mvnrepository.com is not the canonical source of what is in maven central, and it tends to take some time for it to sync changes from maven central. You can search maven central directly and see the artifacts there for 5.15.0: https://central.sonatype.com/search?q=io.zipkin.brave |
Thanks @shakuzen , I confirm that now artifacts are available. |
Yes, thanks guys, the new brave-instrumentation-jakarta-jms is now available, I just included it in my project! 🥳 🙌 |
|
Thanks you all guys, you are the best! 🙂 |
Support for Jakarta JMS specification 3.0+. Largely adapted from the existing JMS support.
Closes #1352.