Where to file a bug regarding Camel website?

2015-03-10 Thread Nazariy Kukhar
Hi all, I've spot a bug on camel website, what is the right place to file it? Bug description: 1) Open any news topic (i.e. http://camel.apache.org/2015/03/11/apache-camel-2150-released.html) 2) Click on any link on the site (i.e. FAQ). I'm getting page not found (constructed url > http://camel.

Camel.2.14.x.notest - Build # 122 - Fixed

2015-03-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.14.x.notest (build #122) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.14.x.notest/122/ to view the results.

Apache Camel 2.15.0 released

2015-03-10 Thread Willem Jiang
The Camel community announces the immediate availability of the new major release Camel 2.15.0. This release contains a total of 500+ fixes applied in the past 6 months by the community on the Camel master branch.   The artifacts are published and ready for you to download[1] either from the Ap

Apache Camel 2.14.2 released

2015-03-10 Thread Willem Jiang
The Camel community announces the immediate availability of the new patch release Camel 2.14.2. This release contains a total of 101 fixes applied in the past 3 months by the community on the Camel master branch.   The artifacts are published and ready for you to download[1] either from the Apa

Apache Camel 2.13.4 released

2015-03-10 Thread Willem Jiang
The Camel community announces the immediate availability of the new patch release Camel 2.13.4. This release contains a total of 81 fixes applied in the past 3 months by the community on the Camel master branch.   The artifacts are published and ready for you to download[1] either from the Apa

RE: Pulling property placeholders out of camel route definitions

2015-03-10 Thread shreyas
You should be able to use context.resolvePropertyPlaceholders to get this in java DSL -Shreyas > Date: Tue, 10 Mar 2015 18:28:46 -0700 > From: derek.abd...@gmail.com > To: dev@camel.apache.org > Subject: Pulling property placeholders out of camel route

Pulling property placeholders out of camel route definitions

2015-03-10 Thread slush
Hello. Is it possible to pull out property placeholder names out of route definitions in Java/XML DSL? For example: http://camel.apache.org/schema/spring";> {{message}} Following this: http://camel.apache.org/loading-routes-from-xml-files.html I'd want to pull out "m

[GitHub] camel pull request: CAMEL-8470 Several small fixes for camel-linke...

2015-03-10 Thread trohovsky
GitHub user trohovsky opened a pull request: https://github.com/apache/camel/pull/433 CAMEL-8470 Several small fixes for camel-linkedin You can merge this pull request into a Git repository by running: $ git pull https://github.com/trohovsky/camel CAMEL-8470 Alternatively you

[RESULT][VOTE] Camel 2.15.0 & Camel 2.13.4

2015-03-10 Thread Willem Jiang
We got 5 binding +1 (ningjiang,davsclaus,cschneider,janstey,bvahdat)  and 4 non-binding +1 (jbonofre,gzurowski,ggrzybek, Kranti K. Parisa). I’m happy to announce this VOTE is passed, I will release these kits shortly. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://wille

[RESULT] [VOTE] Apache Camel 2.14.2 (second try)

2015-03-10 Thread Willem Jiang
We got 5 binding +1 (ningjiang,davsclaus,bvahdat,cmueller,raulk) and 2 no-binding +1 (jbonofre, Kranti K. Parisa). The VOTE is passed, I will release the kit shortly. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com

Re: [VOTE] Apache Camel 2.14.2 (second try)

2015-03-10 Thread Raul Kripalani
My +1. *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Wed, Mar 4, 2015 at 6:58 AM, Willem Jiang wrote: > > This

Re: [VOTE] Apache Camel 2.14.2 (second try)

2015-03-10 Thread Christian Müller
+1 The signatures are good. The manual looks good (we have to update the copyright: 2014 -> 2015). I could install all features in Karaf 2.3.7., without camel-spring-redis (We had this issue also in previous versions. It's because of incompatible Spring versions used by Karaf and Camel). Best, Ch

[GitHub] camel pull request: CAMEL-7808 - Added version 1 of camel-boon

2015-03-10 Thread garethahealy
GitHub user garethahealy opened a pull request: https://github.com/apache/camel/pull/432 CAMEL-7808 - Added version 1 of camel-boon You can merge this pull request into a Git repository by running: $ git pull https://github.com/garethahealy/camel master Alternatively you can

Re: [VOTE] Apache Camel 2.14.2 (second try)

2015-03-10 Thread Babak Vahdat
+1 Babak Willem.Jiang wrote > This is a vote to release Apache Camel 2.14.2(second try), a patch release > coming        > with about 101 issues fixed.        > > Release notes:      > 2.14.2 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329070&styleName=Html&projectId=12311

Re: [VOTE] Camel 2.15.0 & Camel 2.13.4

2015-03-10 Thread Babak Vahdat
+1 Babak Willem.Jiang wrote > This is a vote to release Apache Camel 2.15.0, a major release coming with > about 506 issues fixed, and Camel 2.13.4 , a patch release coming with > about 81 issues fixed.         > > Release notes: > > 2.15.0 > https://issues.apache.org/jira/secure/ReleaseNote.j

Re: Closing down on Apache Camel 2.15.0 release

2015-03-10 Thread Babak Vahdat
Hi Not sure about the exact problem with the disabled tests below on windows as they all ran green for me on my old windows 7 box after reenabling: - ThrottlerTest - AwaitingConsumerTest - ConsumerCompletionTest - ImmediateConsumerTest Babak Claus Ibsen-2 wrote > Hi > > I got the windows issu

Granting of camel-developers permissions for JIRA

2015-03-10 Thread Tomas Rohovsky
Hello, please could you grant me camel-developers permissions for JIRA. I would like to have a possibility of taking JIRAs. My account is trohovsky. Thank you Tomas

[GitHub] camel pull request: [CAMEL-8468] Usage of camel-xstream depends on...

2015-03-10 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/431 [CAMEL-8468] Usage of camel-xstream depends on TCCL You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/camel camel-8468 Alternatively you