Skip to content

Commit 53e9cb8

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42643
2 parents 89bf2fc + 1ad9592 commit 53e9cb8

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/nested-jars.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ The index file would look like this:
123123
- "BOOT-INF/lib/dependency1.jar"
124124
----
125125

126+
NOTE: Spring Boot only uses the classpath index file when the jar or war file is executed with `java -jar`.
127+
It is not used when running the application from the IDE or when using Maven's `spring-boot:run` or Gradle's `bootRun`.
128+
129+
NOTE: When enabling reproducible builds, the entries in the classpath index file are sorted alphabetically.
130+
126131

127132

128133
[[appendix.executable-jar.nested-jars.layer-index]]

0 commit comments

Comments
 (0)