Closed furstenheim-goodnotes closed 6 months ago
Excluding a conflicting org.eclipse.jetty fixed it
testImplementation("com.amazonaws:DynamoDBLocal:2.0.0+") {
exclude(group = "org.eclipse.jetty")
}
We appreciate your feedback and we are currently reviewing this. We will update as soon as we have more information about next steps.
Today we have released version 2.3.0 for DynamoDBLocal, this contains upgrades to JDK from 11 to 17 and Jetty from 11 to 12. Can you please check the issue still persist with latest updates.
https://aws.amazon.com/about-aws/whats-new/2024/03/amazon-dynamodb-local-upgrades-jetty-12-jdk-17/
Thanks
I'm installing
com.amazonaws:DynamoDBLocal:2.0.0+
in gradle withtestImplementation(com.amazonaws:DynamoDBLocal:2.0.0+)
.Doing so I get the following warn:
And all my app logs disappear. Just commenting the import makes the logs work again.
I'd be grateful for any help.
Cheers