Is it compatible with Spring Boot 3.3.0? #1155
-
Hi all, Trying to upgrade some services to SpringBoot 3.3.0, but wen running the tests the application doesn't start mentioning:
In my pom I have <dependency>
<groupId>io.awspring.cloud</groupId>
<artifactId>spring-cloud-aws-dependencies</artifactId>
<version>3.2.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.awspring.cloud</groupId>
<artifactId>spring-cloud-aws-starter-sqs</artifactId>
</dependency>
<dependency>
<groupId>io.awspring.cloud</groupId>
<artifactId>spring-cloud-aws-starter</artifactId>
</dependency> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://github.com/awspring/spring-cloud-aws/releases Seems Spring Cloud AWS is not yet ready for Spring Boot 3.3 |
Beta Was this translation helpful? Give feedback.
-
@atulgupta7 @alexbujenita apologies for late reply. While 3.1.3 was already compatible with Spring Boot 3.3, we have released official support for Spring Boot 3.3 in Spring Cloud AWS 3.2.0 two days ago. |
Beta Was this translation helpful? Give feedback.
@atulgupta7 @alexbujenita apologies for late reply. While 3.1.3 was already compatible with Spring Boot 3.3, we have released official support for Spring Boot 3.3 in Spring Cloud AWS 3.2.0 two days ago.