-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Undertow: ServletContainerInitializer not loading #32625
Comments
Note I was just testing this bug in 3.0.0 to see behavior and its how I noticed this: #28028 |
I tested on Windows and Linux and the behavior is the same on both. so this can be untagged Windows it should be marked for Undertow. |
Did you rename your service file? It should be |
Yep that was it. Closing :) |
I created https://github.com/quarkusio/quarkus-updates/pull/29/files . It will be in the next version of the update (I have a few other tweaks planned). |
Describe the bug
Same code in 2.16.6 and 3.0.0.Final I am not seeing the output from ServletContainerInitializer.
2.x Reproducer:
quarkus-servlet-2x.zip
3.0.0 Reproducer:
quarkus-servlet-3x.zip
run
mvn quarkus:dev
and watch the output.2.x you see the ServletInitializer output:

3.x you see nothing:

Expected behavior
ServletContainerInitializer initializes and log messages appear.
Actual behavior
Nothing appears to be happening
How to Reproduce?
Run
mvn quarkus:dev
on both attached reproducers.Output of
uname -a
orver
Microsoft Windows [Version 10.0.22621.1555]
Output of
java -version
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: C:\tools\jdk-17.0.6+10
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Additional information
The text was updated successfully, but these errors were encountered: