-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like the path content of |
At present, it is found that the Line 84 in 45f09df
|
Thanks, @houkunlin. That's exactly it. The code expects entries beneath
|
META-INF/versions
META-INF/versions
It was found that the previous version 3.2.3 was running normally. During this period, this check code did not seem to have changed.
|
You're using a different version of Apache Dubbo there. 3.2.11 does not have |
Got it, thanks @wilkinsona |
java -jar .\startup-application.jar
Unzip startup-application.jar to test folder, then cd test exec
java -cp . -Xdebug -Xnoagent org.springframework.boot.loader.launch.JarLauncher
is okThe text was updated successfully, but these errors were encountered: