Brett Wooldridge
a31c2df6b7
Fixed #361 Merge branch '2.3.x' into dev
10 years ago
Brett Wooldridge
cdfd91d8c8
Merge pull request #362 from schlosna/bugfix/2.3.x/NPE-on-close
...
[2.3.x] Ensure closed connections returned to pool
10 years ago
David Schlosnagle
5323c1adbb
Move internal private method, make statement final
...
Address code review comments
10 years ago
Brett Wooldridge
82536c0fe6
Make ResultSet.getStatement() return the StatementProxy instead of the delegate.
10 years ago
David Schlosnagle
e19c687443
Ensure closed connections returned to pool
...
If an exception occurs while closing a connection's open statements
(e.g. NullPointerException due to concurrent close of statement with
connection), the connection was not returned to the pool.
We now check for this possibility and ensure the connection is returned
to the pool.
10 years ago
Brett Wooldridge
a4d1156d08
Fixed #359 allow altering the username/password through JMX at runtime. See javadoc for HikariConfigMXBean.
10 years ago
Brett Wooldridge
020ae04e06
Update README.md
10 years ago
Brett Wooldridge
aab1afd036
Update README.md
10 years ago
Brett Wooldridge
9e4466776d
Minor cleanup.
10 years ago
Brett Wooldridge
ec83cc88b1
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
5adf46c148
[maven-release-plugin] prepare release HikariCP-2.4.0
10 years ago
Brett Wooldridge
62ec9cd5f2
Javadoc fixes.
10 years ago
Brett Wooldridge
7a5ff187a8
Prepare for release.
10 years ago
Brett Wooldridge
89d3ed089e
Update README.md
10 years ago
Brett Wooldridge
0c6d6b65f2
Update README.md
10 years ago
Brett Wooldridge
b0b53dc607
Minor logging tweaks.
10 years ago
Brett Wooldridge
428e2b56c8
Fix #354 always set previous timestamp
10 years ago
Brett Wooldridge
8c87b1570e
Merge pull request #355 from Shredder121/patch-2
...
Typo in Dijkstra
10 years ago
Ruben Dijkstra
efa5d0533e
Typo in Dijkstra
...
Hilariously, I saw this typo in 'Dijkstra'.
I think I know how to write that name.
10 years ago
Brett Wooldridge
384667e2a0
Add more information to logging of broken connections discovered in the proxy path.
10 years ago
Brett Wooldridge
234d213cef
Minor cleanup.
10 years ago
Brett Wooldridge
21ce05a962
Efficient debug logging for state resets.
10 years ago
Brett Wooldridge
256fe1d4bd
Logging consistency
10 years ago
Brett Wooldridge
9c7581d48d
Fix #346 handle closing (possible) ResultSet in a better way.
10 years ago
Brett Wooldridge
18320f2e4c
Further normalise logging.
10 years ago
Brett Wooldridge
b857c83bd1
Further normalise logging.
10 years ago
Brett Wooldridge
a4e4e00788
Merge pull request #345 from Shredder121/test-property-files
...
Fix resolving property files
10 years ago
Ruben Dijkstra
2498612194
Fix resolving property files
10 years ago
Brett Wooldridge
65adba0541
Fix bug where at pool shutdown we erroneously shutdown a shared ScheduledExecutorService
10 years ago
Brett Wooldridge
4aa4a0330f
Update .travis.yml
10 years ago
Brett Wooldridge
22e7af1613
Use container infrastrucure
10 years ago
Brett Wooldridge
de5250ed53
Use container infrastrucure
10 years ago
Brett Wooldridge
f063801c48
Minor logging cleanup.
10 years ago
Brett Wooldridge
251d01f70a
Somewhere along the line clear got dropped. Reinstate it.
10 years ago
Brett Wooldridge
120744049f
Logging format changes.
10 years ago
Brett Wooldridge
7ad373ab2f
Logging useful to troubleshoot slow pool cycling.
10 years ago
Brett Wooldridge
ada15b63d6
Logging useful to troubleshoot slow pool cycling.
10 years ago
Brett Wooldridge
c87c002ceb
Performance tweak
10 years ago
Brett Wooldridge
71dd59a3cd
Update README.md
10 years ago
Brett Wooldridge
bea6e36968
Update README.md
10 years ago
Brett Wooldridge
7d8d0c0c5a
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
26b343b465
[maven-release-plugin] prepare release HikariCP-2.3.9
10 years ago
Brett Wooldridge
f45cafad7f
Updated changes log for 2.3.9 release
10 years ago
Brett Wooldridge
0d245bf1f8
Fix #338 duplicate SQLState from cause into our SQLTimeoutException
10 years ago
Brett Wooldridge
73cf8d0b13
Cleanup
10 years ago
Brett Wooldridge
4f5abd1318
Remove runtime dependencies on Codahale and generally make things a bit cleaner.
10 years ago
Brett Wooldridge
18b9f8c1b6
Formatting
10 years ago
Brett Wooldridge
4eb7874690
Merge pull request #331 from arthurdandrea/dev
...
Allow the use of a user provided MetricsTracker
10 years ago
Brett Wooldridge
2072e17da2
Fix #339 correct example
10 years ago
Brett Wooldridge
896ccd9ec9
Fix #339 correct example
10 years ago