Commit Graph

  • e4bbce7152 Close #1986 evict connection exceptions with (SQLState HY000) error code 1105. Brett Wooldridge 2023-02-01 03:10:53 +0900
  • a050d81004 Cleanup maven build and modify for Java 11+ only. Brett Wooldridge 2023-02-01 02:00:27 +0900
  • 52e444c45c add copyright information to pom.xml TWI 2023-01-19 15:37:40 +0100
  • cf0a607d54 Update checkException to adjudicate various exception mokamoto12 2023-01-19 18:32:46 +0900
  • ac1991d7c1 Add support for virtual threads: replace synchronized with ReentrantLock. This avoids that the carrier thread gets pinned. Bart De Neuter 2023-01-14 14:30:00 +0100
  • 86adce375e BUG修复 金鑫豪 2023-01-12 16:54:53 +0800
  • 32bed2dfce 对创建连接时由于网络io卡住导致连接池无法正确创建的情况的处理 金鑫豪 2023-01-12 16:05:37 +0800
  • 504ee7d1b2
    make github pipline successful (#2012) minsunshine 2022-12-09 00:36:10 +0800
  • 96ce17753b
    set default reuseForks is false minsunshine 2022-12-04 20:38:54 +0800
  • b38fe8e12a
    set use jdk 11 minsunshine 2022-12-04 20:33:17 +0800
  • 2b4adebb1e
    workflow manually from the Actions tab minsunshine 2022-12-04 20:27:35 +0800
  • e8a3f9ce38 add connectionCreatorClassName property to allow users to supply their own logic for creating connections Leo Bayer 2022-12-04 01:37:56 +0900
  • 8f1550765e Adding db url in the SQLTransientConnectionException during getting connection Peeyush Pathak 2022-12-02 12:51:03 +0100
  • d92b50f1a1 fix test: sleep needs to be guaranteed to be greater than aliveBypassWindowMs, not just equal Leo Bayer 2022-12-02 02:12:01 +0900
  • a7f9a4b2f5 Don't attempt second setNetworkTimeout call if first fails Leo Bayer 2022-10-01 01:30:36 +0900
  • 215ce945c6
    fix README.md typo (#1997) cui fliter 2022-10-26 20:30:46 +0800
  • 98203af125 fix README.md typo cui fliter 2022-10-26 19:46:46 +0800
  • 601475192d
    Don't log keystore passwords in DriverDataSource (#1993) Martin Steiger 2022-10-19 14:56:39 +0200
  • b9960f37fb Don't log keystore passwords in DriverDataSource Martin Steiger 2022-10-19 08:58:54 +0200
  • 65d3f3f17f
    Fix to print both variables Chris Hill 2022-10-18 13:07:36 -0700
  • f77fe20657
    Adding unique identifier for connection establishment start and stop debug timings. Chris Hill 2022-10-18 12:36:09 -0700
  • 3a90fb97b9
    Add `com.zaxxer.hikari.metrics.dropwizard`, `com.zaxxer.hikari.metrics.micrometer` and `com.zaxxer.hikari.metrics.prometheus` to the OSGi exported packages. (#1989) Dries Samyn 2022-10-13 17:26:53 +0200
  • c875f7455c
    Add `com.zaxxer.hikari.metrics.dropwizard`, `com.zaxxer.hikari.metrics.micrometer` and `com.zaxxer.hikari.metrics.prometheus` to the OSGi exported packages. driessamyn 2022-10-13 11:41:12 +0100
  • a417081401
    Bring back automatic-module-name property (#1908) Wawrzyniec-Nowak 2022-10-06 18:11:45 +0200
  • 58b87f4be2
    Don't log any passwords in JDBC url (#1979) Martin Steiger 2022-10-01 15:27:20 +0200
  • 32f36635c3
    Expanded javadoc for the default constructor of HikariConfig (#1732) Arif Banai 2022-09-30 12:57:41 -0400
  • b22a6f50d6
    Clarify javadoc of HikariConfig.setPoolName (#1592) Thomas Aregger 2022-09-30 18:57:19 +0200
  • 0e76e6b467 add 'Google Spanner' JDBC to README Sean Sullivan 2019-08-15 18:19:15 -0400
  • 3b4f4447dc Don't attempt second setNetworkTimeout call if first fails Leo Bayer 2022-10-01 01:30:36 +0900
  • 1c450d030f
    Update Wix engineering writeup URL (#1984) pjmatt 2022-09-30 14:37:13 +0200
  • 0a4540b821
    Update URL pjmatt 2022-09-30 12:08:43 +0200
  • 602b33e6b0
    Fix engineering write up url pjmatt 2022-09-30 11:52:36 +0200
  • 1f69e870b7 Don't log any passwords in JDBC url Martin Steiger 2022-09-28 15:52:36 +0200
  • 7e64826649 Fix travis-ci badge urls Leo Bayer 2022-09-27 22:05:46 +0900
  • 01cafff4e1
    Remove redundant explicit imports (#1840) Taehong Kim 2022-09-27 21:52:58 +0900
  • 6df4cf0bd4 增加相关日志 捕风的逍遥侯 2022-09-24 23:16:46 +0800
  • c5d227882a
    Merge 11450e0be6 into ef99317811 mr1716 2022-08-09 12:30:06 +0000
  • 11450e0be6
    Update pom.xml mr1716 2022-08-09 08:28:53 -0400
  • cff775cf4f Add native-image configuration Moritz Halbritter 2022-07-26 14:50:52 +0200
  • 427561a976 [#1950] Adds support for TRANSACTION_CURSOR_STABILITY and TRANSACTION_LAST_COMMITTED Liam Sorsby 2022-07-14 09:43:00 +0100
  • ef99317811
    Add Librapay donations. Brett Wooldridge 2022-07-03 03:29:24 +0900
  • 4d0944b502
    Add Librapay donations. Brett Wooldridge 2022-07-03 03:28:52 +0900
  • 69394742a6 Add pool stats to connection acquisition timeout exception Brett Wooldridge 2022-07-01 09:49:51 +0900
  • 3104292f68 Minor code cleanups. Brett Wooldridge 2022-07-01 02:52:08 +0900
  • b2e07b3207 Initial commit. Ashok Gurumurthy 2022-05-25 14:47:21 -0400
  • 979c0ec64e
    chore: use valid SCM URL instad of the Git SSH URL (#1930) spliffone 2022-05-21 22:43:42 +0200
  • fbd2a18910 Add log when connection not added. Brett Wooldridge 2022-05-22 05:36:15 +0900
  • 3bd0b70cea Update dependencies. Brett Wooldridge 2022-05-21 01:24:02 +0900
  • 902fcf84a2 Merge commit 'b140fb3de36b3789266b5b0677065452dedbbd96' into dev Brett Wooldridge 2022-05-21 01:10:08 +0900
  • 23fd7b2e10 Merge commit '724140e683e5e9e892dad9607154220a835e0132' into dev Brett Wooldridge 2022-05-21 01:10:02 +0900
  • c2148006ce Simplify connection creation. Brett Wooldridge 2022-05-21 01:03:13 +0900
  • b140fb3de3
    Bump postgresql from 42.2.20 to 42.3.3 dependabot[bot] 2022-05-20 16:02:35 +0000
  • 334a93c760 Fix communication failures with aws-secretsmanager-jdbc gontard 2022-05-02 12:03:52 +0200
  • eeae83ef79 chore: use valid SCM URL instad of the Git SSH URL #1929 Bajohr, Rayk 2022-04-25 13:55:05 +0200
  • 2d6275ea18
    Merge 45867d6a76 into a9147ee0f6 Roon 2022-04-05 14:05:03 +0000
  • 45867d6a76 refactor: replace TreeSet into HashSet leemr 2022-04-05 23:01:58 +0900
  • 2dd34b1f40
    Run github actions on pull requests Ivan Sopov 2022-03-16 15:38:06 +0300
  • 3c88b164d0
    github actions on all commits Ivan Sopov 2022-03-16 15:34:17 +0300
  • 24269bbfeb
    Add java17 to CI build Ivan Sopov 2022-03-16 13:14:47 +0300
  • 724140e683
    fix: pom.xml to reduce vulnerabilities snyk-fix-d6a52973cd2116623dc89886fbcb9484 snyk-bot 2022-03-10 16:10:55 +0000
  • 37c05524e6 Bring back automatic-module-name property Wawrzyniec Nowak 2022-03-03 16:36:55 +0100
  • d566d9cd5b Fix the build by only using Log4j2 versions less than 3.0.0-SNAPSHOT. PascalSchumacher 2022-02-16 20:01:16 +0100
  • 9b4d77b25b Fix the build by only using Log4j2 versions less than 3.0.0-SNAPSHOT. PascalSchumacher 2022-02-16 20:01:16 +0100
  • b9e8e3bb27 Remove the Java11 maven profile, which is no longer necessary now that HikariCP requires Java 11. PascalSchumacher 2022-02-16 19:53:10 +0100
  • cb55f62cbd
    Merge branch 'dev' into revised_pgsql_update Lars Næsbye Christensen 2022-02-15 22:52:55 +0100
  • 2400b50f68 Update population of driver properties in DriverDataSource to support non-String Object values. Andrew Outzen 2022-01-19 15:05:34 -0600
  • 1e8e1b7f02
    Merge 0b6fd3111b into a9147ee0f6 yuna-rin-k 2022-01-10 10:57:46 +0100
  • a9147ee0f6
    Update README.md Brett Wooldridge 2022-01-10 13:46:22 +0900
  • bb67b5d287 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2022-01-09 22:32:40 +0900
  • be0557759d [maven-release-plugin] prepare release HikariCP-5.0.1 HikariCP-5.0.1 Brett Wooldridge 2022-01-09 22:32:19 +0900
  • 3531928780 Update dependencies. Brett Wooldridge 2022-01-09 22:24:36 +0900
  • 43f74fbec0
    Update pom.xml chi-chi weng 2021-12-20 19:16:32 +0800
  • 46658283f1
    Update pom.xml chi-chi weng 2021-12-20 09:48:20 +0800
  • fc2bc65b7c issue 1888 log4shell remediation Larry Diamond 2021-12-18 13:51:53 -0500
  • e7ffb6abb7 Fix Pavel Vinokurov 2021-12-17 14:00:43 +0700
  • 92f4b0ab23 Check connection has not been closed at first while checking the validity of connection Pavel Vinokurov 2021-12-17 13:31:53 +0700
  • a175a88e61
    Fix log4j CVE-2021-44228 chi-chi weng 2021-12-14 11:46:08 +0800
  • 0b6fd3111b update javassist version to 3.28.0-GA yuna-rin-k 2021-11-23 21:09:52 +0900
  • 9ed0e1b486 add mission groupId in pom.xml. 王伦辉 2021-10-31 21:14:02 +0800
  • 91d998ee11 merge cardid-zz 2021-09-20 12:16:50 +0700
  • c10134021f Don't clear isCommitStateDirty flag in setReadOnly Taeho Kim 2021-09-07 21:42:41 +0900
  • b5a77293ab Remove redundant explicit imports kth496 2021-09-01 02:33:58 +0900
  • 97d8bdac28 Update SQLExceptionOverride to not evict SQLTimeoutException Chris Van de Velde 2021-08-27 18:02:22 +1000
  • 9fbc4eb27c Merge branch 'mssql_timeout_handling' of https://github.com/CVdV-au/HikariCP into mssql_timeout_handling Chris Van de Velde 2021-08-20 23:20:57 +1000
  • a9ae050c93 Refactored to use driver name to identify ms-sql Chris Van de Velde 2021-08-20 23:18:52 +1000
  • d692f0e033 support loading properties file in unnamed resources module. Zhou Yang 2021-08-11 00:05:49 +0800
  • d78837fa42
    Allow configuring explicit driver class loader Tim Jacomb 2021-08-10 08:41:04 +0100
  • 30d90e49d2
    Allow for possibility sqlState could be null CVdV-au 2021-08-10 08:50:30 +1000
  • 8aa1dc978e Include errorCode Chris Van de Velde 2021-08-06 20:41:44 +1000
  • 251667453a SQLTimeoutException only drop connection for MSSQL Chris Van de Velde 2021-08-06 20:11:13 +1000
  • ed2da5f1f4 Fix idle timeout tests, sleep too tight to idle threshold. (+1 squashed commit) Squashed commits: [4844f9e1] Fix idle timeout tests, sleep too tight to idle threshold. (+8 squashed commits) Squashed commits: [e0ec6b7f] Fix idle timeout tests, sleep too tight to idle threshold. [c40a690d] Fix idle timeout tests, sleep too tight to idle threshold. [7a0a1560] Synchronize idleTimeout manipulation methods [bab9f648] Fix idle timeout tests, sleep too tight to idle threshold. [4ee5259b] Add missing ) character in message [e9d49fc2] Enable debug logging for tests. [89c1ab45] Fix idle timeout tests, sleep too tight to idle threshold. [aa06bb85] Simplify pool entry last-accessed time handling. Brett Wooldridge 2021-08-05 05:37:31 +0900
  • 38ce5d380f
    Fix #1818 Add system property for minimum login timeout, regardless of the connectionTimeout Kwangyong Kim 2021-08-02 23:33:15 +0900
  • 8f254ae32b
    Update CHANGES Brett Wooldridge 2021-07-15 05:04:13 +0900
  • 3ce565bc87
    Update README.md Brett Wooldridge 2021-07-15 00:47:17 +0900
  • f238bd044e
    Update PostgreSQL driver Lars Næsbye Christensen 2021-07-14 14:25:45 +0200
  • d2c0d49f8a [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2021-07-14 11:40:41 +0900
  • 9bf0275c93 [maven-release-plugin] prepare release HikariCP-5.0.0 HikariCP-5.0.0 Brett Wooldridge 2021-07-14 11:40:22 +0900
  • 8329f82c1e
    Update .travis.yml Brett Wooldridge 2021-07-14 06:02:23 +0900
  • eb2eb62d14
    Update pom.xml Brett Wooldridge 2021-07-14 05:52:29 +0900
  • 9b314dc5b9
    Update .travis.yml Brett Wooldridge 2021-07-14 05:46:48 +0900