From addf94edaf763be19c58cdbc7302edc1a8043c71 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Mon, 2 Feb 2026 12:42:15 +0100 Subject: [PATCH] fix(opensearch): Use the Maven repository of OpenSearch instead of Sonatype --- ...pository-of-OpenSearch-instead-of-So.patch | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 opensearch/security-plugin/stackable/patches/3.1.0.0/0003-Use-the-Maven-repository-of-OpenSearch-instead-of-So.patch diff --git a/opensearch/security-plugin/stackable/patches/3.1.0.0/0003-Use-the-Maven-repository-of-OpenSearch-instead-of-So.patch b/opensearch/security-plugin/stackable/patches/3.1.0.0/0003-Use-the-Maven-repository-of-OpenSearch-instead-of-So.patch new file mode 100644 index 000000000..9ff629772 --- /dev/null +++ b/opensearch/security-plugin/stackable/patches/3.1.0.0/0003-Use-the-Maven-repository-of-OpenSearch-instead-of-So.patch @@ -0,0 +1,82 @@ +From 94d4d6621b32221177127f457e2594e669b1d801 Mon Sep 17 00:00:00 2001 +From: Siegfried Weber +Date: Mon, 2 Feb 2026 11:49:08 +0100 +Subject: Use the Maven repository of OpenSearch instead of Sonatype + +--- + build.gradle | 4 ++-- + bwc-test/build.gradle | 4 ++-- + sample-resource-plugin/build.gradle | 2 +- + spi/build.gradle | 2 +- + 4 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/build.gradle b/build.gradle +index 15a882a2..78b46262 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -48,7 +48,7 @@ buildscript { + mavenLocal() + mavenCentral() + maven { url "https://plugins.gradle.org/m2/" } +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } + maven { url "https://build.shibboleth.net/nexus/content/groups/public" } + maven { url "https://build.shibboleth.net/nexus/content/repositories/releases" } +@@ -516,7 +516,7 @@ allprojects { + mavenLocal() + mavenCentral() + maven { url "https://plugins.gradle.org/m2/" } +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } + maven { url "https://build.shibboleth.net/nexus/content/repositories/releases" } + } +diff --git a/bwc-test/build.gradle b/bwc-test/build.gradle +index d5f4db95..d6c7b2bc 100644 +--- a/bwc-test/build.gradle ++++ b/bwc-test/build.gradle +@@ -51,7 +51,7 @@ buildscript { + } + repositories { + mavenLocal() +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + mavenCentral() + maven { url "https://plugins.gradle.org/m2/" } + } +@@ -63,7 +63,7 @@ buildscript { + + repositories { + mavenLocal() +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + mavenCentral() + maven { url "https://plugins.gradle.org/m2/" } + } +diff --git a/sample-resource-plugin/build.gradle b/sample-resource-plugin/build.gradle +index a881b781..d9975b0b 100644 +--- a/sample-resource-plugin/build.gradle ++++ b/sample-resource-plugin/build.gradle +@@ -55,7 +55,7 @@ ext { + repositories { + mavenLocal() + mavenCentral() +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + } + + configurations.all { +diff --git a/spi/build.gradle b/spi/build.gradle +index f75814f7..f35a4091 100644 +--- a/spi/build.gradle ++++ b/spi/build.gradle +@@ -16,7 +16,7 @@ ext { + repositories { + mavenLocal() + mavenCentral() +- maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } ++ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" } + } + + dependencies {