You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Brett E. Meyer (JIRA)" <ji...@apache.org> on 2012/07/07 20:54:34 UTC

[jira] [Created] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Brett E. Meyer created CAMEL-5430:
-------------------------------------

             Summary: Remove un-necessary connections to the Twitter API
                 Key: CAMEL-5430
                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
             Project: Camel
          Issue Type: Improvement
          Components: camel-twitter
            Reporter: Brett E. Meyer
            Priority: Minor
         Attachments: camel-twitter_7-7-12_patch.txt

Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Brett E. Meyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett E. Meyer updated CAMEL-5430:
----------------------------------

    Comment: was deleted

(was: Patched)
    
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5430.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.1
         Assignee: Claus Ibsen

Thanks for the patch.
                
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Brett E. Meyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett E. Meyer updated CAMEL-5430:
----------------------------------

    Attachment: camel-twitter_7-7-12_patch.txt

Patch
                
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Priority: Minor
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Brett E. Meyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett E. Meyer updated CAMEL-5430:
----------------------------------

    Attachment: camel-twitter_7-8-12_patch.txt

Patched
                
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5430.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.11

Willem have setup the 2.10 patch branch and this commit is included there.
                
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1, 2.11
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller reopened CAMEL-5430:
-------------------------------------


ATM, this issue is fixed for Camel 2.11.0 (and not for Camel 2.10.1 as the issue stated). We need a new release branch camel-2.10.x...
                
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CAMEL-5430) Remove un-necessary connections to the Twitter API

Posted by "Brett E. Meyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett E. Meyer updated CAMEL-5430:
----------------------------------

    Attachment:     (was: camel-twitter_7-8-12_patch.txt)
    
> Remove un-necessary connections to the Twitter API
> --------------------------------------------------
>
>                 Key: CAMEL-5430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5430
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-twitter
>            Reporter: Brett E. Meyer
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.1
>
>         Attachments: camel-twitter_7-7-12_patch.txt
>
>
> Connects to the Twitter REST API are handled by Twitter4J objects.  These objects should be singletons within this component, created on-demand as needed.  While working with the component, I noticed some old code that, as an example, needlessly initialized a connection to the main API when only the Streaming API was needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira