amazon-dynamodb-lock-client icon indicating copy to clipboard operation
amazon-dynamodb-lock-client copied to clipboard

Release supported version using AWS SDK v2.

Open cnauroth opened this issue 4 years ago • 8 comments

This pull request integrated with AWS SDK v2 on the master branch:

https://github.com/awslabs/dynamodb-lock-client/pull/19

However, it is described as "preliminary". From what I can tell, there is not yet a formally supported release with AWS SDK v2 support.

I'd like to request completion of this feature and distribution of a new Maven release. Right now, projects using dynamodb-lock-client are forced into a transitive dependency on AWS SDK v1, even if their codebase otherwise has migrated to AWS SDK v2.

cnauroth avatar Mar 31 '20 16:03 cnauroth

FWIW, I built the current master branch code and linked one of my applications with it. Everything worked fine, and all of my application's tests passed. That's a good sign that the core functionality works, though the original MR mentions a potential feature gap around metrics.

cnauroth avatar Mar 31 '20 22:03 cnauroth

I was looking for this too. If it's still not quite production-ready, perhaps a release candidate would be an alright solution in the meantime? That would allow people to test it in real applications easier and give feedback if any bugs are found.

reibitto avatar May 24 '20 17:05 reibitto

Any update on this?

tbfky avatar Jan 04 '21 14:01 tbfky

@amcp any chance that will happen?

aleksanderEE avatar Mar 31 '21 10:03 aleksanderEE

Hi @khanshariquem @amcp

What does it take to finish the upgrade to AWS SDK v2 and publish it to maven.

There seems to be great interest in this project as it's a simple and reliable distributed lock.

If you have time to review and engage then perhaps the community using the tool can help with this upgrade?

Thanks.

Regards, Martin

martin-nginio avatar Apr 13 '21 19:04 martin-nginio

Hi team, any updates on this?

humanzz avatar Mar 31 '22 14:03 humanzz

Hi team, do you have any plans to release sdk v2 support?

biscout42 avatar Sep 01 '22 17:09 biscout42

@artembilan I probably can finish this issue. As I understand, main thing we need to do is return metrics collector support. But as I see here https://aws.amazon.com/ru/blogs/developer/using-the-new-client-side-metrics-feature-in-the-aws-sdk-for-java-v2/ , it's not required anymore. So we can just change groupId to software.amazon.awssdk instead com.amazonaws and release it

dmytrodanilenkov avatar Sep 09 '22 17:09 dmytrodanilenkov

Newer version of Amazon DynamoDB Lock Client(1.2.0) available on Maven now

https://repo1.maven.org/maven2/com/amazonaws/dynamodb-lock-client/1.2.0/

This change includes AWS SDK upgraded to 2.20.8

shetsa-amzn avatar Feb 28 '23 13:02 shetsa-amzn

Thank you!

dlabey avatar Feb 28 '23 17:02 dlabey