Skip to content
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

Fix startup when only base starter is included in classpath. #955

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

maciejwalkowiak
Copy link
Contributor

Add explicit sdk-core dependency to autoconfigure module to fix startup when only base starter is included in classpath.

Fixes #934

…rtup when only base starter is included in classpath.

Fixes #934
Copy link

sonarcloud bot commented Nov 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -18,18 +18,22 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-core</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this dependency be added to the spring-cloud-aws-core module?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The autoconfigure module unfortunately depends on it in Config Resolvers.

@maciejwalkowiak maciejwalkowiak added this to the 3.1.0 milestone Dec 1, 2023
@maciejwalkowiak maciejwalkowiak added type: bug Something isn't working component: core Core functionality related issue labels Dec 1, 2023
@maciejwalkowiak maciejwalkowiak merged commit fc0511b into main Dec 1, 2023
6 checks passed
@maciejwalkowiak maciejwalkowiak deleted the gh-934-2 branch December 1, 2023 07:34
maciejwalkowiak added a commit that referenced this pull request Dec 10, 2023
…rtup when only base starter is included in classpath. (#955)

Fixes #934
maciejwalkowiak added a commit that referenced this pull request Dec 10, 2023
…rtup when only base starter is included in classpath. (#955)

Fixes #934
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core Core functionality related issue type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring cloud aws startup failed
2 participants