Relocate launcher classes
Create alternative launcher classes under the package `org.springframework.boot.loader.launch` and use them in favor of the previous location. This update is designed to improve compatibility with future changes in the loader. Closes gh-37667
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<zipfileset src="${destdir}/dependency/spring-boot-loader.jar" />
|
||||
<manifest>
|
||||
<attribute name="Main-Class"
|
||||
value="org.springframework.boot.loader.JarLauncher" />
|
||||
value="org.springframework.boot.loader.launch.JarLauncher" />
|
||||
<attribute name="Start-Class" value="${start-class}" />
|
||||
<attribute name="Spring-Boot-Classes" value="BOOT-INF/classes/" />
|
||||
<attribute name="Spring-Boot-Lib" value="BOOT-INF/lib/" />
|
||||
|
||||
Reference in New Issue
Block a user