From 010617bf07d8baadc5cacaf7d66c92888fdd21c0 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Mon, 4 Dec 2023 09:53:57 +0100 Subject: [PATCH] DBZ-7198 Revert "Upgrade apicurio to 2.5.3.Final" This reverts commit bb49fba227448d8062d09147a2ae8dee4b029ef7. --- connect-base/2.5/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connect-base/2.5/Dockerfile b/connect-base/2.5/Dockerfile index 239809f6..5ef24fbb 100644 --- a/connect-base/2.5/Dockerfile +++ b/connect-base/2.5/Dockerfile @@ -22,7 +22,7 @@ ENV KAFKA_CONNECT_PLUGINS_DIR=$KAFKA_HOME/connect \ EXTERNAL_LIBS_DIR=$KAFKA_HOME/external_libs \ CONNECT_PLUGIN_PATH=$KAFKA_CONNECT_PLUGINS_DIR \ MAVEN_DEP_DESTINATION=$KAFKA_HOME/libs \ - APICURIO_VERSION=2.5.3.Final \ + APICURIO_VERSION=2.4.1.Final \ JOLOKIA_VERSION=1.7.2 \ OPENTELEMETRY_VERSION=1.23.1 \ OPENTELEMETRY_INSTRUMENTATION_VERSION=1.23.0 @@ -42,7 +42,7 @@ RUN mkdir "$KAFKA_CONNECT_PLUGINS_DIR" "$EXTERNAL_LIBS_DIR" # This will prevent the classes in the shared dependencies from appearing in multiple JARs # on the classpath, which results in arcane NoSuchMethodError exceptions. # -RUN docker-maven-download apicurio "$APICURIO_VERSION" 9dfd1ee1f7a5e09c08f6f1c2090fcb50 +RUN docker-maven-download apicurio "$APICURIO_VERSION" ead18a95038adca54e91b7f253717eb7 RUN docker-maven-download central org/jolokia jolokia-jvm "$JOLOKIA_VERSION" d489d62d1143e6a2e85a869a4b824a67 RUN docker-maven-download otel io/opentelemetry opentelemetry-api "$OPENTELEMETRY_VERSION" e198a9568ce31a82faaa26f328388e89 RUN docker-maven-download otel io/opentelemetry opentelemetry-context "$OPENTELEMETRY_VERSION" 783594a506dbf035e686776d5bcb4bfc