When will Spring Cloud AWS 3.0.0 be released?

669 views Asked by At

When is the planned release date for Spring Cloud AWS 3.0.0? I checked https://calendar.spring.io/ and do not see a planned release date published there. We are migrating our microservices to use Spring Boot 3.0.0, Spring Cloud 2022.0.1, and Spring Cloud Stream Binder for Kinesis 3.0.0. All of our testing so far has been successful except for our @SqsListener testing. We ran across this stackoverflow post describing the exact problem we are experiencing, and as it's stated there, there isn't a known or published date for Spring Cloud AWS 3.0.0. As projects get migrated to use the very latest Spring project releases, anyone using and testing the @SqsListener available with the Spring Cloud AWS 2.4.2 libraries would run into a similar problem I would expect. Also, once Spring Cloud AWS 3.0.0 is available, I would expect that the Spring Cloud Stream Binder for Kinesis would also be updated to use it.

1

There are 1 answers

3
Tomaz Fernandes On BEST ANSWER

Spring Cloud AWS 3.0 is currently in RC1 and we don't have a release date for GA as we're still collecting feedback.

Feel free to give it a try and let us know if you run into any issues.