luozongle01
a28b6ec81d
Add license headers ( #2271 )
...
Thanks.
2 months ago
Brett Wooldridge
9fa66d1f54
minor code cleanup
2 months ago
Brett Wooldridge
1164493ad4
Update README.md
2 months ago
Brett Wooldridge
5578fe9d3c
update CHANGES
2 months ago
Brett Wooldridge
6c5e2c323f
update CHANGES
2 months ago
Brett Wooldridge
b320aa88c6
fix PropertyElf after merging 2266
2 months ago
Hidde Wieringa
22eb91b9c1
Support parsing `Duration` values in `PropertyElf` ( #2266 )
...
* Add test for new property parsing
* Add implementation
* Add changelog item
2 months ago
Brett Wooldridge
84212307e4
suppress IDE warning
2 months ago
Brett Wooldridge
f54241ba87
Update README, minor code cleanup.
2 months ago
Brett Wooldridge
8dd2535de9
increase keepaliveTime variance
2 months ago
Brett Wooldridge
ffdb8106bc
Update README.md
2 months ago
Brett Wooldridge
4819439d2d
Update README.md
2 months ago
Brett Wooldridge
4e022fdad6
[maven-release-plugin] prepare for next development iteration
2 months ago
Brett Wooldridge
1d517a9983
[maven-release-plugin] prepare release HikariCP-6.2.1
2 months ago
Brett Wooldridge
be6594a7fc
assign default keepaliveTime of 2 minutes
2 months ago
Brett Wooldridge
1836e3fa6d
add test scope to commons-compress dependency
2 months ago
Brett Wooldridge
c16694686b
Update README.md
3 months ago
Brett Wooldridge
7de262fdc4
[maven-release-plugin] prepare for next development iteration
3 months ago
Brett Wooldridge
c6b5eea8aa
[maven-release-plugin] prepare release HikariCP-6.2.0
3 months ago
Brett Wooldridge
14f2c6e037
update release version
3 months ago
Brett Wooldridge
d32e26eb87
Update CHANGES
3 months ago
Brett Wooldridge
5df12d6812
Update README.md
3 months ago
Brett Wooldridge
ec6891a08e
Expand/improve SQLExceptionOverride handling flexibility
3 months ago
imjuju
c7cf4b3616
Do not treat a SQLTimeoutException as an evictable offense ( #2238 )
...
Submitters of #1308 and #1631 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``.
3 months ago
Brett Wooldridge
039942b22f
Update README.md
3 months ago
Brett Wooldridge
1695eb5012
Update README.md
3 months ago
Brett Wooldridge
b9690a06ad
Update README.md
3 months ago
Brett Wooldridge
d20e5475ae
upgrade commons-compress dependency due to security vulnerability (test scope only)
3 months ago
Brett Wooldridge
705a997f70
upgrade commons-csv dependency
3 months ago
Brett Wooldridge
60a463763c
Logging changes
3 months ago
Brett Wooldridge
00e9d3cf79
[maven-release-plugin] prepare for next development iteration
3 months ago
Brett Wooldridge
702959323d
[maven-release-plugin] prepare release HikariCP-6.1.0
3 months ago
Brett Wooldridge
13c570ceab
Update changes log
3 months ago
Taeho Kim
004671d826
Don't clear isCommitStateDirty flag in setReadOnly ( #1842 )
...
When autoCommit is false, if setReadOnly is called after some queries, then closing the connection leads to dirty (transaction opened) connection being reused.
3 months ago
Brett Wooldridge
9f9175195e
Update semantic version
3 months ago
Brett Wooldridge
55ddba049d
Update CHANGES
3 months ago
Zhou Yang
662847bd76
support loading properties file in unnamed resources module. ( #1827 )
3 months ago
Brett Wooldridge
64f96f350c
Update CHANGES
3 months ago
Brett Wooldridge
c6d1403e55
fixes#1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction
3 months ago
Brett Wooldridge
f6efe91bd1
Merge branch 'wholesail-dropwizard5-metrics' into dev
3 months ago
Brett Wooldridge
fb49f355db
Merge branch 'dropwizard5-metrics' of https://github.com/wholesail/HikariCP into wholesail-dropwizard5-metrics
3 months ago
Hasan Hajjiri
84a140ca45
feat: supports metrics exemplars ( #2160 )
3 months ago
Chris Hill
8f9c0b5935
Add uuid to identify connection timings ( #1992 )
...
* Adding unique identifier for connection establishment start and stop debug timings.
* Fix to print both variables
3 months ago
Tobias Wittmann
a43eecdbb3
add copyright information to pom.xml ( #2032 )
...
Co-authored-by: TWI <audi-connect@msg.group>
3 months ago
qxo
e945214ec4
feat: threadName separator from whitespace to :/- ( #2065 )
...
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
3 months ago
Yanming Zhou
e58966bc09
Fix inconsistency between `isWrapperFor` and `unwrap` ( #2243 )
...
Closes GH-2237
3 months ago
GradedJestRisk
39385b943f
doc: replace connexion pool size by database connexion to avoid confusion ( #2251 )
3 months ago
Yanming Zhou
4bc96d16c2
Improve JavassistProxyFactory ( #2244 )
...
1. use `"target" + File.separator + "classes"` instead of `"target/classes"`
2. print target directory
3 months ago
Yanming Zhou
aa1e138fbd
Fix the wrong configuration name in Javadoc and rename variable ( #2248 )
3 months ago
Brett Wooldridge
28f81da440
change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips
3 months ago