-
Bug
-
Resolution: Done
-
Major
-
25.0.0.Beta5
-
None
SuspendController is yet another example of a capability service type that inappropriately exposes the org.jboss.msc.service.Service API to its consumers.
To fix:
- Extract interface from SuspendController implementation
- Expose ServiceDescriptor per interface
- Cleanup implementation
- Migrate SuspendController consumers to use the appropriate interfaces.
- is depended on by
-
WFLY-19550 Distributed timer service implementation does not handle suspend correctly
- Pull Request Sent