-
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
Fix invalid webjar to show 404 #41018
Conversation
This comment has been minimized.
This comment has been minimized.
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.
I added two comments.
Let's sort them out before merging please (even if it's to decide we keep it like that).
...ime/src/main/java/io/quarkus/webdependency/locator/runtime/WebDependencyLocatorRecorder.java
Outdated
Show resolved
Hide resolved
...ime/src/main/java/io/quarkus/webdependency/locator/runtime/WebDependencyLocatorRecorder.java
Show resolved
Hide resolved
Signed-off-by: Phillip Kruger <[email protected]>
cb4b9db
to
ad8b37d
Compare
@gsmet, I changed to debug in the log output, There is no clean way to know exactly what will / can cause an exception, so doing a try/catch seems like the safe way for now. |
Status for workflow
|
Fix #40991