-
Task
-
Resolution: Done
-
Minor
-
None
-
None
The JBoss Modular Service Container (MSC) API was improved to allow multiple values per service and the old API was deprecated.
The service used in the "Extending WildFly tutorial" is based on the legacy MSC API; it extends from org.jboss.msc.service.Service, which is deprecated
We have to adapt the tutorial to use a service that extends from org.jboss.msc.Service instead.
- relates to
-
WFLY-16658 Update some obsolete contents in wildfly extension documentation
- Closed