]
Chao Wang reassigned WFLY-11415:
--------------------------------
Assignee: Chao Wang (was: Jeff Mesnil)
It should use Artemis' SQLProvider implementation
-------------------------------------------------
Key: WFLY-11415
URL:
https://issues.jboss.org/browse/WFLY-11415
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 13.0.0.Final
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Major
Fix For: 15.0.0.Beta1
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...