apupier opened a new pull request, #26157:
URL: https://github.com/apache/camel/pull/26157
Reverts apache/camel#26127
```
Caused by: org.apache.maven.plugin.MojoExecutionException: Surefire is not
compatible with JUnit 4.11 or older. Project version is 4.7
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo$JUnitPlatformProviderInfo.getProviderClasspath
(AbstractSurefireMojo.java:3224)
```
due to compnent camel-drill:
drill-jdbc 1.22.0 -> dril-common 1.22.0 -> msgpack 0.6.6 -> json-simple
1.1.1 -> junit 4.10
the json-simpe; has been removed from dependencies of msgpack in 0.7
https://github.com/msgpack/msgpack-java/wiki/QuickStart-for-msgpack-java-0.6.x-(obsolete)
but drill-common still has msgpack 0.6.6
https://github.com/apache/drill/blob/f69d5bf20f41cc29d12d81545597e1410da6d416/pom.xml#L130
which is at least 2 years old and also mention junit 4
https://github.com/apache/drill/blame/f69d5bf20f41cc29d12d81545597e1410da6d416/pom.xml#L111
(but should be only test dependencies)
reverting for now as the PR was failing also for another test
(spring-ai-image) to let time to investigate correctly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]