Open mxro opened 4 days ago
I think the main difference between the v8.0 and v8.1 is this commit https://github.com/chrisguttandin/dynamo-db-local/commit/c17285a111ad9a158d9098259cea037c03cde947. It updates DynamoDB Local to v2.3.0. This update in itself updated the JDK.
Could that be the reason for the problem?
Environment
Test case
dynamo-db-local
with version 8.0.0java
dynamo-db-local
with version 8.1.1 (same issue with 9+ versions as well)java
For reference, here the code how I spawn the instance:
https://github.com/goldstack/goldstack/blob/09810c61c34b39436420e64b72f86a29fa3d796b/workspaces/templates-lib/packages/template-dynamodb/src/localDynamoDB.ts#L142
The
waitPort
method never returns when using package > 8.0.0. Could this be related with the path lookup in package having changed?