AW: Contributing

2014-02-05 Thread jhm
Welcome. Don't forget to do a code check (like I did ;) http://camel.apache.org/building.html Building with checkstyle To enable source style checking with checkstyle, build Camel with the -Psourcecheck parameter mvn -Psourcecheck clean install Jan > -Ursprüngliche Nachricht- >

Re: Contributing

2014-02-05 Thread Alvaro Rodriguez
Hello, thanks everyone for the warm welcome. I happen to be "calefox" in JIRA because alvrod was already taken. Unless someone reserved it for me. :-) Regards Alvaro On Wed, Feb 5, 2014 at 6:30 PM, Christian Müller wrote: > Welcome Alvaro! > > Looking forward to your first contribution. If you w

camel pull request: Removed clearing of field 'Name' to allow upserts with ...

2014-02-05 Thread mdarcemont
Github user mdarcemont closed the pull request at: https://github.com/apache/camel/pull/57

Re: Contributing

2014-02-05 Thread Christian Müller
Welcome Alvaro! Looking forward to your first contribution. If you want to get your hands on the Camel code, have a look at the easy to resolve issues [1]. If you tell us your Confluence user name, we will grant the karma to edit the WIKI. [1] https://issues.apache.org/jira/browse/CAMEL-7156?filt

camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-05 Thread adessaigne
Github user adessaigne closed the pull request at: https://github.com/apache/camel/pull/90

Re: Contributing

2014-02-05 Thread Claus Ibsen
Hi Welcome to the community and looking foward to any help of yours. I assume you have read this page and the links it refer to about edit the website and providing code patches etc. http://camel.apache.org/contributing On Wed, Feb 5, 2014 at 1:24 AM, Alvaro Rodriguez wrote: > Hello, > I sent a

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-05 Thread Claus Ibsen
Keep 'em coming. We love contributions. Backported to 2.12 branch as well. On Wed, Feb 5, 2014 at 11:29 AM, Antoine DESSAIGNE wrote: > Thanks a lot for accepting this patch. > > Antoine > > > 2014-02-05 Claus Ibsen : > >> Hi >> >> Yeah that makes sense to allow calling cancel(true) to interrupt a

Deprecated policies

2014-02-05 Thread Antoine DESSAIGNE
Hi everyone, I was wondering whether or not there were some @Depecated policies like: * @Deprecated can only be added for a x.y.0 release * Methods marked @Deprecated in x.y.z release will be removed in y+2 release Thanks for sharing your insights on this, Antoine.

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-05 Thread Antoine DESSAIGNE
Thanks a lot for accepting this patch. Antoine 2014-02-05 Claus Ibsen : > Hi > > Yeah that makes sense to allow calling cancel(true) to interrupt and > do the forced shutdown. > I added a code comment and revised the code. > > > On Wed, Feb 5, 2014 at 8:20 AM, Antoine DESSAIGNE > wrote: > > Hi

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-05 Thread Claus Ibsen
Hi Yeah that makes sense to allow calling cancel(true) to interrupt and do the forced shutdown. I added a code comment and revised the code. On Wed, Feb 5, 2014 at 8:20 AM, Antoine DESSAIGNE wrote: > Hi, > > It was the point of this patch that the logic of the force shutdown was > also executed