dependabot[bot] opened a new pull request, #1626:
URL: https://github.com/apache/tika/pull/1626

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 
0.10.0-pre5.
   <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-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 <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!
   -- 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 &quot;/c3p0-config.xml&quot;
   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></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/c597a11272a7d048c1b0fa5782c8edfc054e526e";><code>c597a11</code></a>
 Cap CHANGELOG, update version for 0.10.0-pre5.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/96a1c6bf5a563951d48809249143f8821f688a78";><code>96a1c6b</code></a>
 Begin to document new Connection testing approach.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/de252cc345e0d6d75b4eee8515c779fb51526bb7";><code>de252cc</code></a>
 Eliminate annoying license headers in source. LICENSE files from root dir 
bind.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/372cb430ef215cb17782dd587b515b52db8d10ce";><code>372cb43</code></a>
 Eliminate effectiveStatementCache field from C3P0PooledConnectionPool.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/16ccfeabbcf72a648edd7da29304b31c491642b6";><code>16ccfea</code></a>
 Add/fix doc comments, CHANGELOG, TODO.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/1c2a89507963b179de02a45d8fac1c15bd8c793c";><code>1c2a895</code></a>
 Add module test.scalamod so we can play as '$ mill -i 
test.scalamod.console'</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/7fc8de75cbbe771e283afe9f1cdcf22715e7bdcc";><code>7fc8de7</code></a>
 Implement test utility 
com.mchange.v2.c3p0.test.Percent20FailConnectionTester</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/9abd109e6ec6ebb0415d1f98cd042b22b2c6707f";><code>9abd109</code></a>
 Be a bit more rigorous about implementing equals() and hashCode() to support 
...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/31e41c2218dd9ece11f01f563db3e99205171cdf";><code>31e41c2</code></a>
 Change default ConnectionTester to null, define connectionIsValidTimeout 
conf...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/4e1ba0cc45f9c39aca5a123711b7403031c53df8";><code>4e1ba0c</code></a>
 Implement IsValidSimplifiedConnectionTestPath</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.0-pre5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mchange:c3p0&package-manager=maven&previous-version=0.9.5.5&new-version=0.10.0-pre5)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to