Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 19, 2016 at 11:09 AM
Updated May 26, 2016 at 1:48 AM
Resolved May 25, 2016 at 9:48 PM
We're using a very old driver for PostgreSQL as well as a very old version for C3P0.
Latest C3P0 supports JDBC4:
https://github.com/swaldman/c3p0/blob/01a28e054765c1d254f1cbc82ce55f0632a883ce/src/dist-static/RELEASE_NOTES-c3p0-0.9.5
That means, we can use latest PostgreSQL Driver in OpenNMS if we upgrade both libraries.