spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

Spring Boot 2.4.x compatibility #760

Closed WtfJoke closed 3 years ago

WtfJoke commented 3 years ago

Hi there,

Sorry for asking a question here since the stackoverflow question I found wasnt answered. Is Spring Cloud AWS compatible with Spring Boot 2.4.x?

Because according to Spring Initilizr its not: grafik

Or is the 2.3.x spring cloud aws release the first one to bring compatibility with spring boot 2.4.x? If so, is there an ETA for 2.3.x?

Thank you!

maciejwalkowiak commented 3 years ago

Not yet. Spring Cloud AWS 2.3 is compatible with Spring Boot 2.4, it will be released very soon.

I'll keep this issue open till 2.3 is released.

joelhess commented 3 years ago

I ended up bumping into this, by accident (didn't see the warning) but everything seems to be working. Is there a particular issue that you're concerned about compatibility, or is it just not tested?

digimon1740 commented 3 years ago

Not yet. Spring Cloud AWS 2.3 is compatible with Spring Boot 2.4, it will be released very soon.

I'll keep this issue open till 2.3 is released.

faster faster

maciejwalkowiak commented 3 years ago

@digimon1740 if all goes according to a plan, today Release Candidate!

maciejwalkowiak commented 3 years ago

@joelhess 2.2.x is built against Boot 2.3 and older Spring Cloud. It's not tested if it works with 2.4

digimon1740 commented 3 years ago

@digimon1740 if all goes according to a plan, today Release Candidate!

Thanks for your feedback :) that sounds great

maciejwalkowiak commented 3 years ago

Spring Cloud AWS 2.3 RC2 has been released - https://maciejwalkowiak.com/blog/spring-cloud-aws-2-3-rc2-released/.

GA expected in a week. It would be great if you could use RC2 and give us feedback.

dejankatanic commented 3 years ago

@maciejwalkowiak I tested Spring Cloud AWS 2.3 RC2 with Spring Cloud Kafka and ran into the following issue: https://stackoverflow.com/questions/66371655/spring-cloud-kafka-and-aws-secrets-inputbindinglifecycle-exception

Any advice on how to fix that would be great!

neiljbrown commented 3 years ago

@maciejwalkowiak I tested Spring Cloud AWS 2.3 RC2 with Spring Cloud Kafka and ran into the following issue: https://stackoverflow.com/questions/66371655/spring-cloud-kafka-and-aws-secrets-inputbindinglifecycle-exception

Any advice on how to fix that would be great!

@D3jank - posted some advice to Stackoverflow, which may or may not help. Regards.

joshiste commented 3 years ago

@maciejwalkowiak is there any schedule for the release?

joelhess commented 3 years ago

It's been released. Check out https://github.com/awspring/spring-cloud-aws

denis111 commented 3 years ago

So this page should be updated https://spring.io/projects/spring-cloud-aws ...

maciejwalkowiak commented 3 years ago

@joshiste We have released 2.3.0, next step is official announcement and update sites. Thanks for patience and your feedback is very welcome!