-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bump to OTel 1.28 and SR reactive-messaging to 4.9.0 #34851
Conversation
/cc @radcortez (opentelemetry) |
cc @cescoffier |
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.
Awesome!
I only added a small comment.
I'll leave the actual review to @radcortez since I don't have much of the necessary context to do a meaningful review
...pentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/graal/Substitutions.java
Outdated
Show resolved
Hide resolved
42b01a4
to
abe6e7a
Compare
This needs more work on code starts and probably native. |
Ah, bummer... |
This comment has been minimized.
This comment has been minimized.
Do we have any chance to get this one in |
@geoand it really depends on the SR Reactive messaging release... CC @cescoffier @ozangunalp |
@brunobat RM 4.9.0 released so you can bump it in this PR |
Thanks @ozangunalp ! |
Build failures seem unrelated. Re-running failed jobs... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This time the failures do seem related |
Fix for RM Kafka HR test: Before RM 4.9.0 Blocking method completion wasn't handled properly. Which lead to this test to be able to abuse and use HR SessionFactory and Panache Reactive in the same message context, one after the other. This change keeps Panache Reactive using WithTransaction annotation. The Blocking method is kept to verify that message dispatch continues on duplicated context.
8c06936
to
3033857
Compare
This comment has been minimized.
This comment has been minimized.
Re-running JDK 20 failure because it works on my machine. |
Failing Jobs - Building 3033857
Full information is available in the Build summary check run. Failures⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
|
Depends on the release of SM Reactive messaging after this PR: smallrye/smallrye-reactive-messaging#2227