Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
Closes gh-42644
  • Loading branch information
mhalbritter committed Oct 14, 2024
2 parents 6daf007 + 53e9cb8 commit d4adfea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ The index file would look like this:
- "BOOT-INF/lib/dependency1.jar"
----

NOTE: Spring Boot only uses the classpath index file when the jar or war file is executed with `java -jar`.
It is not used when running the application from the IDE or when using Maven's `spring-boot:run` or Gradle's `bootRun`.

NOTE: When enabling reproducible builds, the entries in the classpath index file are sorted alphabetically.



[[appendix.executable-jar.nested-jars.layer-index]]
Expand Down

0 comments on commit d4adfea

Please sign in to comment.