]
Jeff Mesnil updated WFLY-5407:
------------------------------
Affects Version/s: 10.0.0.CR1
ActiveMQ Artemis 1.1.0 in Wildlfy differs from upstream tag 1.1.0
-----------------------------------------------------------------
Key: WFLY-5407
URL:
https://issues.jboss.org/browse/WFLY-5407
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.CR1
Reporter: Martin Styk
Assignee: Jeff Mesnil
Fix For: 10.0.0.CR2
There are differences betweeen ActiveMQ Artemis tag 1.1.0 included in Wildlfy and Artemis
tag 1.1.0 from apache/activemq-artemis Github repo.
For example
class org.apache.activemq.artemis.ra.ConnectionFactoryProperties in Artemis 1.1.0
included in Wildlfy doesn`t contain methods
{code:java}
boolean equals(java.lang.Object)
int hashCode()
{code}
class org.apache.activemq.artemis.ra.ActiveMQResourceAdapter in Artemis 1.1.0 included
in Wildlfy doesn`t contain methods
{code:java}
void closeConnectionFactory(org.apache.activemq.artemis.ra.ConnectionFactoryProperties)
{code}
doesn`t contain field
{code:java}
java.util.Map knownConnectionFactories
{code}