Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.mchange:c3p0 from 0.10.0-pre4 to 0.10.0-pre5 #483

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

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

Changelog

Sourced from com.mchange:c3p0's changelog.

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/ swaldman/mchange-commons-java@0948048 Thanks Bernhard M. Wiedemann! -- Eliminate support for traditional reflective proxies. -- Fix bad anchor in docs, thanks Hakan! -- Relicense to allow users to opt for LGPL-2.1 or later, rather than LGPL-2.1-only. (Here and in mchange-commons-java.) See swaldman/c3p0#133 Thanks Bernhard E. Reiter! -- Update to mchange-commons-java 0.3.0 c3p0-0.10.0-pre3 -- Have build fail if we try to build with an unexpected JVM version. We want to use a consistent JVM version (currently 11) and target version (currently 7) when we build c3p0. -- Remove vestiges of unsupported BasicResourcePool.AcquireTask -- Disable very slow handholding function intended to help with misspellings / misspecifications of resource "/c3p0-config.xml" See swaldman/c3p0#121 Thanks chinhodado! -- Let PooledDataSource implement AutoCloseable. This necessitates targeting Java 7, rather than Java 6, classfiles. Thanks koszta5! -- Bring documentation of acquireRetryAttempts into sync with c3p0's actual behavior. See swaldman/c3p0#132

... (truncated)

Commits
  • c597a11 Cap CHANGELOG, update version for 0.10.0-pre5.
  • 96a1c6b Begin to document new Connection testing approach.
  • de252cc Eliminate annoying license headers in source. LICENSE files from root dir bind.
  • 372cb43 Eliminate effectiveStatementCache field from C3P0PooledConnectionPool.
  • 16ccfea Add/fix doc comments, CHANGELOG, TODO.
  • 1c2a895 Add module test.scalamod so we can play as '$ mill -i test.scalamod.console'
  • 7fc8de7 Implement test utility com.mchange.v2.c3p0.test.Percent20FailConnectionTester
  • 9abd109 Be a bit more rigorous about implementing equals() and hashCode() to support ...
  • 31e41c2 Change default ConnectionTester to null, define connectionIsValidTimeout conf...
  • 4e1ba0c Implement IsValidSimplifiedConnectionTestPath
  • 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 <dependency name> 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)

Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.10.0-pre4 to 0.10.0-pre5.
- [Changelog](https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.0-pre4...v0.10.0-pre5)

---
updated-dependencies:
- dependency-name: com.mchange:c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2024 12:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2024
@liweinan liweinan merged commit 990dce9 into main Feb 27, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.mchange-c3p0-0.10.0-pre5 branch February 27, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant