]
Brian Stansberry updated WFCORE-623:
------------------------------------
Git Pull Request:
ModelControllerClient.Factory lacks some variants
-------------------------------------------------
Key: WFCORE-623
URL:
https://issues.jboss.org/browse/WFCORE-623
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Beta2
Reporter: Ladislav Thon
Assignee: Brian Stansberry
Fix For: 1.0.0.Beta4
In the {{ModelControllerClient.Factory}} class, each factory method in fact has two
varians: with a {{protocol}} as a first parameter, and without it. There are two
exceptions -- two methods are lacking a {{protocol}}-less variant:
- {{ModelControllerClient create(final String protocol, final String hostName, final int
port, final CallbackHandler handler, final SSLContext sslContext, final int
connectionTimeout, final Map<String, String> saslOptions)}}
- {{ModelControllerClient create(final String protocol, final String hostName, final int
port, final CallbackHandler handler, final SSLContext sslContext, final int
connectionTimeout, final Map<String, String> saslOptions, final String
clientBindAddress)}}