Undertow is a flexible, high-performance web server for Java, providing both blocking and non-blocking APIs.
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.4.0.RC4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts an Undertow HTTP server on port 8080 that responds with 'Hello, World!'.
Update imports from javax.servlet to jakarta.servlet and use compatible servlet containers.
No dependency data recorded yet.