Closed dshvedchenko closed 9 years ago
@dshvedchenko Can you please change it to allow both approaches ? (uri / user-pass)
if (uri != null) {
factory.setUri(uri);
} else {
factory.setHost(host);
factory.setPort(port);
// ....
}
Also the version should be 2.1.0
,
Usually the second digit is for new features and the last one is for bug fixes..
ok
..., disable URI in dialog