-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring cloud aws startup failed #934
Labels
Milestone
Comments
maciejwalkowiak
added
type: bug
Something isn't working
component: core
Core functionality related issue
labels
Nov 6, 2023
maciejwalkowiak
added a commit
that referenced
this issue
Nov 15, 2023
…rtup when only base starter is included in classpath. Fixes #934
Fix is coming. As a temporary workaround, you can add explicit dependency to aws-core: <dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-core</artifactId>
<version>2.20.109</version>
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Component:
spring-cloud-aws-starter
Describe the bug
When only using
spring-cloud-aws-starter
to manage aws credential, it will fail to start and show the exception below:Sample
Using only two dependencies with Spring Boot 3.1.5 will reproduce this issue
The text was updated successfully, but these errors were encountered: