We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Broken favicon for Dev UI, nice one is when using Quarkus 1.13.7.Final.
Quarkus 2.0.0.Final and 2.1.0.Final bring weird gray something instead of favicon similar to the usual one like in case of https://quarkus.io/
http://localhost:8080/q/dev/resources/images/favicon.ico (you may need to hit Ctrl+R to force reload or open the link in private mode)
favicon similar to the one used on https://quarkus.io/ page
Current favicon - weird gray something
uname -a
ver
No response
java -version
Java 11
Quarkus 2.1.0.Final
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
I've also seen exceptions being logged about this.
Sorry, something went wrong.
Do not filter binary resources and SVG
87d2c9c
Fixes the issue we had with Dev UI favicon.ico Fixes quarkusio#19117
224b30b
Fixes the issue we had with Dev UI favicon.ico Fixes quarkusio#19117 (cherry picked from commit 87d2c9c)
gsmet
Successfully merging a pull request may close this issue.
Describe the bug
Broken favicon for Dev UI, nice one is when using Quarkus 1.13.7.Final.
Quarkus 2.0.0.Final and 2.1.0.Final bring weird gray something instead of favicon similar to the usual one like in case of https://quarkus.io/
http://localhost:8080/q/dev/resources/images/favicon.ico (you may need to hit Ctrl+R to force reload or open the link in private mode)
Expected behavior
favicon similar to the one used on https://quarkus.io/ page
Actual behavior
Current favicon - weird gray something
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Quarkus 2.1.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: