Re: Karaf integration tests @ Jenkins

2014-02-21 Thread Richard Kettelerij
Nice. On Fri, Feb 21, 2014 at 6:31 PM, Henryk Konsek wrote: > Hi, > > I created a Jenkins job [1] for running Karaf features integration > tests. I also modified Exam configuration slightly to make it runnable > in the Jenkins environment. > > I'll also create the second job for running camel-i

Karaf integration tests @ Jenkins

2014-02-21 Thread Henryk Konsek
Hi, I created a Jenkins job [1] for running Karaf features integration tests. I also modified Exam configuration slightly to make it runnable in the Jenkins environment. I'll also create the second job for running camel-itest-osgi suite. In general I'd like to give a little more attention to the

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-21 Thread Babak Vahdat
See these two comments: https://github.com/apache/camel/blob/master/camel-core/pom.xml#L417 https://github.com/apache/camel/blob/master/components/pom.xml#L229 AKAIK there've been problems with that for the folks using IntelliJ IDEA. Using a Maven profile for this dependency gives them then the p

Re: [VOTE] Release Apache Camel 2.12.3 (second try)

2014-02-21 Thread Claus Ibsen
+1 I didn't have time to test that 1st attempt. But here friday afternoon I gave a little test spin. I wanted to check that the camel-example-console worked again = OK. Also I tried Karaf 2.3.4 and installed the camel-example-osgi and it worked fine = OK. On Fri, Feb 21, 2014 at 3:59 PM, Will

Re: [VOTE] Release Apache Camel 2.12.3 (second try)

2014-02-21 Thread Willem Jiang
I did a quick check of the kit and ran the all tests of camel-in-action, every thing looks fine. Here is my +1. Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.

[VOTE] Release Apache Camel 2.12.3 (second try)

2014-02-21 Thread Willem Jiang
This is a vote to release Apache Camel 2.12.3, a patch release coming  with about 140 issues fixed.  Release notes:  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325593   Staging repo:  https://repository.apache.org/content/repositories/orgapachecamel-1004 

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-21 Thread Daniel Kulp
On Feb 21, 2014, at 5:12 AM, Babak Vahdat wrote: > Thanks Willem, that's just awesome! > > To reflect your fix I enabled the 'apt' profile by our POMs *per default* > and also activated the corresponding tests on Java 6 as well. If things are working with both 6 and 7, is there any reason for

[GitHub] camel pull request: CAMEL-7215 Stop and un-schedule jobs on route ...

2014-02-21 Thread davidkeen
Github user davidkeen closed the pull request at: https://github.com/apache/camel/pull/98 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this feature enable

Re: AW: [VOTE] Release Apache Camel 2.12.3

2014-02-21 Thread Willem Jiang
Thanks for point that out. I will fix it in my next commit, but it just missed the release train of camel-2.12.3. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.

AW: [VOTE] Release Apache Camel 2.12.3

2014-02-21 Thread jhm
Maybe a small fix to the EndpointProcessor: Line 104 should also print the title to the HTML protected void writeHtmlDocumentation(PrintWriter writer, RoundEnvironment roundEnv, TypeElement classElement, UriEndpoint uriEndpoint) { writer.println(""); writer.println("");

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-21 Thread Babak Vahdat
Thanks Willem, that's just awesome! To reflect your fix I enabled the 'apt' profile by our POMs *per default* and also activated the corresponding tests on Java 6 as well. The commit has been also backported to the 2.12.x branch. Looking forward for the upcomming 2.12.3 release! Babak Willem.