[ 
https://issues.apache.org/jira/browse/CAMEL-24633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18112551#comment-18112551
 ] 

Aurélien Pupier edited comment on CAMEL-24633 at 9/15/26 7:44 AM:
------------------------------------------------------------------

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)

Apache drill PR to upgrade and get rid of junit runtime dependency 
https://github.com/apache/drill/pull/3078
EDIT1: merged in master but they are doing an average of one release per year...


was (Author: apupier):
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)

Apache drill PR to upgrade and get rid of junit runtime dependency 
https://github.com/apache/drill/pull/3078

> Upgrade to maven-surefire-plugin 3.36+
> --------------------------------------
>
>                 Key: CAMEL-24633
>                 URL: https://issues.apache.org/jira/browse/CAMEL-24633
>             Project: Camel
>          Issue Type: Dependency upgrade
>          Components: build system
>    Affects Versions: 4.23.0
>            Reporter: Aurélien Pupier
>            Priority: Major
>
> see https://github.com/apache/camel/pull/26157
> to look at:
> * fhir transitive dependency to junit 4.7
> * drill transitive dependency to junit 4.10
> * profiles and job configurations: The Dependabot bump from 3.5.6 → 3.6.0 
> pulls in SUREFIRE-823: "Decouple -DskipTests from Failsafe plugin". Before 
> 3.6.0, -DskipTests skipped both Surefire and Failsafe. As of 3.6.0 it skips 
> only Surefire — Failsafe now needs -DskipITs (or maven.test.skip).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to