From b9d1c5303ed6e4e5e6b8000bb4f6de7987dba858 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 27 Apr 2026 14:09:59 +0100 Subject: [PATCH 1/2] Remove azure openai module entries from Spring AI BOM Signed-off-by: Ilayaperumal Gopinathan --- spring-ai-bom/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index e0b095da7b..cf21e2aea9 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -247,12 +247,6 @@ ${project.version} - - org.springframework.ai - spring-ai-azure-openai - ${project.version} - - org.springframework.ai spring-ai-bedrock @@ -635,12 +629,6 @@ ${project.version} - - org.springframework.ai - spring-ai-autoconfigure-model-azure-openai - ${project.version} - - org.springframework.ai spring-ai-autoconfigure-model-bedrock-ai @@ -1002,12 +990,6 @@ ${project.version} - - org.springframework.ai - spring-ai-starter-model-azure-openai - ${project.version} - - org.springframework.ai spring-ai-starter-model-bedrock From fd90ad2d99841d85e5eac81bbd11fedad14946df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 27 Apr 2026 17:16:00 +0200 Subject: [PATCH 2/2] Fix a regression in the release process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes a regression introduced via 3a068e6e57a7e65a3736a6ab0b6ba61e2e86ed28. It allows the publication of an empty javadoc package for the spring-ai-spring-boot-testcontainers module. Signed-off-by: Sébastien Deleuze --- pom.xml | 2 ++ spring-ai-spring-boot-testcontainers/pom.xml | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 2c24a19d7f..03c316ac76 100644 --- a/pom.xml +++ b/pom.xml @@ -604,6 +604,8 @@ ${maven.multiModuleProjectDirectory}/spring-ai-docs/src/main/javadoc/overview.html false + + false none diff --git a/spring-ai-spring-boot-testcontainers/pom.xml b/spring-ai-spring-boot-testcontainers/pom.xml index 260671ae0f..c42e320047 100644 --- a/spring-ai-spring-boot-testcontainers/pom.xml +++ b/spring-ai-spring-boot-testcontainers/pom.xml @@ -369,16 +369,4 @@ - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - - - - -