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

Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 #1759

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps com.mchange:c3p0 from 0.9.5.5 to 0.10.1.

Changelog

Sourced from com.mchange:c3p0's changelog.

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. See swaldman/c3p0#47 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

... (truncated)

Commits
  • c666965 Bump version for 0.10.1 final.
  • 3bc101f Tweak release notes for c3p0-0.10.1
  • c79baa1 Write release notes, cap CHANGELOG, for c3p0-0.10.1.
  • 927efdb Implement more and louder validation of config properties.
  • 872613d Comment duplicate setting in rough c3p0.properties, add some dev-notes.
  • 7fcd4e4 Define abstract PercentXXFailConnectionTester, factor implementations into su...
  • d2d6f0d Add a couple of chaos testing resources.
  • ca50283 Fix misspelling in log message.
  • dd89dd1 Upgrade mchange-commons-java to v0.3.1
  • 4a90a90 Audit remaining uses of 'synchronized' within proxies.
  • 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.9.5.5 to 0.10.1.
- [Changelog](https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG)
- [Commits](swaldman/c3p0@c3p0-0.9.5.5...v0.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@THausherr THausherr merged commit b99103a into main May 13, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/com.mchange-c3p0-0.10.1 branch May 13, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant