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

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 
0.10.1.
   <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.1
   -- Implement more and &quot;louder&quot; (log ugly stack traces) validation 
of
   config properties.
   -- Modify former InUseLock (now InternalUseLock) and NewProxyConnection
   to use ReentrantLock rather than native monitors, to prevent pinning
   when clients run on loom virtual threads.
   Thanks Alex Kormukhin and Jeffrey Tucker!
   -- Implement config parameter markSessionBoundaries, so that users can
   disable JDBC 4.3 beginRequest / endRequest session boundary marking
   when JDBC drivers so undesirable things with those hints.
   Thanks Bikas Anand!
   -- Implement more careful examination of begin/endRequest methods, to take
   into account the case where those methods exist on the JDBC driver Connection
   implementation, but not in the Connection interface of a pre-Java-9 JVM.
   We still support begin/endRequest in this case, but reflectively.
   Thanks Vlad Skarzhevskyy, khushboo11-dotcom!
   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</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/c666965e1780a45d4f5aed6367fb43c6c87d8632";><code>c666965</code></a>
 Bump version for 0.10.1 final.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/3bc101f4a7a35f5c6cb0e6351845fe53c1de5931";><code>3bc101f</code></a>
 Tweak release notes for c3p0-0.10.1</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/c79baa18e8f17046015566f7121327239a6794cb";><code>c79baa1</code></a>
 Write release notes, cap CHANGELOG, for c3p0-0.10.1.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/927efdbdab5eec4eac77e3833babcff235d92a32";><code>927efdb</code></a>
 Implement more and louder validation of config properties.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/872613db3905e3e08ee9ea0474e92a4f1bab105c";><code>872613d</code></a>
 Comment duplicate setting in rough c3p0.properties, add some dev-notes.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/7fcd4e4eaa37b6cc106c6c8d1d9c2564929f0836";><code>7fcd4e4</code></a>
 Define abstract PercentXXFailConnectionTester, factor implementations into 
su...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/d2d6f0d451359798d17508520f163d8a6e455066";><code>d2d6f0d</code></a>
 Add a couple of chaos testing resources.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/ca5028332180889f4f3748d83ada9751d1b092de";><code>ca50283</code></a>
 Fix misspelling in log message.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/dd89dd16e658419b3abfc55a8d9cfbaa33786e7c";><code>dd89dd1</code></a>
 Upgrade mchange-commons-java to v0.3.1</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/4a90a90cccadd4a299c39c97712b611a65d2035e";><code>4a90a90</code></a>
 Audit remaining uses of 'synchronized' within proxies.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.1";>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.1)](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: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to