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

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 
0.10.0-pre7.
   <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
   -- A bit more testing
   c3p0-0.10.0-pre7
   -- Improve performance of begin/endRequest support
   -- Implement c3p0-loom UninstrumentedVirtualThreadPerTaskTaskRunnerFactory
   -- 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 <a 
href="https://redirect.github.com/swaldman/c3p0/issues/128";>swaldman/c3p0#128</a>
   Thanks <a href="https://github.com/philippscs";><code>@​philippscs</code></a>!
   -- 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, <a 
href="https://redirect.github.com/swaldman/c3p0/issues/159";>swaldman/c3p0#159</a>
   Thanks <a 
href="https://github.com/sbaeumlisberger";><code>@​sbaeumlisberger</code></a>!
   c3p0-0.10.0-pre6
   -- Lots of documentation work.
   -- Implement attemptResurrectOnCheckin config parameter.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/issues/47";>swaldman/c3p0#47</a>
   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 <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</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/3f610518ef5df1ae37284257da295a524255cffe";><code>3f61051</code></a>
 Update version, cap CHANGELOG, for c3p0-0.10.0-pre7.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/3623316dd99985dc7aad77540e06115179795ae7";><code>3623316</code></a>
 Tweak README.md</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/e570663597244f61fbe7e8911a76c589eddeba61";><code>e570663</code></a>
 Add box re reducing monitor contention with 
UninstrumentedVirtualThreadPerTas...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/b1042b5c4355aa13cb3439dba24817cd6aadf53f";><code>b1042b5</code></a>
 Switch back to typical rather than rough test resource set.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/7b240eb87dd16c08749b2d6a236a692459d794cc";><code>7b240eb</code></a>
 CHANGELOG update.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/0cf6d9868276a603898001f804326c3671205a44";><code>0cf6d98</code></a>
 Once we have reflected tested for presence of begin/endRequest methods, 
invok...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/e0b5347f4969ba58371725f8603d5cdd89201116";><code>e0b5347</code></a>
 Some README tweaks, a forkArg param to ease visualvm connections for 
sampling.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/be7349b63a5906fe1c6b035013b6b55bb0b9ca0d";><code>be7349b</code></a>
 Tweak README.md</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/3b56263673af26d8418a8a5c9b710a885c0f235d";><code>3b56263</code></a>
 Tweak README.md</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/0936fbd03aac0680a3bed2ee8405799f683634cf";><code>0936fbd</code></a>
 Add stuff about testing to README.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.0-pre7";>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-pre7)](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