spring-boot-thin-launcher
spring-boot-thin-launcher copied to clipboard
Tools for building "thin" executable jars, with a focus on, but not exclusively for, Spring Boot
Bumps [spring-web](https://github.com/SpringSource/spring-framework) from X.X.X to 3.2.5.RELEASE. Commits See full diff in compare view [](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...
Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 3.4 to 3.6.0. Release notes Sourced from plexus-archiver's releases. Plexus Archiver 3.6.0 requires Java 7. :rocket: New features and improvements #84, #57 - Added Archiver implementation (JarToolModularJarArchiver)...
When I attempt to run my application after creating my thin jar (using 1.0.27-RELEASE), it appears as though it is not using the credentials for my remote repository. Based on...
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.3.8.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
Is it possible to use a Spring Boot project using the Thin Launcher as a dependency on another project? I.e It would be useful if the Maven plugin generated a...
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.3.8.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
if snapshot jars are not inlined into thin jar, the app could be different after startup because of snapshot jars changed in local maven repository. it's not good for integrated...
in this tool, all libs will be out of thin jar. but my project has two module, and ont depend on another. like multi of samples, application depend on library....
- generate .m2/repository containing all dependencies based on their GAV coordinates - add application jar to .m2/ - create Dockerfile with seperate ADD commands for all dependencies and the application...
spring-boot-thin-launch works great for my none spring app as well but I lose the ability the setup external classpath. Possible to add -Dthin.extraClassPath=xxxx ? This option allows me to configure...