ac98cda224
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 |
||
---|---|---|
.. | ||
src | ||
pom.xml |