You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Stan Lewis (JIRA)" <ji...@apache.org> on 2009/09/23 20:11:51 UTC

[jira] Created: (AMQ-2406) activemq-xmpp contains some System.out.println statements

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.


[jira] Assigned: (AMQ-2406) activemq-xmpp contains some System.out.println statements

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-2406:
-------------------------------

    Assignee: Rob Davies

> 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
>            Assignee: Rob Davies
>            Priority: Minor
>         Attachments: patch.txt
>
>
> 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.


[jira] Updated: (AMQ-2406) activemq-xmpp contains some System.out.println statements

Posted by "Stan Lewis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Lewis updated AMQ-2406:
----------------------------

    Attachment: patch.txt

> 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
>         Attachments: patch.txt
>
>
> 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.


[jira] Resolved: (AMQ-2406) activemq-xmpp contains some System.out.println statements

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-2406.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.4.0

Fixed by SVN revision 912310

> 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
>            Assignee: Rob Davies
>            Priority: Minor
>             Fix For: 5.4.0
>
>         Attachments: patch.txt
>
>
> 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.