dependabot[bot] opened a new pull request, #17025: URL: https://github.com/apache/camel/pull/17025
Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.10.1 to 0.10.2. <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>-- 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 "louder" (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.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaldman/c3p0/commit/f4151d9ebe7d3862782e2c1f2082834a2ad8020c"><code>f4151d9</code></a> Use new build script to publish main lib to sonatype, testlib to local for c3...</li> <li><a href="https://github.com/swaldman/c3p0/commit/0fc03b372c59e2b594d1138da888c2958ba48937"><code>0fc03b3</code></a> Bump version for 0.10.2 final, eliminate publishArtifact payloads from test, ...</li> <li><a href="https://github.com/swaldman/c3p0/commit/c167d2f93f25799b68706194f301e2f6c8d47313"><code>c167d2f</code></a> README.md updates.</li> <li><a href="https://github.com/swaldman/c3p0/commit/8562cc15e85b29cb188b3154bb837f13fe89152e"><code>8562cc1</code></a> Implement test.printExternalCommandBase, and minor tweaks.</li> <li><a href="https://github.com/swaldman/c3p0/commit/f19d6f3ec40f992ca438ac8bb2a05d237aea6367"><code>f19d6f3</code></a> README updates, RELEASE_NOTES-c3p0-0.10.2</li> <li><a href="https://github.com/swaldman/c3p0/commit/19217b165463f6e716bf7144284f47f19e6403f0"><code>19217b1</code></a> Comment out some logging from C3P0BenchmarkApp.</li> <li><a href="https://github.com/swaldman/c3p0/commit/518e22497f94d5df75c443c9f4d3503011618dce"><code>518e224</code></a> Add some new, commented out testing options (from debugging HSQLDB Statement ...</li> <li><a href="https://github.com/swaldman/c3p0/commit/f1b9521f0b2f45c43374d13a8a60f09004c9d6b5"><code>f1b9521</code></a> More informative logging, less public cullNext() in GooGooStatementCache.</li> <li><a href="https://github.com/swaldman/c3p0/commit/e53974595b344b4ef7dd60576ae1ac104e7ca13a"><code>e539745</code></a> Make C3P0BenchmarkApp's schema setup a bit more resilient to persnickety driv...</li> <li><a href="https://github.com/swaldman/c3p0/commit/06e87addda22b3f8599f540bcf24f943b8a99b4a"><code>06e87ad</code></a> Some testing tweaks.</li> <li>Additional commits viewable in <a href="https://github.com/swaldman/c3p0/compare/v0.10.1...v0.10.2">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