Skip to content

0.1-RC14

Compare
Choose a tag to compare
@davidmoten davidmoten released this 24 Oct 12:53
· 654 commits to master since this release
  • add Database.nonBlocking builder so don't have to construct a Pool to pass to Database creation method
  • rename healthy method to healthCheck in builders
  • add .healthCheck(DatabaseType) so you can write .healthCheck(DatabaseType.ORACLE) for instance
  • time dependent builder methods must use TimeUnit (removed a few methods in builders)
  • rename checkoutRetryXXX to createRetryXXX in builders
  • adjust MemberSingle.requested down when number of observers is less than the requested number of checkouts
  • many refactorings, new tests
  • add javadoc to Database.nonBlocking and NonBlockingPool builders