Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump com.mchange:c3p0 from 0.10.1 to 0.10.2 #17025

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps com.mchange:c3p0 from 0.10.1 to 0.10.2.

Changelog

Sourced from com.mchange:c3p0's changelog.

-- 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 swaldman/c3p0#128 Thanks @​philippscs! -- 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, swaldman/c3p0#159 Thanks @​sbaeumlisberger! c3p0-0.10.0-pre6 -- Lots of documentation work. -- Implement attemptResurrectOnCheckin config parameter.

... (truncated)

Commits
  • f4151d9 Use new build script to publish main lib to sonatype, testlib to local for c3...
  • 0fc03b3 Bump version for 0.10.2 final, eliminate publishArtifact payloads from test, ...
  • c167d2f README.md updates.
  • 8562cc1 Implement test.printExternalCommandBase, and minor tweaks.
  • f19d6f3 README updates, RELEASE_NOTES-c3p0-0.10.2
  • 19217b1 Comment out some logging from C3P0BenchmarkApp.
  • 518e224 Add some new, commented out testing options (from debugging HSQLDB Statement ...
  • f1b9521 More informative logging, less public cullNext() in GooGooStatementCache.
  • e539745 Make C3P0BenchmarkApp's schema setup a bit more resilient to persnickety driv...
  • 06e87ad Some testing tweaks.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.10.1 to 0.10.2.
- [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: com.mchange:c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 3, 2025
Copy link
Contributor

github-actions bot commented Feb 3, 2025

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

davsclaus commented Feb 3, 2025

/component-test camel-quartz

Result ✅ The tests passed successfully

Copy link
Contributor

github-actions bot commented Feb 3, 2025

🤖 The Apache Camel test robot will run the tests for you 👍

@davsclaus davsclaus merged commit bf6bb91 into main Feb 3, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.mchange-c3p0-0.10.2 branch February 3, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants