Otavio Rodolfo Piske created CAMEL-19712:
--------------------------------------------
Summary: camel-test-junit5: adapt to support JUnit 5
Key: CAMEL-19712
URL: https://issues.apache.org/jira/browse/CAMEL-19712
Project: Camel
Issue Type: Task
Components: camel-test-junit5
Affects Versions: 4.0.0
Reporter: Otavio Rodolfo Piske
Fix For: 4.1.0
Our component camel-test-junit5 is incompatible with JUnit 5.10.x:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)
on project camel-test-junit5: Compilation failure
[ERROR]
/Users/opiske/code/java/camel/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/params/ParameterizedExtension.java:[139,99]
incompatible types: java.lang.Class<capture#1 of ?> cannot be converted to
org.junit.jupiter.api.extension.ParameterContext
{code}
We should adapt this code to the new version of JUnit
--
This message was sent by Atlassian Jira
(v8.20.10#820010)