jberet / jsr352

Implementation of Jakarta Batch Specification and API
Eclipse Public License 2.0
124 stars 76 forks source link

Bump com.mchange:c3p0 from 0.10.0-pre2 to 0.10.0-pre3 #476

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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 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)