Skip to content

stone-1.3.1

Compare
Choose a tag to compare
@Chris2018998 Chris2018998 released this 29 Mar 08:45
· 118 commits to main since this release
88eb0d9
  • [beecp]support propeties config loading from class path

  • [beecp]remove some unnecessary check on number config items

  • [beecp]fix IndexOutOfBoundsException on remove error code

  • [beecp]add a new config item[configPrintExclusionList]

  • [beecp]rename a exception class[PoolInitializedException --> PoolInitializeFailedException]

  • [beecp]add a new method to BeeObjectSourceConfig[getFactoryProperty]

  • [beecp]rename three config items
    validTestSql ---> aliveTestSql
    validTestTimeout ---> aliveTestTimeout
    validAssumeTime ----> aliveAssumeTime

  • [beeop]support propeties config loading from class path

  • [beeop]remove some unnecessary check on number config items

  • [beeop]add a new method to BeeDataSourceConfig[getConnectProperty]

  • [beeop]optimize source code of BeeObjectSourceConfig(exception handling and shorter some methods body)

  • [beeop]rename a exception class[PoolInitializedException --> PoolInitializeFailedException]

  • [beeop]rename two config items
    validTestTimeout ---> aliveTestTimeout
    validAssumeTime ----> aliveAssumeTime