Skip to content

AWS SDK and version policy unclear #834

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

Closed
wduminy opened this issue Jun 8, 2022 · 2 comments · Fixed by #835
Closed

AWS SDK and version policy unclear #834

wduminy opened this issue Jun 8, 2022 · 2 comments · Fixed by #835

Comments

@wduminy
Copy link

wduminy commented Jun 8, 2022

The README says (The AWS Encryption SDK for Java does not support the AWS SDK for Java 2.x.)

It also says to use:

<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-encryption-sdk-java</artifactId>
  <version>2.4.0</version>
</dependency>

The support policy says The AWS Encryption SDK follows the same major version lifecycle as the AWS SDK.

So I wonder what the meaning is of 2.4.0 and which AWS SDK I should use with it.

@wduminy
Copy link
Author

wduminy commented Jun 8, 2022

SDK version <aws.java.sdk.version>2.17.136</aws.java.sdk.version> (from the examples) works.
Seems that a minor update to README.md is required.

@texastony
Copy link
Contributor

Howdy @wduminy,

You are correct.
The README is inaccurate.
Thank you for bringing this to our attention.
I have opened a PR to fix this.

Much Obliged,
AWS Crypto Tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants