KorAP / Krill

:mag: A Corpus Data Retrieval Index using Lucene for Look-Ups
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Bump com.mchange:c3p0 from 0.10.0-pre5 to 0.10.0-pre6 #118

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps com.mchange:c3p0 from 0.10.0-pre5 to 0.10.0-pre6.

Changelog

Sourced from com.mchange:c3p0's changelog.

-- Change mind. Eliminate naggingly prescriptive equals/hashCode pseudorequirements from plugin interfaces, because our canonicalization strategy is by key, doesn' actually rely upon those implementations. -- Guard collection of MBeanAttributeInfo against items that would have no getter or setter to prevent ugly IntrospectionExceptions. See swaldman/c3p0#128 Thanks @​philippscs -- Let C3P0PooledConnectionPool manager test introspected authentication that appears perhaps incomplete, and revert to NULL_AUTH (no-arg DataSource.getConnection()) if the test fails. See, should address, swaldman/c3p0#159 Thanks @​sbaeumlisberger! c3p0-0.10.0-pre6 -- Lots of documentation work. -- Implement attemptResurrectOnCheckin config parameter. See swaldman/c3p0#47 Thanks Bartosz Radaczyński and Igor Khromov! -- Add guard to automaticTestTable preventing use of weird or potentially malicious table names. Thanks to Andy at Privitar -- Pick up com.mchange.v2.c3p0.impl.DefaultConnectionTester.isValidTimeout as default value of new connectionIsValidTimeout property, so that users upgrading from previous version still capture the setting from the old config, even as their ConnectionTester now falls back to null. c3p0-0.10.0-pre5 -- Lots of documenting, condensing, clean-up, etc. -- Define connectionIsValidTimeout as an ordinary bean-style config parameter. Previously users had to set a universal property (in c3p0.properties or System properties) to set this timeout. -- Use simplified isValid(...) based timeout by default, use traditional ConnectionTester logic only when users specify or force a ConnectionTester c3p0-0.10.0-pre4 -- Define (in a separate, Java 21, project) a loom virtual-threads based TaskRunnerFactory, VirtualThreadPerTaskExecutorTaskRunnerFactory. See https://github.com/swaldman/c3p0-loom -- DefineFixedThreadPoolExecutorTaskRunnerFactory, a simple example that replaces c3p0's traditional Thread pool with an unshared ThreadPoolExecutor of size numHelperThreads. -- Define AbstractExecutorTaskRunnerFactory, which users can extend to use or share java.util.concurrent.Executor instances rather than c3p0's traditional hand-rolled Thread pool. See swaldman/c3p0#76 swaldman/c3p0#41 Thanks Michele Rossi, and mysterious GitHub @​ghost. -- Define TaskRunnerFactory, and config param TaskRunnerFactoryClassName. Users can provide implementations of TaskRunnerFactory with a public no-arg constructor to take full control of threading, thread-pooling, etc. -- Support SOURCE_DATE_EPOCH for deterministic builds. (Here and in mchange-commons-java.) See swaldman/c3p0#163 https://reproducible-builds.org/docs/source-date-epoch/

... (truncated)

Commits
  • 82b5bf5 Bump version, cap CHANGELOG, for v0.10.0-pr6
  • 016b1e1 Bring JndiRefConnectionPoolDataSource up to date with more recent property ad...
  • f81882b Documentation touchups.
  • d78e688 Documentation touchups.
  • b9c4ee3 Document attemptResurrectOnCheckin.
  • a601321 Don't cache ConnectionTester in, clean up sloppiness in, WrapperConnectionPoo...
  • 5586c3c Define attemptResurrectOnCheckin config param, and implement functionality.
  • 7b46c50 Be careful to initialize ConnectionTester to configured class or (now default...
  • c1af7bb Delete erroneously committed junk file.
  • a7b6139 RELEASE_NOTES updates.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 7 months ago

Superseded by #119.