eclipse-basyx / basyx-java-server-sdk

MIT License
55 stars 45 forks source link

Fixes the outdated JarLauncher in Dockerfile of registries #372

Closed mdanish98 closed 2 months ago

mdanish98 commented 2 months ago

Description of Changes

Fixes the outdated JarLauncher in Dockerfile of registries

The registries Dockerfile was using the outdated JarLauncher class, leading to below error: Error: Could not find or load main class org.springframework.boot.loader.JarLauncher Caused by: java.lang.ClassNotFoundException: org.springframework.boot.loader.JarLauncher

So updated the org.springframework.boot.loader.JarLauncher to org.springframework.boot.loader.launch.JarLauncher