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

Dms 2.x API is still in preview 2.0 version , Needs an update for compatibility #4179

Closed
2 tasks
letsbe-x opened this issue Jul 12, 2023 · 3 comments
Closed
2 tasks
Labels
closing-soon This issue will close in 4 days unless further comments are made. feature-request A feature should be added or improved.

Comments

@letsbe-x
Copy link

letsbe-x commented Jul 12, 2023

Describe the feature

The aws dms API for 2.x Java SDK needs an update

Use Case

I was utilizing aws-sdk-java-v2 to create a monitoring integration with Flink.

I was working on the DMS status article, but the following error popped up to report it.

java.lang.ClassNotFoundException: software.amazon.awssdk.core.runtime.transform.Unmarshaller
dependencies {
...
implementation("software.amazon.awssdk:cloudwatch:2.20.94")
implementation("software.amazon.awssdk:dms:2.0.0-preview-11")
...
}

Proposed Solution

The AWS Database Migration Service API for 2.x Java SDK needs an update

The version (2.0.0-preview-11) is also incompatible with the latest AWS runtime core marshallers/unmarshallers.

Kindly publish a new jar with all the netty and aws core runtime dependencies please 🙏

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

2.20.94

JDK version used

openjdk version "17.0.5"

Operating System and version

macOS Ventura 13.4

@letsbe-x letsbe-x added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 12, 2023
@debora-ito
Copy link
Member

debora-ito commented Jul 12, 2023

The module name changed from dms to databasemigration in 2.0.0-preview-12.

https://mvnrepository.com/artifact/software.amazon.awssdk/databasemigration

Let us know if you have any further questions.

@debora-ito debora-ito added closing-soon This issue will close in 4 days unless further comments are made. and removed needs-triage This issue or PR still needs to be triaged. labels Jul 12, 2023
@letsbe-x
Copy link
Author

Thank you for the detailed explanation.

�I will close this issue

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closing-soon This issue will close in 4 days unless further comments are made. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants