Skip to content

0.1-RC42

Compare
Choose a tag to compare
@davidmoten davidmoten released this 08 Nov 01:30
· 285 commits to master since this release
  • NonBlockingConnectionPool builder now detects it has been passed a singleton ConnectionProvider produced with ConnectionProvider.from(connection) and throws an IllegalArgumentException see #34
  • add static factory methods to ConnectionProvider: from(url), from(url, username, password), from(url, properties) see #34