You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Alexis Kinsella (JIRA)" <ji...@apache.org> on 2011/04/15 01:03:05 UTC

[jira] [Created] (CAMEL-3868) New camel-apns component

New camel-apns component
------------------------

                 Key: CAMEL-3868
                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
             Project: Camel
          Issue Type: New Feature
            Reporter: Alexis Kinsella


I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.

The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).

I have completely adapted component to apache camel project rules. I hope patch provided is OK.

Let me know if I need to change things. I'll make needed adjustments in case.

It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns

That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.

The repository is: https://github.com/notnoop/m2-repo/raw/gh-page






--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

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

Claus Ibsen commented on CAMEL-3868:
------------------------------------

Alexis, thanks for the documentation. I have added a page
https://cwiki.apache.org/confluence/display/CAMEL/APNS

I wonder why the default values are so high? 3600 seconds for polling the reply, isn't that long? Can you explain a bit more about those values?

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

Posted by "Richard Kettelerij (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045593#comment-13045593 ] 

Richard Kettelerij commented on CAMEL-3868:
-------------------------------------------

Fixed minor auto-discovery issue. Trunk: 1133132

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Claus Ibsen updated CAMEL-3868:
-------------------------------

    Fix Version/s: Future
                   2.9.0

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CAMEL-3868) New camel-apns component

Posted by "Alexis Kinsella (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020087#comment-13020087 ] 

Alexis Kinsella edited comment on CAMEL-3868 at 4/14/11 11:04 PM:
------------------------------------------------------------------

The patch file has been created on the root of the project

      was (Author: alexiskinsella):
    The file has been created on the root of the project
  
> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>         Attachments: CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

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

Claus Ibsen commented on CAMEL-3868:
------------------------------------

Thanks for the explanation. I added it to the wiki. As well a link to your blog about using APNS with Camel as well so people can more easily spot it. 

Thanks for the donation.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-3868) New camel-apns component

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

Claus Ibsen resolved CAMEL-3868.
--------------------------------

    Resolution: Fixed

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

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

Claus Ibsen commented on CAMEL-3868:
------------------------------------

Alexis do you mind helping with the documentation?

We need a wiki page in the style of:
http://camel.apache.org/atom.html

If possible you can attach a .txt file with the rough details. Then I can add it into the wiki.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CAMEL-3868) New camel-apns component

Posted by "Alexis Kinsella (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045181#comment-13045181 ] 

Alexis Kinsella edited comment on CAMEL-3868 at 6/6/11 10:31 PM:
-----------------------------------------------------------------

Just fixed license term from the sample of documentation - Sorry for the oops.

Please take the attachment with timestamp at 10:30PM

      was (Author: alexiskinsella):
    Just fixed license term from the sample of documentation - Sorry for the oops.
  
> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

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

Claus Ibsen commented on CAMEL-3868:
------------------------------------

camel-apns added to source code. Thanks Alexis for the donation.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Claus Ibsen updated CAMEL-3868:
-------------------------------

    Fix Version/s:     (was: 2.9.0)
                       (was: Future)
                   2.8.0

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Alexis Kinsella updated CAMEL-3868:
-----------------------------------

    Attachment: CAMEL-3868-FEATURES.patch

I just added patch for feature, but I'm absolutly not sure of what to do for step 6 of http://camel.apache.org/add-new-component-guide.html

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Alexis Kinsella updated CAMEL-3868:
-----------------------------------

    Attachment: camel-apns - documentation.txt

Just fixed license term from the sample of documentation - Sorry for the oops.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Alexis Kinsella updated CAMEL-3868:
-----------------------------------

    Attachment: CAMEL-3868.patch

The file has been created on the root of the project

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>         Attachments: CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

Posted by "Alexis Kinsella (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045301#comment-13045301 ] 

Alexis Kinsella commented on CAMEL-3868:
----------------------------------------

Hi,

The consumer is configured with 3600 seconds for polling by default because it is a best practice to consume feedback stream from Apple Push Notification Servers only from time to time. For example: every 1 hour to avoid flooding the servers.

The feedback stream gives informations about inactive devices. You only need to get this informations every some hours if your mobile application is not a heavily used one.


> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3868) New camel-apns component

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

Alexis Kinsella updated CAMEL-3868:
-----------------------------------

    Attachment: camel-apns - documentation.txt

Hi, I just added a documentation for camel-apns component. Hope it will fit.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3868) New camel-apns component

Posted by "Alexis Kinsella (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020114#comment-13020114 ] 

Alexis Kinsella commented on CAMEL-3868:
----------------------------------------

I'm not sure, if a had to add dependency to platforms/karaf/features or not. I have added it to parent/pom.xml as a simple dependency.

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>         Attachments: CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CAMEL-3868) New camel-apns component

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

Claus Ibsen reassigned CAMEL-3868:
----------------------------------

    Assignee: Claus Ibsen

> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CAMEL-3868) New camel-apns component

Posted by "Alexis Kinsella (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045179#comment-13045179 ] 

Alexis Kinsella edited comment on CAMEL-3868 at 6/6/11 10:27 PM:
-----------------------------------------------------------------

Hi, I just added a documentation for camel-apns component as an attachment. 
It is already formatted with confluence page format.

Hope it will fit.

      was (Author: alexiskinsella):
    Hi, I just added a documentation for camel-apns component. Hope it will fit.
  
> New camel-apns component
> ------------------------
>
>                 Key: CAMEL-3868
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3868
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Alexis Kinsella
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0, Future
>
>         Attachments: CAMEL-3868-FEATURES.patch, CAMEL-3868.patch, camel-apns - documentation.txt
>
>
> I've writen a new component to interface with Apple Push Notification Server. It enables to push notifications to iOS devices (iPod Touch, iPhone, iPad), and also to get feedback from APNS.
> The component uses Apache 2.0 as it's license. You can find more infos at : http://code.google.com/p/camel-apns/ (A little bit deprecated, due to little refactorings to be compatible with project acceptance criterias).
> I have completely adapted component to apache camel project rules. I hope patch provided is OK.
> Let me know if I need to change things. I'll make needed adjustments in case.
> It also uses some underlying library: java-apns available on git hub, on following project: https://github.com/notnoop/java-apns
> That library is compatible with Apache 2.0 license: It uses New BSD License. Author explicitly validated use with Apache Camel in some mail exchange with Claus.
> The repository is: https://github.com/notnoop/m2-repo/raw/gh-page

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira