This was a try to add Undertow servlet container option to the spring-boot along the Jetty and Tomcat servlet containers.

Undertow is the basis of the Wildfly Application Server which is the basis of the Jboss Application Server and is based on the XNIO lowlevel I/O library.

Starting with spring-boot 1.2.0 it was merged to the upstream spring-boot.