From 91bf1c0a7d4c474694533c57e717accc0c3e08ab Mon Sep 17 00:00:00 2001 From: bsmahi Date: Wed, 28 May 2025 20:51:26 +0530 Subject: [PATCH 1/4] Upgraded Weather Examples to Spring Boot v3.5.0 and Spring AI v1.0.0 --- .../weather/manual-webflux-server/pom.xml | 5 +++-- .../weather/starter-stdio-server/pom.xml | 7 +++++-- .../weather/starter-webflux-server/pom.xml | 8 ++++++-- .../weather/starter-webmvc-oauth2-server/pom.xml | 8 ++++++-- .../weather/starter-webmvc-server/pom.xml | 8 ++++++-- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml index 19a7ed7..50fbaf4 100644 --- a/model-context-protocol/weather/manual-webflux-server/pom.xml +++ b/model-context-protocol/weather/manual-webflux-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 @@ -20,6 +20,7 @@ 0.10.0 + 1.0.0 @@ -27,7 +28,7 @@ org.springframework.ai spring-ai-bom - 1.1.0-SNAPSHOT + ${spring.ai.version} pom import diff --git a/model-context-protocol/weather/starter-stdio-server/pom.xml b/model-context-protocol/weather/starter-stdio-server/pom.xml index ebb8deb..deb6a10 100644 --- a/model-context-protocol/weather/starter-stdio-server/pom.xml +++ b/model-context-protocol/weather/starter-stdio-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 @@ -18,13 +18,16 @@ Spring AI MCP Weather STDIO server Sample Spring Boot application demonstrating MCP stdio server usage + + 1.0.0 + org.springframework.ai spring-ai-bom - 1.1.0-SNAPSHOT + ${spring.ai.version} pom import diff --git a/model-context-protocol/weather/starter-webflux-server/pom.xml b/model-context-protocol/weather/starter-webflux-server/pom.xml index 581ce67..1d295b1 100644 --- a/model-context-protocol/weather/starter-webflux-server/pom.xml +++ b/model-context-protocol/weather/starter-webflux-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 @@ -18,12 +18,16 @@ Spring AI MCP Weather Sample Sample Spring Boot application demonstrating MCP client and server usage + + 1.0.0 + + org.springframework.ai spring-ai-bom - 1.1.0-SNAPSHOT + ${spring.ai.version} pom import diff --git a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml index 04f3d31..ea35b29 100644 --- a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 @@ -18,12 +18,16 @@ Spring AI MCP Weather Sample Sample Spring Boot application demonstrating MCP Server usage with OAuth2 authorization + + 1.0.0 + + org.springframework.ai spring-ai-bom - 1.1.0-SNAPSHOT + ${spring.ai.version} pom import diff --git a/model-context-protocol/weather/starter-webmvc-server/pom.xml b/model-context-protocol/weather/starter-webmvc-server/pom.xml index 4b9b4a3..27f895e 100644 --- a/model-context-protocol/weather/starter-webmvc-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 @@ -18,12 +18,16 @@ Spring AI MCP Weather Sample Sample Spring Boot application demonstrating MCP client and server usage + + 1.0.0 + + org.springframework.ai spring-ai-bom - 1.1.0-SNAPSHOT + ${spring.ai.version} pom import From 8b5e84965fe31f610b279a1765ea00e37eafd938 Mon Sep 17 00:00:00 2001 From: bsmahi Date: Wed, 28 May 2025 20:55:12 +0530 Subject: [PATCH 2/4] Upgraded Weather Examples to Spring Boot v3.5.0 and Spring AI v1.0.0 Signed-off-by: Mahendra Rao --- model-context-protocol/weather/manual-webflux-server/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml index 50fbaf4..e5004c7 100644 --- a/model-context-protocol/weather/manual-webflux-server/pom.xml +++ b/model-context-protocol/weather/manual-webflux-server/pom.xml @@ -17,7 +17,6 @@ Spring AI MCP Weather Sample Sample Spring Boot application demonstrating MCP client and server usage - 0.10.0 1.0.0 From 4379e7ffd92604678b489f4711193605d96d16da Mon Sep 17 00:00:00 2001 From: bsmahi Date: Wed, 28 May 2025 20:57:55 +0530 Subject: [PATCH 3/4] Upgraded Weather Examples to Spring Boot v3.5.0 and Spring AI v1.0.0 Signed-off-by: bsmahi bs.mahi@gmail.com --- model-context-protocol/weather/manual-webflux-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml index e5004c7..50fbaf4 100644 --- a/model-context-protocol/weather/manual-webflux-server/pom.xml +++ b/model-context-protocol/weather/manual-webflux-server/pom.xml @@ -17,6 +17,7 @@ Spring AI MCP Weather Sample Sample Spring Boot application demonstrating MCP client and server usage + 0.10.0 1.0.0 From 3a5194a44c46e3f9a34fe608d7f71b7fa2c5d13e Mon Sep 17 00:00:00 2001 From: bsmahi Date: Thu, 29 May 2025 20:34:44 +0530 Subject: [PATCH 4/4] Upgraded to Spring Boot v3.5.0 and Spring AI v1.0.0 Signed-off-by: bsmahi --- kotlin/kotlin-function-callback/pom.xml | 4 ++-- kotlin/kotlin-hello-world/pom.xml | 4 ++-- kotlin/rag-with-kotlin/pom.xml | 4 ++-- misc/openai-streaming-response/pom.xml | 4 ++-- misc/spring-ai-java-function-callback/pom.xml | 4 ++-- model-context-protocol/weather/manual-webflux-server/pom.xml | 4 ++-- model-context-protocol/weather/starter-stdio-server/pom.xml | 4 ++-- model-context-protocol/weather/starter-webflux-server/pom.xml | 4 ++-- .../weather/starter-webmvc-oauth2-server/pom.xml | 4 ++-- model-context-protocol/weather/starter-webmvc-server/pom.xml | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/kotlin/kotlin-function-callback/pom.xml b/kotlin/kotlin-function-callback/pom.xml index 48702c1..d4a4849 100644 --- a/kotlin/kotlin-function-callback/pom.xml +++ b/kotlin/kotlin-function-callback/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 com.example @@ -29,7 +29,7 @@ 17 1.9.25 - 1.1.0-SNAPSHOT + 1.0.0 diff --git a/kotlin/kotlin-hello-world/pom.xml b/kotlin/kotlin-hello-world/pom.xml index 7c734b9..f6ee9b2 100644 --- a/kotlin/kotlin-hello-world/pom.xml +++ b/kotlin/kotlin-hello-world/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 com.example @@ -29,7 +29,7 @@ 17 1.9.25 - 1.1.0-SNAPSHOT + 1.0.0 diff --git a/kotlin/rag-with-kotlin/pom.xml b/kotlin/rag-with-kotlin/pom.xml index 4b1796d..d6493ba 100644 --- a/kotlin/rag-with-kotlin/pom.xml +++ b/kotlin/rag-with-kotlin/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 com.example @@ -29,7 +29,7 @@ 17 1.9.25 - 1.1.0-SNAPSHOT + 1.0.0 diff --git a/misc/openai-streaming-response/pom.xml b/misc/openai-streaming-response/pom.xml index 14eacef..560b18d 100644 --- a/misc/openai-streaming-response/pom.xml +++ b/misc/openai-streaming-response/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 com.example @@ -28,7 +28,7 @@ 17 - 1.1.0-SNAPSHOT + 1.0.0 diff --git a/misc/spring-ai-java-function-callback/pom.xml b/misc/spring-ai-java-function-callback/pom.xml index c535040..fb087fe 100644 --- a/misc/spring-ai-java-function-callback/pom.xml +++ b/misc/spring-ai-java-function-callback/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.0 com.example @@ -28,7 +28,7 @@ 17 - 1.1.0-SNAPSHOT + 1.0.0 diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml index 50fbaf4..b8c6ff5 100644 --- a/model-context-protocol/weather/manual-webflux-server/pom.xml +++ b/model-context-protocol/weather/manual-webflux-server/pom.xml @@ -20,7 +20,7 @@ 0.10.0 - 1.0.0 + 1.0.0 @@ -28,7 +28,7 @@ org.springframework.ai spring-ai-bom - ${spring.ai.version} + ${spring-ai.version} pom import diff --git a/model-context-protocol/weather/starter-stdio-server/pom.xml b/model-context-protocol/weather/starter-stdio-server/pom.xml index deb6a10..4e17e2a 100644 --- a/model-context-protocol/weather/starter-stdio-server/pom.xml +++ b/model-context-protocol/weather/starter-stdio-server/pom.xml @@ -19,7 +19,7 @@ Sample Spring Boot application demonstrating MCP stdio server usage - 1.0.0 + 1.0.0 @@ -27,7 +27,7 @@ org.springframework.ai spring-ai-bom - ${spring.ai.version} + ${spring-ai.version} pom import diff --git a/model-context-protocol/weather/starter-webflux-server/pom.xml b/model-context-protocol/weather/starter-webflux-server/pom.xml index 1d295b1..fb6a55a 100644 --- a/model-context-protocol/weather/starter-webflux-server/pom.xml +++ b/model-context-protocol/weather/starter-webflux-server/pom.xml @@ -19,7 +19,7 @@ Sample Spring Boot application demonstrating MCP client and server usage - 1.0.0 + 1.0.0 @@ -27,7 +27,7 @@ org.springframework.ai spring-ai-bom - ${spring.ai.version} + ${spring-ai.version} pom import diff --git a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml index ea35b29..01d3784 100644 --- a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml @@ -19,7 +19,7 @@ Sample Spring Boot application demonstrating MCP Server usage with OAuth2 authorization - 1.0.0 + 1.0.0 @@ -27,7 +27,7 @@ org.springframework.ai spring-ai-bom - ${spring.ai.version} + ${spring-ai.version} pom import diff --git a/model-context-protocol/weather/starter-webmvc-server/pom.xml b/model-context-protocol/weather/starter-webmvc-server/pom.xml index 27f895e..1e997d1 100644 --- a/model-context-protocol/weather/starter-webmvc-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-server/pom.xml @@ -19,7 +19,7 @@ Sample Spring Boot application demonstrating MCP client and server usage - 1.0.0 + 1.0.0 @@ -27,7 +27,7 @@ org.springframework.ai spring-ai-bom - ${spring.ai.version} + ${spring-ai.version} pom import