Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps org.vibur:vibur-dbcp from 25.0 to 26.0.

Changelog

Sourced from org.vibur:vibur-dbcp's changelog.

Version 26.0 (09/01/2025) - RECOMMENDED

  • Migrated the source code base to Java 10.
  • Migrated from ConcurrentLinkedHashMap to Caffeine for statement caching.
  • Implemented statistics for the executed in the pool queries, similar to Java Streams statistics. See ViburConfig.collectQueryStatistics, QueryStatistics, and DefaultHook.QueryTiming. Vibur-DBCP can now report the total count, total execution time, the min, average and max duration of the executed via it SQL queries.
  • Updated all project dependencies to latest versions.
  • Removed support for OSGi, added Automatic-Module-Name for Java 9 modules.
  • Minor other refactoring and small fixes.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team January 13, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jan 13, 2025
@settings settings bot removed the java label Jan 30, 2025
@eddumelendez
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/modules/jdbc/org.vibur-vibur-dbcp-26.0 branch from 420eb65 to 1a5c4c6 Compare July 14, 2025 16:40
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [org.vibur:vibur-dbcp](https://github.com/vibur/vibur-dbcp) from 25.0 to 26.0.
- [Changelog](https://github.com/vibur/vibur-dbcp/blob/master/CHANGELOG)
- [Commits](vibur/vibur-dbcp@25.0...26.0)

---
updated-dependencies:
- dependency-name: org.vibur:vibur-dbcp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/jdbc/org.vibur-vibur-dbcp-26.0 branch from 1a5c4c6 to 4dc82f4 Compare July 15, 2025 16:06
@eddumelendez eddumelendez merged commit 53e0228 into main Jul 15, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/jdbc/org.vibur-vibur-dbcp-26.0 branch July 15, 2025 16:57
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 modules/jdbc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants