• Phillip Webb's avatar
    Add support for unpacking nested JARs · f30b962f
    Phillip Webb authored
    Update the executable JAR code to automatically unpack any entries
    which include an entry comment starting `UNPACK:` to the temp folder.
    The existing Maven and Gradle plugins have been updated with new
    configuration options and the `spring-boot-tools` project has been
    updated to write the appropriate entry comment based on a flag passed
    in via the `Library` class.
    
    This support has been added to allow libraries such a JRuby (which
    assumes that `jruby-complete.jar` is always accessible as file) to work
    with Spring Boot executable jars.
    
    Fixes gh-1070
    f30b962f
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
cloud-deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...