-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Get rid of the need for other subsystems to use RemotingConnectorBindingInfoService / RemotingConnectorInfo.
RemotingConnectorInfo is a trivial data object, the equivalent of which could be a type in the org.jboss.as.network module. RemotingConnectorBindingInfoService is fine; it just exposes the data object, but the existing "org.wildfly.remoting.connector" capability should expose the new type and any public service name from RemotingConnectorBindingInfoService should be deprecated.
For compatibility RemotingConnectorInfo can wrap the new type and RemotingConnectorBindingInfoService can take a consumer for both the new type and RemotingConnectorInfo.
- relates to
-
WFLY-13811 The org.jboss.as.ejb3 module dependency on org.jboss.as.remoting is not optional
- Closed