From cb591d40c15b5128c5232e3c54df2d7586fba619 Mon Sep 17 00:00:00 2001 From: Jan Werner Date: Wed, 27 May 2026 14:51:31 -0400 Subject: [PATCH 1/2] re-add jackson-annotations-version to avoid downstream build failures --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2e8a31eb6f..fd5fc2536a 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ 4.9.8.0 11 2.21.2 + 2.21 2.2.0 6.1.0 12.0.35 From c900cbb142894d30bac309381b482660683245a0 Mon Sep 17 00:00:00 2001 From: Jan Werner Date: Wed, 27 May 2026 15:08:04 -0400 Subject: [PATCH 2/2] fold in newwave removal --- .semaphore/semaphore.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 3da23fbf1c..dc3ad68fa9 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -58,8 +58,8 @@ blocks: commands: - ci-tools ci-update-version --direct-pom-edit - ci-tools ci-push-tag - - mvn -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode - -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/ + - mvn -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode + -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/ -DrepositoryId=confluent-codeartifact-internal deploy -DskipTests - name: CP Jar Build CI Gating dependencies: [] @@ -113,7 +113,6 @@ after_pipeline: if [[ -z "$SEMAPHORE_GIT_PR_BRANCH" ]] && [[ "$SEMAPHORE_PIPELINE_RESULT" == "passed" ]]; then sem-trigger -p rest-utils -b $SEMAPHORE_GIT_BRANCH -f .semaphore/semaphore.yml sem-trigger -p ksql -b $SEMAPHORE_GIT_BRANCH -f .semaphore/semaphore.yml - sem-trigger -p newwave -b $SEMAPHORE_GIT_BRANCH -f .semaphore/semaphore.yml sem-trigger -p kafka-connect-replicator -b $SEMAPHORE_GIT_BRANCH -f .semaphore/semaphore.yml sem-trigger -p hub-client -b $SEMAPHORE_GIT_BRANCH -f .semaphore/semaphore.yml fi