[ https://issues.apache.org/jira/browse/TIKA-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17987933#comment-17987933 ]
Tilman Hausherr commented on TIKA-4448: --------------------------------------- It works for me on windows and it worked on the CI, so maybe it's related to these jdk flavours. I'm often committing non release version to the trunk to help these other projects, i.e. to hit problems early. Consider making a bug report to them. > Downgrade junit5 to 5.13.2 > -------------------------- > > Key: TIKA-4448 > URL: https://issues.apache.org/jira/browse/TIKA-4448 > Project: Tika > Issue Type: Task > Reporter: Tim Allison > Priority: Trivial > > I'm getting this with {{6.0.0-M1}} when running individual unit tests in > Intellij with temurin-17 and with azul-23 on linux. This disappears when I > downgrade junit to 5.13.2. > {noformat} > Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String > org.junit.platform.engine.discovery.MethodSelector.getMethodParameterTypes()' > at > com.intellij.junit5.JUnit5TestRunnerUtil.loadMethodByReflection(JUnit5TestRunnerUtil.java:127) > at > com.intellij.junit5.JUnit5TestRunnerUtil.buildRequest(JUnit5TestRunnerUtil.java:102) > at > com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:43) > at > com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38) > at > com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11) > at > com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35) > at > com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:231) > at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:55) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)