spring-localstack
spring-localstack copied to clipboard
An easy way to use Localstack with Spring
Bumps commons-io from 2.5 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This is not working as it's not be available in maven central. ``` xyz.fabiano spring-localstack 0.0.10 ```
config.py path isn't configurable
I'm getting the following error: Caused by: java.lang.IllegalStateException: A docker instance is starting or already started. This is because I have 3 service classes, each having their own test class,...
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.7.RELEASE.jar!/:4.3.7 .RELEASE] ... 26 common frames omitted Caused by: java.lang.IllegalArgumentException: Port: 4585 does not exist at xyz.fabiano.spring.localstack.legacy.Container.lambda$getExternalPortFor$1(Container.java:90) ~[spring-localstack-0.0.10.jar!/:na] at java.util.Optional.orElseThrow(Optional.java:290) ~[na:1.8.0_201] at xyz.fabiano.spring.localstack.legacy.Container.getExternalPortFor(Container.java:90) ~[spring-localstack-0.0.10.jar!/:na] at xyz.fabiano.spring.localstack.legacy.LocalstackDocker.endpointForPort(LocalstackDocker.java:208) ~[spring-localstack-0.0.10.jar!/:na] at...
It would be very useful to have an auto conf feature to be able to attach to an already running container with localstack default port numbers when testing integration between...