You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/04/11 08:15:16 UTC

[PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre7 [camel]

dependabot[bot] opened a new pull request, #13755:
URL: https://github.com/apache/camel/pull/13755

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 0.10.0-pre7.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG">com.mchange:c3p0's changelog</a>.</em></p>
   <blockquote>
   <p>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.
   See <a href="https://redirect.github.com/swaldman/c3p0/issues/47">swaldman/c3p0#47</a>
   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
   ConnectionTester logic only when users specify or force a ConnectionTester
   c3p0-0.10.0-pre4
   -- Define (in a separate, Java 21, project) a loom virtual-threads based
   TaskRunnerFactory, VirtualThreadPerTaskExecutorTaskRunnerFactory.
   See <a href="https://github.com/swaldman/c3p0-loom">https://github.com/swaldman/c3p0-loom</a>
   -- DefineFixedThreadPoolExecutorTaskRunnerFactory, a simple example that
   replaces c3p0's traditional Thread pool with an unshared ThreadPoolExecutor
   of size numHelperThreads.
   -- Define AbstractExecutorTaskRunnerFactory, which users can extend to use or
   share java.util.concurrent.Executor instances rather than c3p0's traditional
   hand-rolled Thread pool.
   See <a href="https://redirect.github.com/swaldman/c3p0/issues/76">swaldman/c3p0#76</a>
   <a href="https://redirect.github.com/swaldman/c3p0/issues/41">swaldman/c3p0#41</a>
   Thanks Michele Rossi, and mysterious GitHub <a href="https://github.com/ghost"><code>@​ghost</code></a>.
   -- Define TaskRunnerFactory, and config param TaskRunnerFactoryClassName.
   Users can provide implementations of TaskRunnerFactory with a public no-arg</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/swaldman/c3p0/commit/3f610518ef5df1ae37284257da295a524255cffe"><code>3f61051</code></a> Update version, cap CHANGELOG, for c3p0-0.10.0-pre7.</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/3623316dd99985dc7aad77540e06115179795ae7"><code>3623316</code></a> Tweak README.md</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/e570663597244f61fbe7e8911a76c589eddeba61"><code>e570663</code></a> Add box re reducing monitor contention with UninstrumentedVirtualThreadPerTas...</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/b1042b5c4355aa13cb3439dba24817cd6aadf53f"><code>b1042b5</code></a> Switch back to typical rather than rough test resource set.</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/7b240eb87dd16c08749b2d6a236a692459d794cc"><code>7b240eb</code></a> CHANGELOG update.</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/0cf6d9868276a603898001f804326c3671205a44"><code>0cf6d98</code></a> Once we have reflected tested for presence of begin/endRequest methods, invok...</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/e0b5347f4969ba58371725f8603d5cdd89201116"><code>e0b5347</code></a> Some README tweaks, a forkArg param to ease visualvm connections for sampling.</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/be7349b63a5906fe1c6b035013b6b55bb0b9ca0d"><code>be7349b</code></a> Tweak README.md</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/3b56263673af26d8418a8a5c9b710a885c0f235d"><code>3b56263</code></a> Tweak README.md</li>
   <li><a href="https://github.com/swaldman/c3p0/commit/0936fbd03aac0680a3bed2ee8405799f683634cf"><code>0936fbd</code></a> Add stuff about testing to README.md</li>
   <li>Additional commits viewable in <a href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.0-pre7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mchange:c3p0&package-manager=maven&previous-version=0.9.5.5&new-version=0.10.0-pre7)](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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre7 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13755:
URL: https://github.com/apache/camel/pull/13755#issuecomment-2049167403

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: 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](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre7 [camel]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #13755:
URL: https://github.com/apache/camel/pull/13755#issuecomment-2049169266

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre7 [camel]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd closed pull request #13755: Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre7
URL: https://github.com/apache/camel/pull/13755


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org