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

java.lang.NoSuchFieldError: SIGNING_REGION Exception from AWSSecretsManagerClient #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

iljaskevic
Copy link

This issue occurs due to version conflict/incompatibility between AWS SDKs.

When the version of com.amazonaws:aws-java-sdk-core used by an application is less than the version of com.amazonaws:aws-java-sdk-secretsmanager, an exception may occur with the following message:
java.lang.NoSuchFieldError: SIGNING_REGION

Similar to aws/aws-sdk-java#1700

This change makes sure that the version of aws-java-sdk-core is always compatible with the version of aws-java-sdk-secretsmanager used by this library.

@iljaskevic iljaskevic changed the title Fix Exception with message: java.lang.NoSuchFieldError: SIGNING_REGION java.lang.NoSuchFieldError: SIGNING_REGION Exception from AWSSecretsManagerClient Sep 17, 2019
@simonmarty simonmarty added the bug Something isn't working label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants