spring-attic / top-spring-boot-docker

Spring Boot Docker:: Topical guide to using Docker and how to create container images for Spring Boot applications :: spring-boot
https://spring.io/guides/topicals/spring-boot-docker
180 stars 127 forks source link

The Spring Boot Docker Getting Started Guide references wrong JarLauncher class. #32

Closed rubensa closed 10 months ago

rubensa commented 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.

Classes were relocated in https://github.com/spring-projects/spring-boot/issues/37667

This is being called out in the upgrade notes.

see: https://github.com/spring-projects/spring-boot/issues/38775