[
https://issues.apache.org/jira/browse/DRILL-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617770#comment-17617770
]
ASF GitHub Bot commented on DRILL-8334:
---------------------------------------
pjfanning commented on PR #2679:
URL: https://github.com/apache/drill/pull/2679#issuecomment-1279098787
I'm not making any progress on this. There are classloading problems with
the okhttp classes.
This is unlikely to be the cause but hadoop-hdfs-client has a dependency on
an old version of okhttp. In theory, this should have a different package name.
[INFO] | +- org.apache.hadoop:hadoop-client:jar:3.2.4:compile
[INFO] | | +- org.apache.hadoop:hadoop-hdfs-client:jar:3.2.4:compile
[INFO] | | | \- com.squareup.okhttp:okhttp:jar:2.7.5:compile
[INFO] | | | \- com.squareup.okio:okio:jar:1.6.0:compile
> upgrade to okhttp 4.10.0 due to CVEs in kotlin transitive dependencies
> ----------------------------------------------------------------------
>
> Key: DRILL-8334
> URL: https://issues.apache.org/jira/browse/DRILL-8334
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: PJ Fanning
> Priority: Major
>
> [https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp]
> It's a fairly minot bump from 4.9.3 to 4.10.0
> okhttp 4.10.0 uses a newer copy of kotlin-stdlib that doesn't have CVEs
--
This message was sent by Atlassian Jira
(v8.20.10#820010)