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.10.0-pre2 to 0.10.0-pre3 #476

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps com.mchange:c3p0 from 0.10.0-pre2 to 0.10.0-pre3.

Changelog

Sourced from com.mchange:c3p0's changelog.

c3p0-0.10.0-pre3 -- Disable making generated source read-only. It interferes too much with the build. -- Make generated source files read-only so we're less likely to accidentally edit them. -- Have build fail if we try to build with an unexpected JVM version. We want to use a consistent JVM version (currently 11) and target version (currently 7) when we build c3p0. -- Remove vestiges of unsupported BasicResourcePool.AcquireTask -- Disable very slow handholding function intended to help with misspellings / misspecifications of resource "/c3p0-config.xml" See swaldman/c3p0#121 Thanks chinhodado! -- Let PooledDataSource implement AutoCloseable. This necessitates targeting Java 7, rather than Java 6, classfiles. Thanks koszta5! -- Bring documentation of acquireRetryAttempts into sync with c3p0's actual behavior. See swaldman/c3p0#132 Thanks marcatl, MichaelMih, Leona Nezvalova! -- Include license files in published source jar. See swaldman/c3p0#167 c3p0-0.10.0-pre2 -- Add "Automatic-Module-Name" entry to jar manifest for interoperability with Project Jigsaw / Java 9 modules See swaldman/c3p0#171 Thanks Jörg Hohwiller -- Try context ClassLoader if library ClassLoader fails to load a named, necessary driver class. See swaldman/c3p0#115 Thanks Rodrigo Merino! -- Let statement cache fail not-quietly if drivers provide PreparedStatements without a proper equals implementation. See swaldman/c3p0#59 Thanks Thomas Beckmann! -- Be slightly less negative in the docs about unreturnedConnectionTimeout. See swaldman/c3p0#160 Thanks Matteo Mazza! -- Implement more robustly accurate checkoutTimeout. See swaldman/c3p0#138 swaldman/c3p0#137 Thanks François JACQUES! -- Add support for JDBC 4.3 beginRequest and endRequest methods. See swaldman/c3p0#170 Thanks Fernanda Meheust! -- Consider ourselves to be a wrapper for a thing if the thing we wrap itself declares itself as the wrapper of that thing. See swaldman/c3p0#149 Thanks François JACQUES! -- Fix rare ConcurrentModificationException in GooGooStatementCache when Connections are closed. See swaldman/c3p0#22 Thanks Mathilde Ffrench, Joel Caplin! c3p0-0.10.0-pre1 -- Fix doc comments no longer acceptable under persnicketty JDK 11 -- Build with JDK 11 JVM (still emitting JDK 1.6 compatible sources) -- Get tests working under new mill build -- Reorganize to switch build from ant to mill -- Update to mchange-commons-java 0.2.20

... (truncated)

Commits
  • 4aefc7b Disable making generated source read-only. It interferes too much with the bu...
  • 4c0d213 Update version, and cap CHANGELOG, for v0.10.0-pre3.
  • 5e051fe Make generated source files read-only so we're less likely to accidentally ed...
  • a32c119 Let the build fail if we try to build under unexpected JVM version. (Currentl...
  • a01b7f7 Remove vestiges of unsupported BasicResourcePool.AcquireTask
  • 8d3e233 Disable very slow handholding function intended to help with misspellings / m...
  • a390634 Let PooledDataSource implement AutoCloseable; Target Java 7 rather than Java ...
  • 24a5fed Bring documentation of acquireRetryAttempts into sync with c3p0's actual beha...
  • adff508 Include license files in published source jar.
  • 07540ea Bump version for 0.10.0-pre3-SNAPSHOT.
  • See full diff 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.0-pre2 to 0.10.0-pre3.
- [Changelog](https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.0-pre2...v0.10.0-pre3)

---
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 requested a review from a team as a code owner February 19, 2024 12:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2024
@liweinan liweinan merged commit 3b4d727 into main Feb 19, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.mchange-c3p0-0.10.0-pre3 branch February 19, 2024 12:51
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant