examples-java
examples-java copied to clipboard
Junit 5 can't work with oracle openJdk 21.0.5
I used your example-java code to test Junit5 and found that when I changed the project's Java SDK to 21.0.5, reportportal could not record the results. But if I use Java 11 or 17, reportportal will work normally. The version of my reportportal is Build: 5.7.4
@BruceChenZebra Try using the latest version of JUnit 5 agent: https://github.com/reportportal/agent-java-junit5/releases/tag/5.5.3
Abandoned