-
Notifications
You must be signed in to change notification settings - Fork 2
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
Injecting ThreadPinnedEvents events doesn't work #3
Comments
Could you post a reproducer? |
@cescoffier tested with temurin and corretto |
That seems to be an issue in Quarkus and not in loom-unit. |
Thanks! |
@cescoffier for the use case I have, I just want to allow some max number of pinning events but not more. E.g. |
I've tried to use
ThreadPinnedEvents
, but first getting an error about not open module, and after opening it, then a NPE. UsingCorretto-21.0.0.35.1 (build 21+35-LTS)
and latest quarkus 3.4.3error after adding adding
--add-opens java.base/java.util=ALL-UNNAMED
The text was updated successfully, but these errors were encountered: