Closed rubensa closed 10 months ago
The Spring Boot Docker Getting Started Guide still references the old org.springframework.boot.loader.JarLauncher class. It should reference the relocated org.springframework.boot.loader.launch.JarLauncher.
org.springframework.boot.loader.JarLauncher
org.springframework.boot.loader.launch.JarLauncher
Classes were relocated in https://github.com/spring-projects/spring-boot/issues/37667
This is being called out in the upgrade notes.
fixes: https://github.com/spring-guides/top-spring-boot-docker/issues/32
The Spring Boot Docker Getting Started Guide still references the old
org.springframework.boot.loader.JarLauncher
class. It should reference the relocatedorg.springframework.boot.loader.launch.JarLauncher
.Classes were relocated in https://github.com/spring-projects/spring-boot/issues/37667
This is being called out in the upgrade notes.
fixes: https://github.com/spring-guides/top-spring-boot-docker/issues/32