spring-localstack icon indicating copy to clipboard operation
spring-localstack copied to clipboard

An easy way to use Localstack with Spring

Results 6 spring-localstack issues
Sort by recently updated
recently updated
newest added

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=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...

dependencies

This is not working as it's not be available in maven central. ``` xyz.fabiano spring-localstack 0.0.10 ```

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...

enhancement
help wanted