spring-boot-thin-launcher icon indicating copy to clipboard operation
spring-boot-thin-launcher copied to clipboard

Tools for building "thin" executable jars, with a focus on, but not exclusively for, Spring Boot

Results 32 spring-boot-thin-launcher issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-web&package-manager=maven&previous-version=X.X.X&new-version=3.2.5.RELEASE)](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...

dependencies

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)...

dependencies

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...

dependencies

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...

dependencies

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...

enhancement

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...