You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been running into the exact same issues after updating to Java 21. Methods annotated with JUnit 5's @ BeforeEach or @ AfterEach annotations cannot work with the test data (annotated with @ TestData under JUnit 4) as these are not injected into the member variables.
Hi there,
SerenityParameterizedRunner.class shows as Deprecated under Java 21. Is there any workaround you would suggest?
Best regards
The text was updated successfully, but these errors were encountered: