]
Brian Stansberry updated WFCORE-1441:
-------------------------------------
Fix Version/s: (was: 3.0.0.Beta6)
Threads resource classes should make it easy for users to declare
capabilities
------------------------------------------------------------------------------
Key: WFCORE-1441
URL:
https://issues.jboss.org/browse/WFCORE-1441
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
The classes in the threads modules are now meant for shared use by subsystems in setting
up consistent management of thread related resources. An important aspect of that
management is the declaration of capabilities, particularly for use in capability-driven
model integrity checking.
But the threads module classes do not include any hooks to let the calling code specify
the relevant capabilities.
Things probably needed:
1) Ability to declare the capability that should be registered when a resource is
created.
2) Ability to declare the capability that model reference attributes in a resource refer
to.
Perhaps others, but those are the ones that come immediately to mind.