From 64463debeebf34812375236f1d7ac6de419f11d7 Mon Sep 17 00:00:00 2001 From: YeonghyeonKo <46114393+YeonghyeonKO@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:25:12 +0900 Subject: [PATCH 1/6] fix typo in the exception of RetryUtil --- src/main/java/io/aiven/kafka/connect/opensearch/RetryUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/aiven/kafka/connect/opensearch/RetryUtil.java b/src/main/java/io/aiven/kafka/connect/opensearch/RetryUtil.java index 5411a378..0243f132 100644 --- a/src/main/java/io/aiven/kafka/connect/opensearch/RetryUtil.java +++ b/src/main/java/io/aiven/kafka/connect/opensearch/RetryUtil.java @@ -108,7 +108,7 @@ public static T callWithRetry(final String callName, fi return callable.call(); } catch (final Exception e) { if (!repeatableException.isAssignableFrom(e.getClass())) { - final var msg = String.format("Non-repeatable exception trown by %s", callName); + final var msg = String.format("Non-repeatable exception thrown by %s", callName); LOGGER.error(msg, e); throw new ConnectException(msg, e); } else if (attempts < maxAttempts) { From 817b9b51a026e40b2f7f7d7ef6d762ec38719667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:11:12 +0000 Subject: [PATCH 2/6] Bump testcontainersVersion from 1.20.3 to 1.20.4 Bumps `testcontainersVersion` from 1.20.3 to 1.20.4. Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.3...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ddeb414..2ba1770c 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ ext { slf4jVersion = "1.7.36" openSearchVersion = "2.16.0" - testcontainersVersion = "1.20.3" + testcontainersVersion = "1.20.4" } sourceSets { From bab201fe5f5b58ff5b029a05d2a10c0643048f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:11:26 +0000 Subject: [PATCH 3/6] Bump org.opensearch.client:opensearch-rest-high-level-client Bumps [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) from 2.16.0 to 2.18.0. - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/opensearch-project/OpenSearch/compare/2.16.0...2.18.0) --- updated-dependencies: - dependency-name: org.opensearch.client:opensearch-rest-high-level-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ba1770c..e324b041 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ ext { kafkaVersion = "3.5.0" apacheCommonsLangVersion = "3.17.0" slf4jVersion = "1.7.36" - openSearchVersion = "2.16.0" + openSearchVersion = "2.18.0" testcontainersVersion = "1.20.4" } From 71cbe91ae87a28ad39b96d9a0f3c1eaf66b02ef9 Mon Sep 17 00:00:00 2001 From: Aindriu Lavelle Date: Thu, 19 Dec 2024 11:03:38 +0000 Subject: [PATCH 4/6] Update to Implement KIP-898 via Service loader for the opensearch sink connector Signed-off-by: Aindriu Lavelle --- .../services/org.apache.kafka.connect.sink.SinkConnector | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/META-INF/services/org.apache.kafka.connect.sink.SinkConnector diff --git a/src/main/resources/META-INF/services/org.apache.kafka.connect.sink.SinkConnector b/src/main/resources/META-INF/services/org.apache.kafka.connect.sink.SinkConnector new file mode 100644 index 00000000..54d29614 --- /dev/null +++ b/src/main/resources/META-INF/services/org.apache.kafka.connect.sink.SinkConnector @@ -0,0 +1 @@ +io.aiven.kafka.connect.opensearch.OpensearchSinkConnector From 02cfa6d057af1b2e58850328d397c0ee636b6b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:03:18 +0000 Subject: [PATCH 5/6] Bump org.opensearch:opensearch-testcontainers from 2.1.1 to 2.1.2 Bumps [org.opensearch:opensearch-testcontainers](https://github.com/opensearch-project/opensearch-testcontainers) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/opensearch-project/opensearch-testcontainers/releases) - [Commits](https://github.com/opensearch-project/opensearch-testcontainers/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: org.opensearch:opensearch-testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e324b041..3bb6c118 100644 --- a/build.gradle +++ b/build.gradle @@ -189,7 +189,7 @@ dependencies { integrationTestImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion" integrationTestImplementation "org.testcontainers:kafka:$testcontainersVersion" // this is not Kafka version - integrationTestImplementation "org.opensearch:opensearch-testcontainers:2.1.1" + integrationTestImplementation "org.opensearch:opensearch-testcontainers:2.1.2" integrationTestImplementation "org.apache.kafka:kafka-clients:$kafkaVersion:test" integrationTestImplementation "org.apache.kafka:connect-runtime:${kafkaVersion}" integrationTestImplementation "org.apache.kafka:connect-runtime:${kafkaVersion}:test" From 933aca3adc2325a5b1959091f4c61d9b0535180e Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Wed, 30 Jul 2025 08:51:48 +0100 Subject: [PATCH 6/6] added workflow dispatch --- .github/workflows/main_and_pr_workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_and_pr_workflow.yml b/.github/workflows/main_and_pr_workflow.yml index 7d865f9b..672113eb 100644 --- a/.github/workflows/main_and_pr_workflow.yml +++ b/.github/workflows/main_and_pr_workflow.yml @@ -1,5 +1,6 @@ name: Gradle on: + workflow_dispatch: push: branches: [ main ] pull_request: