Skip to content

Commit 868fe05

Browse files
committed
note about v1 versus v2
1 parent 15fbd7f commit 868fe05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library provides a DynamoDB-backed persistence mechanism (feature store) fo
99

1010
The minimum version of the LaunchDarkly Java SDK for use with this library is 4.6.0. It is compatible with Java 7 and above.
1111

12-
It uses version 1.11 of the AWS SDK for Java; a future release will use version 2.x.
12+
Note that this version of the library uses version 1.11 of the AWS SDK for Java. Any further changes to the AWS 1.x implementation will be made on the "aws-v1" branch of the repository and will be released as versions 1.x.x. If you prefer to use version 2.x of the AWS SDK, use versions 2.x.x of this library (note that AWS SDK 2.x is not compatible with Java 7). There is no difference in functionality, just differences in the names and calling conventions of the AWS SDK classes.
1313

1414
For more information, see also: [Using a persistent feature store](https://docs.launchdarkly.com/v2.0/docs/using-a-persistent-feature-store).
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def pomConfig = {
154154
scm {
155155
connection 'scm:git:git://github.com/launchdarkly/java-client-dynamodb.git'
156156
developerConnection 'scm:git:ssh:git@github.com:launchdarkly/java-client-dynamodb.git'
157-
url 'https://github.com/launchdarkly/java-client-dynamodb'
157+
url 'https://github.com/launchdarkly/java-client-dynamodb/tree/aws-v1'
158158
}
159159
}
160160

0 commit comments

Comments
 (0)