See gh-28501
This commit is contained in:
Stephane Nicoll
2021-11-02 09:04:32 +01:00
parent 28d323ee3a
commit 06e9991e6a
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ We do not need to unpack the archive, and we do not need to read all entry data
[[executable-jar.jarfile-class.compatibilty]]
[[executable-jar.jarfile-class.compatibility]]
=== Compatibility with the Standard Java "`JarFile`"
Spring Boot Loader strives to remain compatible with existing code and libraries.
`org.springframework.boot.loader.jar.JarFile` extends from `java.util.jar.JarFile` and should work as a drop-in replacement.