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

I receive a 401 unauthorized on every call to the private repo even though the maven settings file is set up fine. When the thin.properties file is not there, the...

It makes sense to prepend the explicitly supplied libs to the classpath to be able to override auto-resolved dependencies. This is handy to ensure locally built and/or SNAPSHOT dependencies can...

Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 3.4 to 4.8.0. Release notes Sourced from org.codehaus.plexus:plexus-archiver's releases. 4.8.0 🚀 New features and improvements Add tzst alias for tar.zst archiver/unarchived (#274) @​slawekjaranowski 🐛 Bug Fixes detect...

dependencies

``` xml cn.xuyanwu spring-file-storage-parent 0.4.0 system ${project.basedir}/src/main/resources/lib/spring-file-storage-0.4.0.jar hutool-core cn.hutool ```` ```java [ERROR] 'dependencies.dependency.systemPath' for cn.xuyanwu:spring-file-storage-parent:jar must specify an absolute path but is ${project.basedir}/src/main/resources/lib/spring-file-storage-0.4.0.jar @ line 164, column 25 at hidden.org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)...

Hi all, I tried the thin-launcher experiment but I found that behind my company maven/nexus setup it doesn't work, In my worker environment I don't have direct access to maven...

When I maven build my project, all is good. When I try to run it, I get: ``` Exception in thread "main" java.lang.IllegalStateException: Cannot locate launcher: /root/.m2/repository/org/springframework/boot/experimental/spring-boot-thin- launcher/1.0.27.RELEASE/spring-boot-thin-launcher-1.0.27.RELEASE-exec.jar at org.springframework.boot.loader.wrapper.ThinJarWrapper.launch(ThinJarWrapper.java:131)...

Build file 'D:\spring-boot-thin-example\build.gradle' line: 39 A problem occurred evaluating root project 'spring-boot-thin-example'. > Failed to apply plugin 'org.springframework.boot.experimental.thin-launcher'. > Cannot run Project.afterEvaluate(Action) when the project is already evaluated. * Try:...

version: 1.0.31.RELEASE steps: 1. java -jar ./app.jar --thin.classpath=properties > thin.properties 2. java -jar ./app.jar --thin.trace=true ![image](https://github.com/spring-projects-experimental/spring-boot-thin-launcher/assets/16191414/a848e02f-aa52-40f5-8076-b7920abedd89) exceptions: ![image](https://github.com/spring-projects-experimental/spring-boot-thin-launcher/assets/16191414/ceb9dced-87b4-4a4a-98a1-0f9f343b080d) temporary fix: ![image](https://github.com/spring-projects-experimental/spring-boot-thin-launcher/assets/16191414/6e08464b-6567-48ff-aa7e-4e84c5209814)