[GitHub] camel pull request: Checkstyle fixes in camel-rabbitmq component.

2015-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/542 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: Java7 syntax and checkstyle

2015-06-09 Thread Claus Ibsen
Hi Its a bit of historical reason when we backported fixes to older branches that also supports Java 6. As Camel 2.14.x is the oldest active branch we support now, then we could switch CS to be java 7 only. As Camel 2.14 do not support Java 6 anymore. I think there is a JIRA ticket about the che

Re: [HEADS UP] - Configuring passwords in Camel endpoints is now easier with new RAW syntax

2015-06-09 Thread thomas.ea...@yahoo.co.in
I am using camel 2.14. http://someurl?q=*:*&facet=true&facet.query={!key=%22[*%20TO%20NOW-30]%22}dt_created:[*%20TO%20NOW-30DAY]&facet.query={!key=%22[NOW-30DAY%20TO%20NOW-15DAY]%22}dt_created:[NOW-30DAY%20TO%20NOW-15DAY]&facet.query={!key=%22[NOW-15DAY%20TO%20NOW-7DAY]%22}dt_created:[NOW-15DAY%2

Java7 syntax and checkstyle

2015-06-09 Thread unleashed85
What is the projects policy with using Java7 syntax (specifically try with resources)? I assumed it was allowed but am getting errors when running mvn compile -Psourcecheck I added a try with resources to the camel-rabbitmq component but the maven-checkstyle-plugin version 2.9.1 doesn't allow it.

[GitHub] camel pull request: Checkstyle fixes in camel-rabbitmq component.

2015-06-09 Thread brreitme
GitHub user brreitme opened a pull request: https://github.com/apache/camel/pull/542 Checkstyle fixes in camel-rabbitmq component. This will fix all but 4 issues in the camel-rabbitmq component reported by checkstyle. The remaining issues are due to maven-checkstyle-plugin version

Re: [HEADS UP] - Configuring passwords in Camel endpoints is now easier with new RAW syntax

2015-06-09 Thread Willem Jiang
Which version of Camel are you using now? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On June 9, 2015 at 3:31:59 AM, thomas.ea...@yahoo.co.in (thomas.ea...@yah

Re: [PROPOSAL] camel-extra moves forward

2015-06-09 Thread Christoph Emmersberger
Ok, ... so I'll run the release now off the old Google Code repositories. Can anybody cross check if I have the appropriate rights on the GitHub repository to commit tags? I've given it quite a few shots and it still won't let me prepare the release from there. Just wanted to make sure we are in a

ReST API with attachment

2015-06-09 Thread sankar.singh
Hi Anyone has tried Rest Api with attachment, how to receive attachments in Apache Camel. actually want i want is, Client will upload File and the rest message (body) and attachment should be routed to SOAP web service. -- View this message in context: http://camel.465427.n5.nabble.com/ReST-