Skip to content

Add support for new Boot Loader in Spring Boot 3.2.0 #177

Closed
@hjellek

Description

@hjellek

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions