From 1907f9b0a1d122d460da956c70de08ad721fc224 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 28 Nov 2024 09:05:43 -0800 Subject: [PATCH] Upgrade jclouds from 2.5.0 to 2.6.0 (#567) --- pom.xml | 63 +++++++++++-------- .../MockApiMetadata.java | 2 +- 2 files changed, 37 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 3dec9f2a..d7967343 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,9 @@ 999999-SNAPSHOT - 2.443 + + 2.452 + ${jenkins.baseline}.3 true Max Low @@ -43,6 +45,10 @@ io.jenkins.plugins aws-global-configuration + + io.jenkins.plugins + gson-api + io.jenkins.plugins jaxb @@ -65,8 +71,13 @@ org.apache.jclouds.provider aws-s3 - 2.5.0 + 2.6.0 + + + com.google.code.gson + gson + com.sun.xml.bind @@ -82,11 +93,6 @@ org.jenkins-ci.plugins aws-credentials - - - com.google.code.gson - gson - com.google.errorprone error_prone_annotations @@ -154,11 +160,6 @@ org.jenkins-ci.plugins ssh-slaves - - - com.google.code.gson - gson - com.google.errorprone error_prone_annotations @@ -200,12 +201,6 @@ org.jenkins-ci.plugins git test - - - com.google.code.gson - gson - - org.jenkins-ci.plugins @@ -265,24 +260,22 @@ io.jenkins.tools.bom - bom-2.440.x + bom-${jenkins.baseline}.x 3435.v238d66a_043fb_ import pom + + + com.google.inject.extensions + guice-assistedinject + 6.0.0 + - - org.jenkins-ci.tools - maven-hpi-plugin - - - com.google.gson. - - org.apache.maven.plugins maven-enforcer-plugin @@ -296,6 +289,22 @@ + + + + display-info + + + + + com.google.inject:guice + com.google.inject.extensions:guice-assistedinject + + + + + + diff --git a/src/test/java/io/jenkins/plugins/artifact_manager_jclouds/MockApiMetadata.java b/src/test/java/io/jenkins/plugins/artifact_manager_jclouds/MockApiMetadata.java index 603a82ed..7dbf8baa 100644 --- a/src/test/java/io/jenkins/plugins/artifact_manager_jclouds/MockApiMetadata.java +++ b/src/test/java/io/jenkins/plugins/artifact_manager_jclouds/MockApiMetadata.java @@ -191,7 +191,7 @@ public boolean blobExists(String container, String key) { } @Override - public Iterable getBlobKeysInsideContainer(String container, String prefix) throws IOException { + public Iterable getBlobKeysInsideContainer(String container, String prefix, String delimiter) throws IOException { GetBlobKeysInsideContainerHandler handler = getBlobKeysInsideContainerHandlers.remove(container); if (handler != null) { handler.run();