Closed
Description
In Spring Boot 3.2.0 a new org.springframework.boot.loader.launch.JarLauncher
has been introduced.
Currently the old loader is hardcoded in write_manifest.sh and springboot_pkg.sh.
This should be open for overriding, or automatically switch between the loaders based on detected Spring Boot version.
As a workaround, one can include spring-boot-loader-classic in the application dependencies to get the old JarLauncher.