You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In spring boot 3.2, loader classes in the org.springframework.boot.loader package has been relocated to org.springframework.boot.loader.launch.
References in pom.xml and packaging script must be updated.
This problem is not visible during development because JarLauncher is used by app binaries after the packaging step. The app fails silently on windows but we have following error message on linux.
As spotted while preparing OwlPlug 1.25 release, the spring-boot-loader-tools 3.2 has been incorrectly picked during build because the version of spring-boot-maven-plugin was not pinned (43fce91)
In spring boot 3.2, loader classes in the
org.springframework.boot.loader
package has been relocated toorg.springframework.boot.loader.launch
.References in
pom.xml
and packaging script must be updated.This problem is not visible during development because JarLauncher is used by app binaries after the packaging step. The app fails silently on windows but we have following error message on linux.
The text was updated successfully, but these errors were encountered: