Description
While SPARK-28737 upgrades `Jersey` to 2.29, `docker-integration-tests` is broken because `com.spotify.docker-client` depends on `jersey-guava`. The latest `com.spotify.docker-client` is also still depending on that, too.
- https://mvnrepository.com/artifact/com.spotify/docker-client/5.0.2
-> https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client/2.19
-> https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-common/2.19
-> https://mvnrepository.com/artifact/org.glassfish.jersey.bundles.repackaged/jersey-guava/2.19
*AFTER*
build/mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 -Dtest=none -DwildcardSuites=org.apache.spark.sql.jdbc.PostgresIntegrationSuite test Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0 All tests passed.
Attachments
Issue Links
- is caused by
-
SPARK-28737 Update jersey to 2.27+ (2.29)
- Resolved
- is duplicated by
-
SPARK-29547 Make `docker-integration-tests` work in JDK11
- Closed
- links to