-
Task
-
Resolution: Unresolved
-
Major
-
None
-
25.0.0.Final
-
None
-
---
-
---
The "org.wildfly.management.executor" registers its capability type as ExecutorService, which exposes the shutdown()/shutdownNow() method to consumers.
This capability should limit its exposure to the Executor interface.
To do this, we need to first fix all consumers to expect the restricted type.