-
Task
-
Resolution: Done
-
Major
-
None
-
---
-
---
Replace these uses of the deprecated service name constant with use of the socketbinding capability:
Constant field
JBOSS_BINDING_NAME
Usages in Project and Libraries (6 usages found)
Value read (6 usages found)
wildfly-iiop-openjdk (2 usages found)
org.wildfly.iiop.openjdk (2 usages found)
IIOPSubsystemAdd (2 usages found)
launchServices(OperationContext, ModelNode) (2 usages found)
218 builder.addDependency(SocketBinding.JBOSS_BINDING_NAME.append(socketBinding), SocketBinding.class,
228 builder.addDependency(SocketBinding.JBOSS_BINDING_NAME.append(sslSocketBinding), SocketBinding.class,
wildfly-rts (3 usages found)
org.wildfly.extension.rts (3 usages found)
RTSSubsystemAdd (3 usages found)
registerCoordinatorService(OperationContext, ModelNode) (1 usage found)
104 .addDependency(SocketBinding.JBOSS_BINDING_NAME.append(socketBindingName), SocketBinding.class,
registerParticipantService(OperationContext, ModelNode) (1 usage found)
123 .addDependency(SocketBinding.JBOSS_BINDING_NAME.append(socketBindingName), SocketBinding.class,
registerVolatileParticipantService(OperationContext, ModelNode) (1 usage found)
144 .addDependency(SocketBinding.JBOSS_BINDING_NAME.append(socketBindingName), SocketBinding.class,
wildfly-transactions (1 usage found)
org.jboss.as.txn.subsystem (1 usage found)
TransactionSubsystemAdd (1 usage found)
performCoreEnvironmentBootTime(OperationContext, ModelNode) (1 usage found)
401 ServiceName bindingName = SocketBinding.JBOSS_BINDING_NAME.append(socketBindingName);
- blocks
-
WFCORE-6124 Remove deprecated SocketBinding and OutboundSocketBinding members
-
- Closed
-