Skip to content

3.10

Compare
Choose a tag to compare
@christianpoitras christianpoitras released this 09 Sep 21:36
· 1235 commits to master since this release

3.10 maintenance release

  • Allow Druid connection properties to be set using an instance of Properties.
  • Make JdbcUrlAntFormatter class public to allow users to format their custom URLs like in JdbcHelper.
  • Fixes following configuration properties for BoneCP data source.
    • idleConnectionTestPeriod
    • idleConnectionTestPeriodInMinutes
    • idleConnectionTestPeriodInSeconds
    • Fixes #111
  • Fixes ProvisionException when setting login timeout for BasicDataSource
  • Fixes use of data source name configuration property for SharedPoolDataSourceProvider.
  • Fixes generic types in PerUserPoolDataSourceModule.
  • Fixes readOnly property for Druid data source.
  • Removed dependency on guice multibindings.