Commit Graph

  • 643bfab36e Make generated proxy class final Yanming Zhou 2020-09-23 17:00:07 +0800
  • ed4f023e39 Remove error log for pool initialization exception Jeff Fang 2020-09-22 10:51:48 -0700
  • ffda5115ea Changed ProxyLeakTask to log current stack trace for thread holding the connection instead of entry point of the transaction Paweł Malon 2020-09-14 11:26:47 +0200
  • c476039a26
    Updates "You're [probably] doing it wrong." image to point to the article. Ajay Sharma 2020-08-26 13:53:14 -0700
  • 07e9fac031 HikariCP源码 沈燕明 2020-08-25 09:43:30 +0800
  • c993ef0992
    Delete eclipse.code.format.xml Brett Wooldridge 2020-08-17 15:18:19 +0900
  • 05c685624f
    Delete TODO.md Brett Wooldridge 2020-08-17 15:17:56 +0900
  • 9c52fc5560 Due to change in JDK-11 and later in ThreadPoolExecutor.java, setMaximumPoolSize needs to be done before setCorePoolSize, the current implementation throws IllegalArgumentException and hence prefilling of connections by setting com.zaxxer.hikari.blockUntilFilled is broken. rampr_000 2020-06-21 17:50:03 -0700
  • ae89f4c9a5
    Add OpenTracingMetricsTracker Tobias Bahls 2020-06-09 16:39:23 +0200
  • 115ba326b0
    Don't automatically record "connection acquired" on timeouts Tobias Bahls 2020-06-09 16:35:21 +0200
  • 34c794c999
    Add recordConnectionRequest to IMetricsTracker Tobias Bahls 2020-06-08 09:32:29 +0200
  • ad29a14f5e
    Make sure isConnectionAlive doesn't log for closed connections Lőrinc Pap 2020-06-02 23:37:22 +0200
  • 6d5c20e8d8 Set mac pool size before setting core pool size - jdk 11 bug Ramesh Pachanady 2020-05-31 13:13:30 -0700
  • c7eee64b30
    Fix setNetworkTimeout throwing during isConnectionAlive Lőrinc Pap 2020-05-29 14:17:09 +0200
  • eaa9850adf
    Add failing test to validate setNetworkTimeout throwing during isConnectionAlive Lőrinc Pap 2020-05-29 14:13:49 +0200
  • 7dc47bf9cf Clarify javadoc of HikariConfig.setPoolName Thomas Aregger 2020-05-27 11:18:29 +0200
  • fda346d0f6
    update to hibernate.core release 5.4.16.Final and use its module name Prashant Bhat 2020-05-21 18:57:21 +0800
  • 2cb738badb
    #1582: update module-info to mark optional dependencies as 'static' Prashant Bhat 2020-05-18 12:32:56 +0800
  • cd7b9b93b8 Simplified build of multi-release JAR. Gili Tzabari 2020-05-15 14:55:05 -0400
  • e18d95c51e Handle short in PropertyElf Michał Pachucki 2020-05-11 11:46:28 +0200
  • 8a28f6ebb3 Use two JDKs on travis-ci (+8 squashed commits) Brett Wooldridge 2020-05-09 18:26:23 +0900
  • a19b2bff85
    Document minium value for maxLifetime property (#1579) Jan Mewes 2020-05-09 11:12:20 +0200
  • ddbb65596b Document minium value for maxLifetime property Jan Mewes 2020-05-08 19:57:02 +0200
  • e60e605c2c
    Update README.md Brett Wooldridge 2020-05-09 00:48:27 +0900
  • e220168fd7
    Update CHANGES Brett Wooldridge 2020-05-09 00:47:57 +0900
  • cdf9dbf38a [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2020-05-09 00:35:14 +0900
  • ffd528dbd2 generate proxies with Java 1.8 HikariCP-3.4.5 Brett Wooldridge 2020-05-09 00:33:09 +0900
  • 29988f2543 generate proxies with Java 1.8 Brett Wooldridge 2020-05-09 00:27:43 +0900
  • c8d3937c80
    Update CHANGES Brett Wooldridge 2020-05-08 13:44:36 +0900
  • 4347edcca5
    Update README.md Brett Wooldridge 2020-05-08 13:40:42 +0900
  • 38c5b8b7f5 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2020-05-08 13:31:23 +0900
  • 6ee9c7540e [maven-release-plugin] prepare release HikariCP-3.4.4 HikariCP-3.4.4 Brett Wooldridge 2020-05-08 13:31:12 +0900
  • 1d05b0ec67
    Added missing dependencies (#1577) Gili Tzabari 2020-05-08 00:24:45 -0400
  • 095318294a Removed unused classpath entry. Gili Tzabari 2020-05-07 14:28:42 -0400
  • f1e06aeaf9 Ant needs to be told which dependencies go on the classpath and modulepath. Gili Tzabari 2020-05-07 14:02:33 -0400
  • b50554fe97 Added missing dependencies. Gili Tzabari 2020-05-07 10:44:55 -0400
  • 2cb6381930 Remove java11 artifact classifier Brett Wooldridge 2020-05-07 21:01:10 +0900
  • f6fd47b945 Force inclusion of META-INF/versions directory in jar. Brett Wooldridge 2020-05-07 20:19:21 +0900
  • d9ee5fab69 Renamed Java9 artifact to Java11. Gili Tzabari 2020-05-05 10:06:08 -0400
  • aaf4d3a59e Added module-info.java for Java9 Gili Tzabari 2020-04-30 17:02:38 -0400
  • 0dbba4bfe8
    Update README.md Brett Wooldridge 2020-04-26 02:29:45 +0900
  • 1e35af8f9f [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2020-04-26 02:22:28 +0900
  • 56a158ea42 [maven-release-plugin] prepare release HikariCP-3.4.3 HikariCP-3.4.3 Brett Wooldridge 2020-04-26 02:22:17 +0900
  • 87ae31e5f6 Upgrade docker plugin. Brett Wooldridge 2020-04-26 01:07:40 +0900
  • f7579ac203
    Update CHANGES Brett Wooldridge 2020-04-25 23:15:52 +0900
  • 009a7013cf Qualify yield() method as Thread.yield() (IDE warning for Java 14+), and add threadlocal removal attempt to bag item removal. Brett Wooldridge 2020-04-25 21:22:21 +0900
  • 8df41bf748 Additional logging. Brett Wooldridge 2020-04-25 21:21:10 +0900
  • fe29962233 When blocking initialization is specified, use a minimum of 16 connection creation threads. Brett Wooldridge 2020-04-25 19:28:12 +0900
  • 66a224ac09
    Fix a semantic issue with a sentence Kaartic Sivaraam 2020-03-18 19:38:24 +0530
  • 3c284b2c1c chore: fix driver properties issue with only String values Maksym Basiuk 2020-03-18 09:58:38 +0200
  • d03c0adca2 Fix typo in documentation from 'used' to 'use'. Caleb Larsen 2020-03-11 12:20:17 -0500
  • 7c12ef2268 refactor whatever 2020-03-05 20:25:51 +0700
  • 4f6434a35d add onException to SQLExceptionOverride cardid-zz 2020-03-02 21:46:57 +0700
  • 35737aaad4 Add maven wrapper for version 3.3.9 khansuhel 2020-02-23 11:29:11 +0530
  • a51e6a07e8 Fixes #1489 allow specification of a user supplied exception eviction override class Brett Wooldridge 2020-02-03 23:17:00 +0900
  • 76fc5d64d2 maven compiler plugin 3.8.1 (#1520) sullis 2020-01-21 07:14:47 -0800
  • 1f5abf3387 mockito 3.2.4 (#1519) sullis 2020-01-21 07:14:26 -0800
  • f2c5e6e2e7 Upgrade Micrometer to version 1.3.2 (#1510) Sam 2020-01-21 15:13:55 +0000
  • aeebbdf54a Fixes #1534 check resultSet.getStatement() for null in ProxyDatabaseMetaData. Brett Wooldridge 2020-01-22 00:12:45 +0900
  • e08bab9921 Make final per PR feedback Steve West 2020-01-13 16:37:08 -0700
  • 0d2531a939
    Update README.md Brett Wooldridge 2020-01-10 00:18:34 +0900
  • 7870f7dd25 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2020-01-10 00:08:54 +0900
  • ab2f7209cd [maven-release-plugin] prepare release HikariCP-3.4.2 HikariCP-3.4.2 Brett Wooldridge 2020-01-10 00:08:19 +0900
  • 330e64e361 Fixes #1528 regression in fail fast handling. Brett Wooldridge 2020-01-10 00:03:14 +0900
  • 93c7178012 Fixes #1528 regression in fail fast handling. Brett Wooldridge 2020-01-09 23:59:47 +0900
  • 681b1e1af1
    Delete ISSUE_TEMPLATE.md Brett Wooldridge 2020-01-06 16:30:18 +0900
  • e3e6534930
    Update Welcome-To-The-Jungle.md Brett Wooldridge 2019-12-28 03:23:43 +0900
  • 3a933cd599
    Update Welcome-To-The-Jungle.md Brett Wooldridge 2019-12-28 01:54:33 +0900
  • 064907c045 maven compiler plugin 3.8.1 Sean C. Sullivan 2019-12-21 17:24:53 -0800
  • 9d654f703e mockito 3.2.4 Sean C. Sullivan 2019-12-21 17:20:06 -0800
  • 73524964c7 Upgrade Micrometer to version 1.3.2 jiahao.lin 2019-12-06 21:55:36 +0000
  • 3ff94b4464 Support configuring when to evict based on SQL exceptions, states, codes Steve West 2019-12-04 16:02:31 -0700
  • f445337b2b Remove isolation name Emil Orvik Kollstrøm 2019-12-02 09:57:18 +0100
  • 396ce34750 Add transaction isolation enum test Emil Orvik Kollstrøm 2019-12-02 09:57:02 +0100
  • 539b5bd4cf Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev luke 2019-11-05 22:56:34 +0800
  • 55c6aacb42
    Removed static being redundant Surendra Singh 2019-11-03 23:12:50 +0530
  • b4c64c71b6 Add setTransactionLevel override with IsolationLevel enum kollstrom 2019-10-29 13:20:43 +0100
  • 1640a99d09 Add name to IsolationLevel enum kollstrom 2019-10-29 13:20:28 +0100
  • 6a4c4a3684 update fix for AddConnectionExecutorTest liulang 2019-10-19 17:27:49 +0800
  • b230ad2e52 Store timestamp with lastConnectionFailure to wrap old (10x of timeout) connection exceptions with additional information to make logs more related to reality. nkey 2019-10-18 18:23:13 +0300
  • b86a62d3e6 Upgrade Micrometer to version 1.0.11 Etienne Dysli Metref 2019-10-14 14:36:56 +0200
  • 7aa70ecbfd Prevent PrometheusHistogramMetricsTracker from registering metrics twice Etienne Dysli Metref 2019-10-14 11:03:23 +0200
  • 3cb9bb6b7a Port improvements from #1331 to PrometheusHistogramMetricsTrackerFactory Etienne Dysli Metref 2019-10-14 10:33:38 +0200
  • 208e0200a3 Copy 2 tests to PrometheusHistogramMetricsTrackerTest Etienne Dysli Metref 2019-10-11 16:50:59 +0200
  • ceb44c35c5 Remove unused import from PrometheusMetricsTrackerFactoryTest Etienne Dysli Metref 2019-10-11 15:53:37 +0200
  • f6c4114af0 Reformat PrometheusHistogramMetricsTrackerFactory Etienne Dysli Metref 2019-10-11 15:43:10 +0200
  • 9a77a4f347 Reformat PrometheusHistogramMetricsTrackerFactoryTest Etienne Dysli Metref 2019-10-11 15:30:50 +0200
  • a89e69d34e Test that PrometheusHistogramMetricsTracker doesn't register metrics twice Etienne Dysli Metref 2019-10-11 13:55:00 +0200
  • c112f79973 fix typo liulang 2019-10-02 00:13:34 +0800
  • 396896b471
    Update README.md Brett Wooldridge 2019-09-18 23:52:38 +0900
  • 74343c0d60
    Update CHANGES Brett Wooldridge 2019-09-18 23:26:26 +0900
  • 9a1b141d50
    Update CHANGES Brett Wooldridge 2019-09-18 23:25:05 +0900
  • 02f9f9b5d8 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2019-09-18 23:16:38 +0900
  • 98181e8225 [maven-release-plugin] prepare release HikariCP-3.4.1 HikariCP-3.4.1 Brett Wooldridge 2019-09-18 23:16:28 +0900
  • f5b650bb7a Fix regression caused by #1337 Brett Wooldridge 2019-09-18 23:12:20 +0900
  • bdb756e9f8 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2019-09-17 00:29:46 +0900
  • a7afebc6b0 [maven-release-plugin] prepare release HikariCP-3.4.0 HikariCP-3.4.0 Brett Wooldridge 2019-09-17 00:29:37 +0900
  • 109b910fbf Prepare for release. Brett Wooldridge 2019-09-16 22:53:53 +0900
  • c953243af3 Add proxy class for java.sql.DatabaseMetaData. Brett Wooldridge 2019-09-16 22:52:18 +0900
  • f51af54e82 Make HikariConfig able to retrieve passwords dynamically from a password supplier (#1196) Alejandro Abdelnur 2019-09-03 14:40:39 -0700