]
Tomaz Cerar resolved WFLY-3420.
-------------------------------
Assignee: Stuart Douglas (was: Tomaz Cerar)
Fix Version/s: 9.0.0.CR1
8.2.0.Final
Resolution: Done
This was fixed back in October.
UndertowJSRWebSocketDeploymentProcessor uses hard coded IO module
dependencies
------------------------------------------------------------------------------
Key: WFLY-3420
URL:
https://issues.jboss.org/browse/WFLY-3420
Project: WildFly
Issue Type: Enhancement
Components: IO, Web (Undertow)
Environment: any
Reporter: Matthias Berndt
Assignee: Stuart Douglas
Priority: Minor
Fix For: 9.0.0.CR1, 8.2.0.Final
UndertowJSRWebSocketDeploymentProcessor uses hard coded dependencies to a buffer pool und
worker pool named "default" of the IO module.
My suggestion is to introduce two additional attributes "worker" and
"buffer-pool" to the undertow module get rid of the hard coded pools. The
default values will garanty a compatibility.
If you agree to this approach i'll provide a patch adding und using these attributes.