spring-boot-testjars
spring-boot-testjars copied to clipboard
I've put together a [minimal sample](https://github.com/rwinch/sample-config-server-and-client/tree/testjars) of Spring Boot testjars and Spring Cloud Config working together. I'd like to discuss some of the challenges that I faced and see how...
The latest release version should be automatically updated in the README
We should demonstrate testjars working with Spring Cloud Config Client + Server ### Spring Framework - [ ] `DynamicPropertyRegistrar` should work outside of the scope of tests since Spring Cloud...
ClasspathEntry abstraction is not ideal because it often does some work and then provides entries for the classpath. Often times, the ideal situation would be to have a single temporary...
FileClasspathEntry should perform validation. It does not make sense to add a file to the classpath unless it is a jar or directory. The [classpath argument](https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html#standard-options-for-java) is defined as: >...
When I run my app from the IDE it doesn't shutdown the testjars process when it restarts. Apparently it works with IntelliJ. I'm using VSCode and when I hit "restart"...