Hi all,

Undertow subsystem that replaces web subsystem was just merged to master.

What does that mean in practice?
All web applications that will be deployed won't be using jbossweb anymore but new Undertow server which was already used to power our management server.

Undertow brings us:
- performant non-blocking i/o
- servlet 3.1
- EE7 Web Sockets
- "standard" Web Sockets
- and much more.

Currently there are still few features missing that we had in old web subsystem, but we are working hard to add them.

I would urge everyone to try it out and report any issues you might find to jira.

But be advised that subsystem configuration and management api are still not completely done so they will be moving around  a bit in coming months.


Onward,
Tomaz