Commit Graph

2924 Commits (22eb91b9c13d6199b900a469c56225657e76dabc)
 

Author SHA1 Message Date
Hidde Wieringa 22eb91b9c1
Support parsing `Duration` values in `PropertyElf` ()
* Add test for new property parsing

* Add implementation

* Add changelog item
Brett Wooldridge 84212307e4
suppress IDE warning
Brett Wooldridge f54241ba87
Update README, minor code cleanup.
Brett Wooldridge 8dd2535de9
increase keepaliveTime variance
Brett Wooldridge ffdb8106bc
Update README.md
Brett Wooldridge 4819439d2d
Update README.md
Brett Wooldridge 4e022fdad6
[maven-release-plugin] prepare for next development iteration
Brett Wooldridge 1d517a9983
[maven-release-plugin] prepare release HikariCP-6.2.1
Brett Wooldridge be6594a7fc
assign default keepaliveTime of 2 minutes
Brett Wooldridge 1836e3fa6d
add test scope to commons-compress dependency
Brett Wooldridge c16694686b
Update README.md
Brett Wooldridge 7de262fdc4
[maven-release-plugin] prepare for next development iteration
Brett Wooldridge c6b5eea8aa
[maven-release-plugin] prepare release HikariCP-6.2.0
Brett Wooldridge 14f2c6e037
update release version
Brett Wooldridge d32e26eb87
Update CHANGES
Brett Wooldridge 5df12d6812
Update README.md
Brett Wooldridge ec6891a08e
Expand/improve SQLExceptionOverride handling flexibility
imjuju c7cf4b3616
Do not treat a SQLTimeoutException as an evictable offense ()
Submitters of  and  take note. HikariCP will no longer evict connections due to encountering ``SQLTimeoutException``. If you need to "restore" this behavior consult the pool properties ``exceptionOverride`` or ``exceptionOverrideClassName``.
Brett Wooldridge 039942b22f
Update README.md
Brett Wooldridge 1695eb5012
Update README.md
Brett Wooldridge b9690a06ad
Update README.md
Brett Wooldridge d20e5475ae
upgrade commons-compress dependency due to security vulnerability (test scope only)
Brett Wooldridge 705a997f70
upgrade commons-csv dependency
Brett Wooldridge 60a463763c
Logging changes
Brett Wooldridge 00e9d3cf79
[maven-release-plugin] prepare for next development iteration
Brett Wooldridge 702959323d
[maven-release-plugin] prepare release HikariCP-6.1.0
Brett Wooldridge 13c570ceab
Update changes log
Taeho Kim 004671d826
Don't clear isCommitStateDirty flag in setReadOnly ()
When autoCommit is false, if setReadOnly is called after some queries, then closing the connection leads to dirty (transaction opened) connection being reused.
Brett Wooldridge 9f9175195e
Update semantic version
Brett Wooldridge 55ddba049d
Update CHANGES
Zhou Yang 662847bd76
support loading properties file in unnamed resources module. ()
Brett Wooldridge 64f96f350c
Update CHANGES
Brett Wooldridge c6d1403e55
fixes#1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction
Brett Wooldridge f6efe91bd1
Merge branch 'wholesail-dropwizard5-metrics' into dev
Brett Wooldridge fb49f355db
Merge branch 'dropwizard5-metrics' of https://github.com/wholesail/HikariCP into wholesail-dropwizard5-metrics
Hasan Hajjiri 84a140ca45
feat: supports metrics exemplars ()
Chris Hill 8f9c0b5935
Add uuid to identify connection timings ()
* Adding unique identifier for connection establishment start and stop debug timings.

* Fix to print both variables
Tobias Wittmann a43eecdbb3
add copyright information to pom.xml ()
Co-authored-by: TWI <audi-connect@msg.group>
qxo e945214ec4
feat: threadName separator from whitespace to :/- ()
thredName should not have whitespace
In most logging layout.ConversionPattern whitespace was a field separator,
so if the thredName with whitespace, then the fields was not fixed it's not friendly for logging sort , ie: sort -rnk $N
Yanming Zhou e58966bc09
Fix inconsistency between `isWrapperFor` and `unwrap` ()
Closes GH-2237
GradedJestRisk 39385b943f
doc: replace connexion pool size by database connexion to avoid confusion ()
Yanming Zhou 4bc96d16c2
Improve JavassistProxyFactory ()
1. use `"target" + File.separator + "classes"` instead of `"target/classes"`
2. print target directory
Yanming Zhou aa1e138fbd
Fix the wrong configuration name in Javadoc and rename variable ()
Brett Wooldridge 28f81da440
change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips
Brett Wooldridge 604d7d5838
Update README.md
Brett Wooldridge 80d30d34c9 [maven-release-plugin] prepare for next development iteration
Brett Wooldridge 7c74fd389a [maven-release-plugin] prepare release HikariCP-6.0.0
Brett Wooldridge 7cacd0f4b5 Switch publishing plugin to nexus.
Brett Wooldridge 9b38eb478a update publish info
Brett Wooldridge 1dfe77f117 update scm url