[bs-76] Implement plugin model for cli support
* Because Spring is not on the classpath we don't particularly want to use SpringFactoriesLoader * Adopted the JDK (>=6) ServiceLoader model instead [Fixes #48789783]
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
org.springframework.bootstrap.cli.compiler.autoconfigure.SpringBootstrapCompilerAutoConfiguration
|
||||
org.springframework.bootstrap.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
|
||||
org.springframework.bootstrap.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
|
||||
org.springframework.bootstrap.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user