Last slide of my presentation at Brno, wrt WildFly support for JSR 236, I presented possible future directions to extend the feature set, and now I would like to discuss these and understand which are truly desired:

* Fork/Join
Requires forking the JSR 236 RI and hacking the ManagedThreadFactory implementation

* Distributed task execution
The specification goes the extra mile defining it, but this may require big dev effort compared to its real life utility

* Re-usage by other module/extensions:
Provide Batch executors?
Replace executors handling EJB @async?

* Customizable ContextService
Configurable set of ContextHandleFactories to use for each ContextService instance, allowing the customisation of which context data should be propagated. 
There are minimal code changes at the ConcurrentContext needed, so the major effort will be at the management operations.

—E