Skip to content

Commit 898d9f8

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 7ddbb37 + 7cf9b98 commit 898d9f8

File tree

1 file changed

+6
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+6
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2820,7 +2820,12 @@ jar support, which assumes that the `jruby-complete.jar` is always directly avai
28202820
file in its own right.
28212821

28222822
To deal with any problematic libraries, you can flag that specific nested jars should be
2823-
automatically unpacked to the "`temp folder`" when the executable jar first runs.
2823+
automatically unpacked when the executable jar first runs. Such nested jars are written
2824+
beneath the temporary directory identified by the `java.io.tmpdir` system property.
2825+
2826+
WARNING: Care should be taken to ensure that your operating system is configured so that
2827+
it will not delete the jars that have been unpacked to the temporary directory while the
2828+
application is still running.
28242829

28252830
For example, to indicate that JRuby should be flagged for unpacking by using the Maven
28262831
Plugin, you would add the following configuration:

0 commit comments

Comments
 (0)