0.1-RC42
NonBlockingConnectionPool
builder now detects it has been passed a singletonConnectionProvider
produced withConnectionProvider.from(connection)
and throws anIllegalArgumentException
see #34- add static factory methods to
ConnectionProvider
:from(url)
,from(url, username, password)
,from(url, properties)
see #34