]
Jason Greene updated WFLY-10580:
--------------------------------
Fix Version/s: 15.0.0.Alpha1
(was: 14.0.0.Final)
WildFly should use Artemis' SQLProvider implementation
------------------------------------------------------
Key: WFLY-10580
URL:
https://issues.jboss.org/browse/WFLY-10580
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 13.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 15.0.0.Alpha1
During development and integration of JDBC persistence store into WildFly, the custom
implementation of SQLProvider interface \[1\] was developed for WildFly use case. The
reason was that WildFly used Artemis 1.x which was at that time maintenance branch and
thus development of new features was focused on 2.x branch.
In the meantime, the code has been donated to Artemis and backported in Artemis
1.5.5.jbossorg-012.
We can now remove the implementation in WildFly code base and use the Artemis one
instead.
\[1\]
https://github.com/apache/activemq-artemis/blob/f2b5114af8dd505e3c5c3efc1...