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
Since #24635, the default banner is not displayed anymore on startup of quarkus on windows.
I only get the message that the banner file could not be read.
Expected behavior
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2022-04-01 07:53:33,578 INFO [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.8.0.CR1) started in 148.063s. Listening on: http://localhost:8080
Actual behavior
2022-04-01 08:03:31,686 WARN [io.qua.dep.ste.BannerProcessor] (build-5) Unable to read banner file
2022-04-01 08:03:32,212 INFO [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 38.529s. Listening on: http://localhost:8080
How to Reproduce?
Download any quickstart.
Change quarkus version to 999-SNAPSHOT.
mvn quarkus:dev
No banner is displayed
Output of uname -a or ver
Microsoft Windows [Version 10.0.22000.556]
Output of java -version
openjdk 17.0.1 2021-10-19 OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12) OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)
Describe the bug
Since #24635, the default banner is not displayed anymore on startup of quarkus on windows.
I only get the message that the banner file could not be read.
Expected behavior
Actual behavior
How to Reproduce?
Download any quickstart.
Change quarkus version to 999-SNAPSHOT.
mvn quarkus:dev
No banner is displayed
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22000.556]
Output of
java -version
openjdk 17.0.1 2021-10-19 OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12) OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
d32cfec
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: C:\tools\java\maven Java version: 17.0.1, vendor: Eclipse Adoptium, runtime: C:\tools\java\17-temurin Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
No response
The text was updated successfully, but these errors were encountered: