Fix JarLauncher package: org.springframework.boot.loader (not in a launch subpackage)
Comment From: mhalbritter
Hello,
there are two implementations of JarLauncher. The new one is at org.springframework.boot.loader.launch.JarLauncher, the old one is at org.springframework.boot.loader.JarLauncher. The docs point to the new one, which is correct.
Comment From: pblanchardie
Apologies, I did not see the addition of this new JarLauncher in 3.2.0