Re: Camel AWS component

2011-05-31 Thread Jason Whaley
I just noticed this (and the previous pull request from earlier).
Though I think most of what was in that github repo is already in
camel's SVN trunk.  We can merge that in to github to perhaps be
patched in to trunk later?   I'll try to take a look today.

--Whaley

On Mon, May 30, 2011 at 2:37 AM, abashev abas...@gmail.com wrote:
 Guys,

 I don't know is it will be useful for anybody but I did a little update for
 camel AWS component here

 https://github.com/abashev/camel-aws/commits/master

 Changes:
 - Components for SNS and SQS are working with 2.7.1 version
 - Add integration with Simple Email service (CAMEL-3591)
 - Add processing File objects for S3 (really useful with big files and
 streams)

 Any comments are welcome,
 Thank you.


 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/Camel-AWS-component-tp4438690p4438690.html
 Sent from the Camel - Users mailing list archive at Nabble.com.



Re: Camel AWS component

2011-05-31 Thread Claus Ibsen
Hi

Thats cool stuff. We love contributions at Apache.

However we cannot accept pull requests and whatnot from github.
Patches to Apache must be attached to JIRA tickets and granted license
to Apache.

There is some details here
http://camel.apache.org/contributing.html

As the AWS stuff from github have been contributed to Apache, we do
have much already in Apache SVN. And we have improved on those since.
But I am sure we dont have all of your great improvements.

For example the email stuff we dont have.
And I guess about the big files neither.



On Mon, May 30, 2011 at 10:37 AM, abashev abas...@gmail.com wrote:
 Guys,

 I don't know is it will be useful for anybody but I did a little update for
 camel AWS component here

 https://github.com/abashev/camel-aws/commits/master

 Changes:
 - Components for SNS and SQS are working with 2.7.1 version
 - Add integration with Simple Email service (CAMEL-3591)
 - Add processing File objects for S3 (really useful with big files and
 streams)

 Any comments are welcome,
 Thank you.


 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/Camel-AWS-component-tp4438690p4438690.html
 Sent from the Camel - Users mailing list archive at Nabble.com.




-- 
Claus Ibsen
-
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
CamelOne 2011: http://fusesource.com/camelone2011/
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/


Re: Camel AWS component

2011-05-31 Thread Jason Whaley
abashev had a backport from SVN waiting in a pull request that I'm
going to merge in to that github repo that looks like it'll put it up
to date with trunk.   We can probably get a diff of changes to patch
to camel's SVN trunk from that.

--Whaley

On Tue, May 31, 2011 at 8:55 AM, Claus Ibsen claus.ib...@gmail.com wrote:
 Hi

 Thats cool stuff. We love contributions at Apache.

 However we cannot accept pull requests and whatnot from github.
 Patches to Apache must be attached to JIRA tickets and granted license
 to Apache.

 There is some details here
 http://camel.apache.org/contributing.html

 As the AWS stuff from github have been contributed to Apache, we do
 have much already in Apache SVN. And we have improved on those since.
 But I am sure we dont have all of your great improvements.

 For example the email stuff we dont have.
 And I guess about the big files neither.



 On Mon, May 30, 2011 at 10:37 AM, abashev abas...@gmail.com wrote:
 Guys,

 I don't know is it will be useful for anybody but I did a little update for
 camel AWS component here

 https://github.com/abashev/camel-aws/commits/master

 Changes:
 - Components for SNS and SQS are working with 2.7.1 version
 - Add integration with Simple Email service (CAMEL-3591)
 - Add processing File objects for S3 (really useful with big files and
 streams)

 Any comments are welcome,
 Thank you.


 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/Camel-AWS-component-tp4438690p4438690.html
 Sent from the Camel - Users mailing list archive at Nabble.com.




 --
 Claus Ibsen
 -
 FuseSource
 Email: cib...@fusesource.com
 Web: http://fusesource.com
 CamelOne 2011: http://fusesource.com/camelone2011/
 Twitter: davsclaus, fusenews
 Blog: http://davsclaus.blogspot.com/
 Author of Camel in Action: http://www.manning.com/ibsen/



Re: Camel AWS component

2011-05-31 Thread Christian Müller
Yeah, we love contributions. So, feel free the create the JIRA tickets and
attache the patches. I recommend to open a separate JIRA ticket for each
added functionality (one for SES and one for the S3 improvement).

Best,
Christian

On Tue, May 31, 2011 at 5:04 PM, Jason Whaley jasonwha...@gmail.com wrote:

 abashev had a backport from SVN waiting in a pull request that I'm
 going to merge in to that github repo that looks like it'll put it up
 to date with trunk.   We can probably get a diff of changes to patch
 to camel's SVN trunk from that.

 --Whaley

 On Tue, May 31, 2011 at 8:55 AM, Claus Ibsen claus.ib...@gmail.com
 wrote:
  Hi
 
  Thats cool stuff. We love contributions at Apache.
 
  However we cannot accept pull requests and whatnot from github.
  Patches to Apache must be attached to JIRA tickets and granted license
  to Apache.
 
  There is some details here
  http://camel.apache.org/contributing.html
 
  As the AWS stuff from github have been contributed to Apache, we do
  have much already in Apache SVN. And we have improved on those since.
  But I am sure we dont have all of your great improvements.
 
  For example the email stuff we dont have.
  And I guess about the big files neither.
 
 
 
  On Mon, May 30, 2011 at 10:37 AM, abashev abas...@gmail.com wrote:
  Guys,
 
  I don't know is it will be useful for anybody but I did a little update
 for
  camel AWS component here
 
  https://github.com/abashev/camel-aws/commits/master
 
  Changes:
  - Components for SNS and SQS are working with 2.7.1 version
  - Add integration with Simple Email service (CAMEL-3591)
  - Add processing File objects for S3 (really useful with big files and
  streams)
 
  Any comments are welcome,
  Thank you.
 
 
  --
  View this message in context:
 http://camel.465427.n5.nabble.com/Camel-AWS-component-tp4438690p4438690.html
  Sent from the Camel - Users mailing list archive at Nabble.com.
 
 
 
 
  --
  Claus Ibsen
  -
  FuseSource
  Email: cib...@fusesource.com
  Web: http://fusesource.com
  CamelOne 2011: http://fusesource.com/camelone2011/
  Twitter: davsclaus, fusenews
  Blog: http://davsclaus.blogspot.com/
  Author of Camel in Action: http://www.manning.com/ibsen/
 



Camel AWS component

2011-05-30 Thread abashev
Guys,

I don't know is it will be useful for anybody but I did a little update for
camel AWS component here

https://github.com/abashev/camel-aws/commits/master

Changes:
- Components for SNS and SQS are working with 2.7.1 version
- Add integration with Simple Email service (CAMEL-3591)
- Add processing File objects for S3 (really useful with big files and
streams)

Any comments are welcome,
Thank you.


--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-AWS-component-tp4438690p4438690.html
Sent from the Camel - Users mailing list archive at Nabble.com.