Support for servlets in Quarkus using the Undertow web server, enabling traditional Java EE servlet-based applications.
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow</artifactId>
<version>3.17.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing UndertowBuildItem usage
Consider using quarkus-resteasy-reactive for modern applications
No dependency data recorded yet.