Replies: 1 comment 1 reply
-
@thatsIch Any updates on the reproducer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I use parameter resolvers to create preconditional objects for the tests like
Sometimes it requires having multiple
ParameterResolver
s per test which can be injected through@ExtendWith
:But since Java 21 it broke for me in some projects.
Stacktrace
where
line 35
ist just the return likereturn ...
which fails andline 14
is the class start.Insights
JUnit 5.10.1
(currently the latest version) running on Java 20 and Ubuntu 22.04.@ExtendWith
do not failThe above example sadly works so I have not found a good reproducer.
I try to identify in which layer the bug is.
Has somebody else encountered any problems like this?
I am currently trying to setup a reproducer for this problem, but I wanted to reach out here in parallel.
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions