File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2948,7 +2948,12 @@ jar support which assumes that the `jruby-complete.jar` is always directly avail
2948
2948
file in its own right.
2949
2949
2950
2950
To deal with any problematic libraries, you can flag that specific nested jars should be
2951
- automatically unpacked to the '`temp folder`' when the executable jar first runs.
2951
+ automatically unpacked when the executable jar first runs. Such nested jars are written
2952
+ beneath the temporary directory identified by the `java.io.tmpdir` system property.
2953
+
2954
+ WARNING: Care should be taken to ensure that your operating system is configured so that
2955
+ it will not delete the jars that have been unpacked to the temporary directory while the
2956
+ application is still running.
2952
2957
2953
2958
For example, to indicate that JRuby should be flagged for unpack using the Maven Plugin
2954
2959
you would add the following configuration:
You can’t perform that action at this time.
0 commit comments