Open ennishol opened 1 year ago
Could you post a reproducer?
@cescoffier tested with temurin and corretto demo.tar.gz
That seems to be an issue in Quarkus and not in loom-unit. Digging a bit more, but I think it would be better to open this issue on quarkus directly.
@cescoffier Opened https://github.com/quarkusio/quarkus/issues/36569
Thanks!
@cescoffier for the use case I have, I just want to allow some max number of pinning events but not more. E.g. '@PinnedEvents(min = 0, max = 3)' so, the test would only fail if there were more than 3 pinning events. Note, that zero pinning events might occur
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