Skip to content

Commit b7dc39a

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump vibur-dbcp from 9.0 to 22.2 in /modules/mysql (#1042)
Bumps [vibur-dbcp](https://github.com/vibur/vibur-dbcp) from 9.0 to 22.2. <details> <summary>Changelog</summary> *Sourced from [vibur-dbcp's changelog](https://github.com/vibur/vibur-dbcp/blob/master/CHANGELOG).* > Version 22.2 (05/05/2018) - RECOMMENDED > ======================================= > * Small performance update. > > Version 22.1 (30/03/2018) > ========================= > * Adopted changes / improvements from Vibur Object Pool 22.1. > * Various other small improvements, refactoring, and javadoc updates. > > Version 22.0 (08/02/2018) > ========================= > * Added logLineRegex configuration option - the application can use this option in conjunction with the > logTakenConnectionsOnTimeout option in order to filter the generated stack trace lines. > * Added takenConnectionsFormatter configuration option - allows the application to implement custom formatting > to String of the TakenConnection[] array. Note that the default formatter uses the logLineRegex for filtering. > * Added GetConnectionTimeout programming hook that is invoked only if the call to DataSource.getConnection() > timeouts. The application can use this hook to format and redirect the generated taken-connections log to a different > than the usual log location, for example, to Amazon S3. Note that in order to enable the taken-connections tracking > the application must set poolEnableConnectionTracking to true. The default hook uses the takenConnectionsFormatter; > it can be disabled via setting logTakenConnectionsOnTimeout to false. > * Fixed a bug in the CloseConnection hook takenNanos parameter calculation, before its value was sometimes incorrect. > > Version 21.3 (28/01/2018) > ========================= > * Fixed a minor bug in the ResultSet size calculation where the size was sometimes calculated off by one. > > Version 21.2 (29/11/2017) > ========================= > * Fixed a bug in the implicit closing of the current ResultSet functionality, introduced in version 21.0. > * Fixed a rarely occurring bug related to the possibility of Statement.getResultSet() to return null. > > Version 21.1 (27/11/2017) > ========================= > * Added resultSetNanoTime parameter to the ResultSetRetrieval programming hook. This parameter complements the existing > resultSetSize parameter and represents the total time taken to iterate over and process the retrieved ResultSet. > > Version 21.0 (22/11/2017) > ========================= > * Moved the getConnection() retry mechanism (for lazily created connections) from the ConnectionFactory level > to the PoolOperations level - this improves the connections reuse in certain situations. > * Implemented implicit closing of the current ResultSet when the parent Statement is closed. > * Changed some configuration defaults: > a) poolInitialSize 10 -> 5; > b) poolMaxSize 100 -> 50; > c) reducerTimeIntervalInSeconds 60 -> 30; > d) reducerSamples 20 -> 15; > e) connectionTimeoutInMs 30_000 -> 15_000; > f) acquireRetryDelayInMs 1000 -> 500; > * Adopted changes / improvements from Vibur Object Pool 21.0. > * Various other small fixes, refactoring and improvements. ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`a3bd654`](vibur/vibur-dbcp@a3bd654) [maven-release-plugin] prepare release 22.2 - [`d8eb05c`](vibur/vibur-dbcp@d8eb05c) osgi update - [`1751f77`](vibur/vibur-dbcp@1751f77) prepare release 22.2 - [`a61e28c`](vibur/vibur-dbcp@a61e28c) updated contributors - [`8857333`](vibur/vibur-dbcp@8857333) Automated by IntelliJ refactoring to introduce curly braces after if/else/for... - [`b79116b`](vibur/vibur-dbcp@b79116b) Merge pull request [#10](https://github-redirect.dependabot.com/vibur/vibur-dbcp/issues/10) from rbalamohan/issue/9 - [`7b183e4`](vibur/vibur-dbcp@7b183e4) Issue 9: Consider optimising AbstractInvocationHandler::invoke - [`f602813`](vibur/vibur-dbcp@f602813) Issue 9: Consider optimising AbstractInvocationHandler::invoke - [`3eea6b1`](vibur/vibur-dbcp@3eea6b1) Issue 9: Consider optimising AbstractInvocationHandler::invoke - [`5b3349a`](vibur/vibur-dbcp@5b3349a) Issue 9: Consider optimising AbstractInvocationHandler::invoke - Additional commits viewable in [compare view](vibur/vibur-dbcp@9.0...22.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.vibur:vibur-dbcp&package-manager=gradle&previous-version=9.0&new-version=22.2)](https://dependabot.com/compatibility-score.html?dependency-name=org.vibur:vibur-dbcp&package-manager=gradle&previous-version=9.0&new-version=22.2) 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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent a43877a commit b7dc39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies {
77
testCompile 'com.zaxxer:HikariCP-java6:2.3.8'
88
testCompile 'commons-dbutils:commons-dbutils:1.6'
99
testCompile 'org.apache.tomcat:tomcat-jdbc:8.5.4'
10-
testCompile 'org.vibur:vibur-dbcp:9.0'
10+
testCompile 'org.vibur:vibur-dbcp:22.2'
1111
}

0 commit comments

Comments
 (0)