You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/21 17:25:48 UTC

[GitHub] [karaf-minho] jbonofre opened a new issue, #7: Add exploded mode support in spring-boot

jbonofre opened a new issue, #7:
URL: https://github.com/apache/karaf-minho/issues/7

   Right now, Minho only supports repackaged spring boot application jar, wrapping all jar in uber jar. Then, Minho uses `JarLauncher` to launch the spring boot application.
   
   However, this is not the running mode recommended by spring boot. Minho should support running spring boot application in exploded mode (similar to spring-boot:run maven goal).
   
   It means that Minho needs:
   
   - to scan `@SpringBootApplication` annotation to find the `Main` class
   - to have a way (using spring boot app pom for instance) to find all dependencies to populate the classloader, leveraging Minho tooling for instance
   - don't use `JarLauncher` but create classloader and run instead
   
   This preparation step should be performed at build time (in Minho tooling), not at build time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@karaf.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org