Build error on 2.9 branch

2012-07-13 Thread Claus Ibsen
Hi One of the backports of a commit on trunk now broke the build on 2.9 branch. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project camel-cxf: Compilation failure [ERROR] /Users/davsclaus/workspace/camel-2.9/components/camel-c

Re: [DISCUSS] - Camel 2.9.3 Release

2012-07-13 Thread Christian Müller
Yes, you should cut a 2.9.3 release soon. I would like to resolve the camel-smpp issue we discussed on the user list before we cut this release. I think I can do this at this weekend. Best, Christian On Fri, Jul 13, 2012 at 5:30 PM, Claus Ibsen wrote: > Hi > > Now that we managed to get 2.10 an

Re: camel pull request: Added MediaTray support.

2012-07-13 Thread Christian Müller
Hey Evert, to add your contribution to the Camel code base, you have to raise an issue first at [1]. Afterwards you have to attach the contribution as a diff to this issue. Make sure it follows our coding guidelines as stated in [2] (run mvn -Psourcecheck clean install). Don't forget to grant the

Re: new camel-2.10.x release branch needed

2012-07-13 Thread Christian Müller
Thanks Willem, it looks good (on the WIKI page). The site is not synced yet to [1]. The same with the index page. I started the auto-export-plugin again and will check whether it works now. [1] http://camel.apache.org/release-guide.html Best, Christian On Fri, Jul 13, 2012 at 4:36 AM, Willem Ji

Re: [DISCUSS] - Camel 2.9.3 Release

2012-07-13 Thread Claus Ibsen
Hi Now that we managed to get 2.10 and 2.8.6 out thanks to Hadrian and Christian. Should we not try to get 2.9.3 out as well? On Tue, Jun 19, 2012 at 8:33 AM, Claus Ibsen wrote: > Hi > > Its been 2 months since the 2.9.2 release. > > So if we got the cycles, then after the 2.10 release I think

camel pull request: Added MediaTray support.

2012-07-13 Thread Git at Apache
GitHub user everttigchelaar opened a pull request: https://github.com/apache/camel/pull/3 Added MediaTray support. Hi, I added MediaTray support to the camel printer component You can merge this pull request into a Git repository by running: $ git pull https://github.c

Re: Camel-Extra 2.10 release

2012-07-13 Thread Henryk Konsek
> Yeah, I'll handle this tomorrow. I'll let you know when I'm done with it. I've updated some part of the files with new license. I'm leaving to holidays today, so I must stop it now. I'll continue in two weeks. -- Henryk Konsek http://henryk-konsek.blogspot.com

Re: svn commit: r1360581 - /camel/trunk/camel-core/src/main/java/org/apache/camel/component/mock/MockEndpoint.java

2012-07-13 Thread Willem Jiang
The issue is found when I was working on CAMEL-5439. If you revert the change the tests of camel-ssh will failed. I will committed an unit test for it. On Fri Jul 13 14:21:11 2012, Claus Ibsen wrote: Hi Willem Would it be possible to add an unit test that demonstrates this issue? Its not reall