Dimitrios Liapis
7542f02500
Changing the documented jConnect Sybase Driver to an implementation that works
...
The jConnect Driver (as of version 7.0) has two package implementations for the Driver: 1) com.sybase.jdbcx.SybDataSource and 2) com.sybase.jdbc4.jdbc.SybDataSource .
If 1) is used then an exception is thrown from the HikariCP since it's looking for a default constructor that is not there.
Switching to 2) the driver starts up successfully and it's fully operational, therefore I'm changing this documentation line to reflect that.
ps. HikariCP version 2.3.8 as advised since jdk8
thanks,
Dimitrios
10 years ago
Brett Wooldridge
46669f70d0
Merge improved close connection debug logging into 2.3.x branch.
10 years ago
Brett Wooldridge
7caebb13a2
Fixes #318 add check to avoid instantiation of mbean server in the case that registration is disabled.
10 years ago
Brett Wooldridge
fde1885a2a
Update version
10 years ago
Brett Wooldridge
162e71862c
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
6ac180b91d
[maven-release-plugin] prepare release HikariCP-2.3.8
10 years ago
Brett Wooldridge
844d759cf3
Updated changes log
10 years ago
Brett Wooldridge
eadf8d1911
Fixes #227 Rollback to Javassist 3.18.2-GA
10 years ago
Brett Wooldridge
d4e426ba48
Fixes #229 suppress debug log at shutdown
10 years ago
Brett Wooldridge
641b90350e
Update README.md
10 years ago
Brett Wooldridge
ea52a962fe
Update release version
10 years ago
Brett Wooldridge
9591e6b46b
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
91990500d1
[maven-release-plugin] prepare release HikariCP-2.3.7
10 years ago
Brett Wooldridge
b6a08c1d99
Update change log.
10 years ago
Brett Wooldridge
11aab3db51
Escew fastpath if there are pending threads waiting to avoid starvation of those threads.
10 years ago
Brett Wooldridge
43910e61df
A race condition was observed under high load when a lot of connections expire at the same time, causing the pool to spike unnecessarily high.
10 years ago
Brett Wooldridge
04a2234fec
Fix invalid JNDI test
10 years ago
Brett Wooldridge
20f47c337b
Allow a specifically set DataSource to override other settings. Also, in the case of a driver-based config, we were not initialising the network timeout executor property.
10 years ago
Brett Wooldridge
fc23bccf01
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
10 years ago
Brett Wooldridge
9c80913d1f
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
10 years ago
Brett Wooldridge
d781db4288
Update README.md
10 years ago
Brett Wooldridge
16e5b0710d
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
9c6ac4121d
[maven-release-plugin] prepare release HikariCP-2.3.6
10 years ago
Brett Wooldridge
4dd509309b
Update CHANGES
10 years ago
Brett Wooldridge
400d9327a2
Update CHANGES
10 years ago
Brett Wooldridge
d10e953b02
Updated dependency
10 years ago
Brett Wooldridge
92762e0288
Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x
10 years ago
Brett Wooldridge
cd457367f7
Fix #289 fixed issue where a connection that was checked-out, never used for longer than the DB connection timeout, and then returned to the pool could bypass the aliveness check and be given to another caller of getConnection().
10 years ago
Brett Wooldridge
bd0ca3c1e5
Update issue stats badge
10 years ago
Brett Wooldridge
1cb7de0be7
Update README.md
10 years ago
Brett Wooldridge
6d8bfdb5ea
Updates changes log.
10 years ago
Brett Wooldridge
c94a20e187
Comment #289 Hasten garbage collection of Connections after close
10 years ago
Brett Wooldridge
bd394606cf
Comment #289 Hasten garbage collection of Connections after close
10 years ago
Brett Wooldridge
c457ca060b
Update README.md
10 years ago
Brett Wooldridge
76f80fd51f
Fix #288 allow explicit definition of driverClassName to override DriverManager.getDriver(url) located driver.
10 years ago
Brett Wooldridge
4faae6b8df
Mark scope as 'test'
10 years ago
Brett Wooldridge
7ed3d9c419
Update README.md
10 years ago
Brett Wooldridge
3355525e9a
Update CHANGES
10 years ago
Brett Wooldridge
e6936bf0d2
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
0cbe6de51b
[maven-release-plugin] prepare release HikariCP-2.3.5
10 years ago
Brett Wooldridge
2cabded7f4
Fix #286 fix regression in Dropwizard runtime dependency
10 years ago
Brett Wooldridge
b6a3f3d346
Update README.md
10 years ago
Brett Wooldridge
d3cfa6cc31
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
7f574415f2
[maven-release-plugin] prepare release HikariCP-2.3.4
10 years ago
Brett Wooldridge
e68bb6e833
Adjust the leak task stacktrace to eliminate HikariCP from the leak stacktrace.
10 years ago
Brett Wooldridge
e94cff0699
Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x
...
* '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP:
Update CHANGES
10 years ago
Brett Wooldridge
538546e630
Move LeakTask into pool package
10 years ago
Brett Wooldridge
3ca1d0b3f1
Fix #285 ensure all properties are Strings when passed to driver's connect method
10 years ago
Brett Wooldridge
338d556479
Update CHANGES
10 years ago
Brett Wooldridge
46b7589026
Improve leak logging
10 years ago