Skip to content

Java springboot packaging error #3553

Nov 17, 2022 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

This is because Spring Boot does not shade the included jars the same way other builds do, see:

https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html#appendix.executable-jar.nested-jars

There is an issue that describes this with several solutions.

Attached what I have used which is different what the issues show as solutions

SpringBootOrToolsNativeLoader.zip

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
8 replies
@henszey
Comment options

@nishant-fareye
Comment options

@Bestbbb
Comment options

@nishant-fareye
Comment options

@Sunzt1995
Comment options

Answer selected by lperron
Comment options

You must be logged in to vote
3 replies
@rmustard
Comment options

@ENCHIGO
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lang: Java Java wrapper issue
8 participants
Converted from issue

This discussion was converted from issue #3552 on November 17, 2022 05:42.