-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenShift - Fix missing path to JAR that breaks app start #28038
OpenShift - Fix missing path to JAR that breaks app start #28038
Conversation
Failing Jobs - Building e064c1c
Failures⚙️ Quickstarts Compilation - JDK 17 #- Failing: optaplanner-quickstart
📦 optaplanner-quickstart✖ |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes look ok to me. However, what about native? Doesn't require any fixing and work as it is now?
@Sgitario I think native changes are correctly done in #https://github.com/quarkusio/quarkus/issues/28037; I debugged reproducer now and way I think it works that entrypoint is set and called so there is no "java -jar stuff". |
ok ok, then we're good, thanks for the pull request! |
fixes: #28037
Fixes app start in OpenShift as path to
quarkus-run.jar
is not set in conditions described by the linked issue.