dependabot[bot] opened a new pull request, #13279: URL: https://github.com/apache/camel/pull/13279
Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 0.10.0-pre4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG">com.mchange:c3p0's changelog</a>.</em></p> <blockquote> <p>c3p0-0.10.0-pre4 -- Define (in a separate, Java 21, project) a loom virtual-threads based TaskRunnerFactory, VirtualThreadPerTaskExecutorTaskRunnerFactory. See <a href="https://github.com/swaldman/c3p0-loom">https://github.com/swaldman/c3p0-loom</a> -- 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 <a href="https://redirect.github.com/swaldman/c3p0/issues/76">swaldman/c3p0#76</a> <a href="https://redirect.github.com/swaldman/c3p0/issues/41">swaldman/c3p0#41</a> Thanks Michele Rossi, and mysterious GitHub <a href="https://github.com/ghost"><code>@ghost</code></a>. -- 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 <a href="https://redirect.github.com/swaldman/c3p0/issues/163">swaldman/c3p0#163</a> <a href="https://reproducible-builds.org/docs/source-date-epoch/">https://reproducible-builds.org/docs/source-date-epoch/</a> <a href="https://github.com/swaldman/mchange-commons-java/commit/09480482ddde70b98baf8437e66c5e3bba9ae3e2">https://github.com/swaldman/mchange-commons-java/commit/09480482ddde70b98baf8437e66c5e3bba9ae3e2</a> 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 <a href="https://redirect.github.com/swaldman/c3p0/issues/133">swaldman/c3p0#133</a> Thanks Bernhard E. Reiter! 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 <a href="https://redirect.github.com/swaldman/c3p0/issues/121">swaldman/c3p0#121</a> 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 <a href="https://redirect.github.com/swaldman/c3p0/issues/132">swaldman/c3p0#132</a> Thanks marcatl, MichaelMih, Leona Nezvalova! -- Include license files in published source jar. (Here and in mchange-commons-java.) See <a href="https://redirect.github.com/swaldman/c3p0/issues/167">swaldman/c3p0#167</a> c3p0-0.10.0-pre2 -- Add "Automatic-Module-Name" entry to jar manifest for interoperability with Project Jigsaw / Java 9 modules See <a href="https://redirect.github.com/swaldman/c3p0/issues/171">swaldman/c3p0#171</a> Thanks Jörg Hohwiller</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaldman/c3p0/commit/4643934113f6118071ab0953a4593f05965e87c6"><code>4643934</code></a> Update versions, cap (and reorder) CHANGELOG, add script for 0.10.0-pre4 final.</li> <li><a href="https://github.com/swaldman/c3p0/commit/2d2e250a04d6bb9b0c8aa675b03d7d7427a2ca63"><code>2d2e250</code></a> TODO updates.</li> <li><a href="https://github.com/swaldman/c3p0/commit/cf2abd49c4131b45bca1ab3e67a55d1d953bc291"><code>cf2abd4</code></a> Support SOURCE_DATE_EPOCH for deterministic builds.</li> <li><a href="https://github.com/swaldman/c3p0/commit/3e2f61332595a82c50aab818dd0c02238e4f683e"><code>3e2f613</code></a> TODO updates.</li> <li><a href="https://github.com/swaldman/c3p0/commit/536d289de938a406d0cc350ab8be5fb3a60e64ed"><code>536d289</code></a> Eliminate support for traditional reflective proxies from docs.</li> <li><a href="https://github.com/swaldman/c3p0/commit/31a5ddb967e5549327decb382b818c348a34aad8"><code>31a5ddb</code></a> Remove long-obsolete, commented out code from AbstractComboPooledDataSource.</li> <li><a href="https://github.com/swaldman/c3p0/commit/197353518c6806ec36d70b48ca9aaeaf657b4e3c"><code>1973535</code></a> Eliminate support for traditional reflective proxies.</li> <li><a href="https://github.com/swaldman/c3p0/commit/faed31ddf9622d69c6a20cf90aff4826b550d906"><code>faed31d</code></a> TODO.md updates.</li> <li><a href="https://github.com/swaldman/c3p0/commit/978dfab2e4b8d685b05b085ca0eeb47101810a47"><code>978dfab</code></a> Eliminate some ancient commented-out code.</li> <li><a href="https://github.com/swaldman/c3p0/commit/ee4e320f2bbd16773cef16fe5526dbdd5b55cabf"><code>ee4e320</code></a> Eliminate long-deprecated PoolConfig.</li> <li>Additional commits viewable in <a href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.0-pre4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org