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

Migrate DynamoDB Java API to return CompletionStage instead of Future… #1055

Merged
merged 2 commits into from
Jul 2, 2018

Conversation

raindeerr
Copy link

… (#1020)

Copy link
Contributor

@2m 2m left a comment

Choose a reason for hiding this comment

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

LGTM, just one nitpick.

@@ -83,6 +83,7 @@ object Dependencies {

val DynamoDB = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0", // BSD-style
Copy link
Contributor

Choose a reason for hiding this comment

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

Dependency to java8-compat comes transitively from akka-actor. So it is not needed to include it here as well.

@raindeerr
Copy link
Author

Ah my bad, I missed that. Removed the explicit dependency.

@ennru
Copy link
Member

ennru commented Jul 2, 2018

Fixes #1020

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM

@ennru ennru merged commit 7ad3259 into akka:master Jul 2, 2018
@ennru ennru added this to the 0.20 milestone Jul 2, 2018
@ennru
Copy link
Member

ennru commented Jul 2, 2018

Thank you for getting this done! Keep going.

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

Successfully merging this pull request may close these issues.

3 participants