localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

Removal of the EC2HostNameResolver #73

Closed denisbr closed 2 years ago

denisbr commented 2 years ago

7e8c8228e85fada76554bc7473679e4da76ab472 removes the EC2HostNameResolver annotation which we are currently using in our tests, so attempting to upgrade to the latest version of cloud-localstack fails for us. I understand that the docker in docker might not be the preferable solution for everyone, but besides that, was there a good reason to remove this functionality?

Is there a proposed new method of doing the same in the latest release?