Rob Winch
Rob Winch
We should demonstrate how CommonsExecWebServer can support Testcontainers. There are a few ways that I can think of for this to work: 1) The project that wants to use CommonsExecWebServer...
Right now .yml is supported but .yaml is not
Add a composed annotation to simplify mapping ports
CommonsExecBebServerFactoryBean.addSystemProperties to systemProperties(Consumer<Map<String,String>)
The main should reflectively try `org.springframework.boot.loader.launch.JarLauncher` `org.springframework.boot.loader.JarLauncher` and then `org.springframework.experimental.boot.server.exec.main.SpringBootApplicationMain`
When adding dependencies using MavenClasspathEntry it should support Spring Boot's dependency management
I think we should be able to allow users to inject RepositorySystemSession, RepositorySystem, etc into MavenClasspathEntry so that all settings are available. This is so Spring doesn't need its own...
We should consider adding various conventions based configurations. Some ideas are: - [x] #17 - [ ] #18