activemq-xmpp contains some System.out.println statements
---------------------------------------------------------
Key: AMQ-2406
URL: https://issues.apache.org/activemq/browse/AMQ-2406
Project: ActiveMQ
Issue Type: Improvement
Components: Transport
Affects Versions: 5.4.0
Reporter: Stan Lewis
Priority: Minor
Noticed while trying to automate the camel-xmpp tests using an embedded broker
that there's some System.out.println statements in ProtocolConverter.java.
Another issue I came across is that smackx is only used for the unit test but
isn't limited to the test scope and is using an old version of the smack API.
This patch changes the System.out.println statements to log statements, adds
<scope>test</scope> to the pom.xml for smackx and updates the unit test to use
smack/smackx 3.0.4 since that's what Camel uses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.