Conversation
|
Thx for the update! I checked that 3.12 has reload-period for certs inside, would enable better cert update handling. Already excited for the update |
Note that this will only be an intermediary step towards the latest Quarkus LTS version, though. We are upgrading step by step to make sure that we are correctly adopting the more interesting/severe changes that Quarkus has introduced. The Hono 2.7.0 release will then be based on Quarkus 3.27 ... |
...st/java/org/eclipse/hono/client/amqp/tracing/MessageAnnotationsInjectExtractAdapterTest.java
Outdated
Show resolved
Hide resolved
d9e3e51 to
90ec9d5
Compare
|
@mattkaem would you mind taking another look? |
I don't see any changes since my last review, except for the rebases of course. So I think once we close the comments from the last review this can be merged. |
I was under the impression that I had already fixed that. My bad. I have now pushed a corresponding change... |
mattkaem
left a comment
There was a problem hiding this comment.
LGTM
Thank you for upgrading our Quarkus version!
Also removed obsolete native-image.properties and moved reflection and resource definitions for GraalVM's native image builder to dedicated config files as recommended by GraalVM's documentation.
Removed/replaced invocations of arbitrary deprecated API.
1765235 to
6d73cda
Compare
Also removed/replaced invocations of arbitrary deprecated API and upgraded to latest Jaeger backend.