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

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.10.2 to 
0.11.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG";>com.mchange:c3p0's
 changelog</a>.</em></p>
   <blockquote>
   <p>c3p0-0.11.1
   -- in BasicResourcePool, forceKillAcquires() accidentally failed to 
surrender its lock,
   leading to deadlocks following a full round of acquisition failures. Many 
thanks
   to <a href="https://github.com/pwielgolaski";><code>@​pwielgolaski</code></a> 
on github for tracking down the issue, to <a 
href="https://github.com/driseley";><code>@​driseley</code></a> on github for
   providing a reproduction of the issue, and to <a 
href="https://github.com/michalgutkowski";><code>@​michalgutkowski</code></a> on 
github for providing
   a pull request with the fix.
   c3p0-0.11.0
   -- Additional testing.
   c3p0-0.11.0-pre2
   -- Define new property cancelAutomaticallyClosedStatements, which, if true, 
ensures
   that Statement.cancel() will be called prior to Statement.close() when c3p0 
automatically
   close()es statements because a client has neglected to, a Connection with 
open Statements
   has exceeded its unreturnedConnectionTimeout, or the Statement cache is 
expiring a PreparedStatement.
   Thanks to Andreas Dangel (in 2014!) for pointing out scenarios where this 
might be
   helpful, and offering a PR demonstrating the basic fix, and Luis Paolini for 
reminding me
   that I flaked 11 years ago and this is still worth pursuing.
   c3p0-0.11.0-pre1
   -- Rewrite BasicResourcePool and GooGooStatementCache in terms of
   ReentrantLock and Condition.{await/signalAll} rather than native
   monitors and wait()/notifyAll(), because wait() pins loom
   virtual threads. Many thanks to alex-kormukhin for calling
   attention to this issue and proposing the fix!
   -- Double check after termination of BasicResourcePool.awaitAvailable(...)
   that following notification/termination a resource (Connection) remains
   available. Many thanks to C3Stones and xtb359 on github for calling
   attention to this issue.
   -- Prevent fragility under non-bootstrap / non-system CLASSLOADERs under
   Java 8, where references to java.sql.ShardingKey not available under Java 8
   provoke NoClassDefFoundError. Bifurcate Connection proxies, generate
   version without sharding key methods under JVMs where ShardingKey is 
unavailable,
   full JDBC 4.3 Connection API proxies where ShardingKey is present.
   Thanks to Force Rs on github for finding the issue and suggesting the
   solution!
   c3p0-0.10.2
   -- Prevent freeze due to re-waiting if a non-Exception Throwable occurs
   while acquiring a PreparedStatement to cache. Thanks Totyo Totev!
   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.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/73e77ed2cdddf0211940f34761ae454e0ec7e2d9";><code>73e77ed</code></a>
 Update CHANGELOG, build.mill publishVersion for 0.11.1 final. Add 
RELEASE_NOT...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/b1b2aa64ef25ffbc1b536c0d830814cd31b6dece";><code>b1b2aa6</code></a>
 Add mill wrapper script, .mill-version file.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/9ad6a36b0eac9e8b112db56876d680377cccba5e";><code>9ad6a36</code></a>
 Merge pull request <a 
href="https://redirect.github.com/swaldman/c3p0/issues/190";>#190</a> from 
michalgutkowski/patch-1</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/bc24ad09e2c7ff6df687d42e350d5d24049b9c20";><code>bc24ad0</code></a>
 add missing unlock()</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/7d0e9f707fef05a5c15ea67a4ead622ee216f66d";><code>7d0e9f7</code></a>
 Bump version for 0.11.0 final.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/eddc46e0b5094ae652d445b78c07883ffa909809";><code>eddc46e</code></a>
 Move older release notes into 'release-notes-past' directory.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/b6a82ec2c2bc5bf8d2c39db4b3d7af90b6a95b85";><code>b6a82ec</code></a>
 Define release notes for c3p0-0.11.0</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/1777d7293ce78a950fbe30ad4469146016533a11";><code>1777d72</code></a>
 Tweak README.md.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/a876dfa192f7e2b670f3765bb8971e86a679d629";><code>a876dfa</code></a>
 Tweak README.md.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/ab3976b4fa62f487b2f4379e6a772e674f53b0ae";><code>ab3976b</code></a>
 Cap CHANGELOG for, update version to, 0.11.0-pre2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swaldman/c3p0/compare/v0.10.2...v0.11.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.10.2&new-version=0.11.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: commits-unsubscr...@camel.apache.org

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

Reply via email to