[
https://issues.jboss.org/browse/WFLY-5407?page=com.atlassian.jira.plugin....
]
Jeff Mesnil resolved WFLY-5407.
-------------------------------
Fix Version/s: 10.0.0.CR2
Resolution: Done
WildFly 10CR1 was released with Artemis 1.1.0-wildfly-6[1], created from a fork of Apache
Artemis, because at that time, there were no available release of Artemis 1.1.0.
Since then, Artemis 1.1.0 has been released by Apache and this version is included in
WildFly 10CR2
[1]
https://github.com/wildfly/activemq-artemis
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)