spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Support Spring Boot v3 (3.0.0-M3)

Open rauldeheer opened this issue 2 years ago • 3 comments

Type: Feature/Bug

Is your feature request related to a problem? Please describe. When running Spring Boot 3.0.0-M3, we are unable to get the @SqsListener annotation to work. Sending a message to a queue works.

Describe the solution you'd like Support for Spring Boot v3

Additional context The application crashes at startup when spring-cloud-aws packages are present, or the @SqsListener annotation will not resolve messages from the queue.

rauldeheer avatar Sep 21 '22 13:09 rauldeheer

Yep we are aware and the issue is being discussed behind the scenes. Upgrade to Spring Boot 3.0 is happening here https://github.com/awspring/spring-cloud-aws/tree/spring-boot-3.0

maciejwalkowiak avatar Sep 22 '22 03:09 maciejwalkowiak

Can we help to speed up the process? Please let me know. @maciejwalkowiak

rauldeheer avatar Sep 22 '22 07:09 rauldeheer

At this stage - no. Upgrading to 3.0 on our side is quite straightforward. The problematic at least at this stage is native support and especially ensuring native support works as expected in tests.

maciejwalkowiak avatar Sep 23 '22 04:09 maciejwalkowiak

Done in M3.

maciejwalkowiak avatar Nov 04 '22 06:11 maciejwalkowiak

@maciejwalkowiak Any idea by when you are planning to release the first stable version to support spring boot V3?

nitesh0420 avatar Jan 09 '23 09:01 nitesh0420

The plan is: 3rd week of January RC1, then we give 2-4 weeks to get feedback and depending on how it goes release GA.

maciejwalkowiak avatar Jan 09 '23 10:01 maciejwalkowiak