-
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
Ensure that all our handlers extend ExtHandler
#44565
Conversation
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
@dmlloyd when you say |
I tested it obliquely, but I couldn't test it exactly (yet?) due to local configuration problems. |
@MaxFichtelmann can you build this PR locally and confirm that it fixes your issue before we merge it? |
It makes sense to me even if it doesn't fix the bug. |
Sure, I'll build and Test when I am at the PC again. |
Status for workflow
|
hm, still seeing that behaviour in |
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.
I agree with @brunobat. Even if it doesn't fix the issue, I think this is a nice improvement to have
I also opened jboss-logging/jboss-logmanager#493 which should address what we're seeing on the stack trace, once that is merged & the component is updated. |
I'd recommend to wait until jboss-logging/jboss-logmanager#493 is merged and released and updated in this PR before merging |
I don't think waiting is necessary, because the two changes are not interdependent. |
@dmlloyd sorry if it's just noise but how will the new patch in JBoss Logmanager interact with this specific piece: 7e6c529#diff-3027189c5073a902729f033232338719972cd18a3c64018f24b99dd78e1fea6aR441-R447 where we add parameters to something that used to be |
@dmlloyd I know, but the second change will fix the bug, right? |
It might :-) |
Loving the confidence behind this patch :D |
The interaction should be fine. The handler for |
And it won't fail if we end up with |
The original message is passed as a parameter to a new message, so no further interpolation can take place. |
OK, perfect, thanks for the clarification. I'm still a bit puzzled the OP says it's failing only in dev mode but I wonder if he actually used the newly compiled version in dev mode, I will have to check that. |
I am optimistic that I used the updated version, but this is the first time I built quarkus myself, so... |
Fixes #44540 (in theory)