]
James Perkins updated WFLY-11185:
---------------------------------
Fix Version/s: 15.0.0.Final
Transaction subsystem should use optional module dependencies for
remoting and undertow
---------------------------------------------------------------------------------------
Key: WFLY-11185
URL:
https://issues.jboss.org/browse/WFLY-11185
Project: WildFly
Issue Type: Enhancement
Components: Transactions
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
TransactionSubsystemAdd checks whether capabilities are installed before calling any code
that requires remoting or undertow. This means the subsystem module's dependencies on
remoting and undertow can be optional.
Making these optional will help Galleon to provision smaller servers.