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
Eclipse JKube is not compatible with Spring Boot 3.2.
Error: Could not find or load main class org.springframework.boot.loader.JarLauncher
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.loader.JarLauncher
Starting from Spring Boot 3.2 the JarLauncher class has moved to org.springframework.boot.loader.launch.JarLauncher
The text was updated successfully, but these errors were encountered:
Description should be Spring-Boot LayeredJarGenerator no longer working with Spring Boot 3.2 (not Spring Boot 3 - Spring Boot 3.0.x & 3.1.x are fine).
manusa
changed the title
Spring-Boot LayeredJarGenerator no longer working with Spring Boot 3
Spring-Boot LayeredJarGenerator no longer working with Spring Boot 3.2
Nov 27, 2023
Description
Eclipse JKube is not compatible with Spring Boot 3.2.
Starting from Spring Boot 3.2 the JarLauncher class has moved to
org.springframework.boot.loader.launch.JarLauncher
The text was updated successfully, but these errors were encountered: