From b09a39f9a43703db33aa7e5dab95313c446c4df2 Mon Sep 17 00:00:00 2001 From: tobixlea Date: Tue, 3 Feb 2026 13:07:29 -0800 Subject: [PATCH 1/2] remove hardcoded project version from archetype poms --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml index 32f225609..6f51a9c4b 100644 --- a/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml +++ b/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml @@ -24,7 +24,7 @@ com.amazonaws.serverless aws-serverless-java-container-jersey - 3.0.0-SNAPSHOT + ${project.version} com.amazonaws.serverless diff --git a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml index 777eb7f3b..3a03375c8 100644 --- a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml +++ b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml @@ -25,7 +25,7 @@ com.amazonaws.serverless aws-serverless-java-container-spring - 3.0.0-SNAPSHOT + ${project.version} com.amazonaws.serverless diff --git a/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml index 73d407dd8..74372fe5c 100644 --- a/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml +++ b/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml @@ -28,7 +28,7 @@ com.amazonaws.serverless aws-serverless-java-container-springboot3 - ${project.version} + 2.1.5 com.amazonaws.serverless From d26bec20fed8a9566272446c40be4e5ff7abddcb Mon Sep 17 00:00:00 2001 From: tobixlea Date: Tue, 3 Feb 2026 13:24:49 -0800 Subject: [PATCH 2/2] update readme with springboot4 wiki --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f34adda64..15fc7c60c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Follow the quick start guides in [our wiki](https://github.com/aws/serverless-ja * [Spring quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring) * [Spring Boot 2 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot2) * [Spring Boot 3 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot3) +* [Spring Boot 4 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot4) * [Apache Struts quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Struts) * [Jersey quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Jersey) * [Spark quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spark)