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
Error: Could not find or load main class org.springframework.boot.loader.JarLauncher
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.loader.JarLauncher
Describe the bug
JKube not working with Spring Boot 3.2.1
JKube can`t build docker image
#FROM
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]
#TO
ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"]
Eclipse JKube version
1.15.0
Component
Kubernetes Maven Plugin
Apache Maven version
None
Gradle version
None
Steps to reproduce
K8S:build
Expected behavior
build an image
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3
Environment
Windows
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: