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
Brett Wooldridge
604d7d5838
Update README.md
4 months ago
Brett Wooldridge
80d30d34c9
[maven-release-plugin] prepare for next development iteration
4 months ago
Brett Wooldridge
7c74fd389a
[maven-release-plugin] prepare release HikariCP-6.0.0
4 months ago
Brett Wooldridge
7cacd0f4b5
Switch publishing plugin to nexus.
4 months ago
Brett Wooldridge
9b38eb478a
update publish info
4 months ago
Brett Wooldridge
1dfe77f117
update scm url
4 months ago
Brett Wooldridge
7e92ebbb52
use postgresql 16 for unit tests
4 months ago
Brett Wooldridge
b790dff09b
Upgrade maven plugin.
4 months ago
Brett Wooldridge
1c13fcd7cd
Fix JavaDoc error, self-closing tags not allowed.
4 months ago
Brett Wooldridge
a31a988fa0
Prepare for 6.0.0 release
4 months ago
Brett Wooldridge
d54418061f
"merged" #2126 Added Support For beginRequest and endRequest (new version)
4 months ago
Yanming Zhou
8053e39996
Create SQLExceptionOverride instance when exceptionOverrideClassName loaded ( #2133 )
...
Before this commit, exceptionOverrideClass may be loaded by different ClassLoader, and two instances are created but only the latter one is used. This commit make sure the class will only loaded once and only one instance is created.
Fix GH-2124
Fix GH-2171
4 months ago
Yanming Zhou
82c82adfda
Skip Connection::setNetworkTimeout if PoolBase::shutdownNetworkTimeoutExecutor is called ( #2147 )
...
Fix GH-2130
4 months ago
Carl Mastrangelo
4f6b295e14
Make Savepoint rollbacks mark the connection dirty ( #2149 )
...
Addresses https://github.com/brettwooldridge/HikariCP/issues/2142
4 months ago
Thomas Aregger
a671b6e24d
Close connections marked as evicted instead of returning them to the pool ( #2157 )
4 months ago
Brett Wooldridge
aeabea98b7
cherry-picked changes from pull request #2166
4 months ago
benapple
d43c272f3f
add support to get and set db credentials in an atomic operation ( #2189 )
4 months ago
Yanming Zhou
1d173513be
Eliminate network call if state get is called after set ( #2199 )
...
Fix GH-2198
4 months ago
VJ
b3e6d23dc5
Consistent handling of errorCode and sqlState in timeout exception ( #2226 )
...
Co-authored-by: the-vj <one.vallu@gmail.com>
4 months ago
Brett Wooldridge
debc723d72
Prepare for 5.2.0 release.
4 months ago
Brett Wooldridge
7ec98c3ee2
Minor debug logging change.
4 months ago
Brett Wooldridge
f601340304
Minor debug logging change.
4 months ago
James Christian
0a6ccdb334
Only log 'Connection not added' when connection not added
1 year ago
Björn Darri Sigurðsson
3990d259a1
Fixes #2152
...
Duplicate connection in try with resources clause caused close() being called twice on each connection.
1 year ago
Leo Bayer
b40e684208
Fixes #2138 add gpg keys
1 year ago