activemq-artemis/artemis-jdbc-store
Emmanuel Hugonnet ac98cda224
[ARTEMIS-2626]: Postgresql Journal implementation requires direct access to PostgeSQL driver internal classes.
Issue: The BLOB manipulation is done using PostgreSQL internal classes starting from PGConnection.
This leads to ClasCastExceptions if the connection is wrapped in a pool or if the driver is in a different classloader (WildFly).

Fix: unwrap the connection and if the PostgreSQL classes are not directly available uses reflection to manipulate the BLOBs.

Jira: https://issues.apache.org/jira/browse/ARTEMIS-2626
2020-02-20 19:01:38 +01:00
..
src [ARTEMIS-2626]: Postgresql Journal implementation requires direct access to PostgeSQL driver internal classes. 2020-02-20 19:01:38 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-01-10 09:00:58 -06:00