Re: Apache Camel 2.17.1 release

2016-04-28 Thread Claus Ibsen
Hi There is an issue in camel-jetty9 I need to look at on the 2.17.x branch after a fix was backported. On Thu, Apr 28, 2016 at 10:22 AM, Andrea Cosentino wrote: > The missing issue is now fixed. > > The codebase is ready I guess. > > Thanks Gregor! :-) > -- > Andrea Cosentino > ---

[HEADS UP] - Checkstyle upgrade on master

2016-04-28 Thread Claus Ibsen
I upgraded checkstyle to latest release that supports better lambdas so the styling is correct. But the new rules find new issues which we did not have reports about before. So there is more errors to fix now. I pushed on master so people can help fix the errors over the foreseable time. -- Cl

AW: Camel setBody from file (runtime loading)

2016-04-28 Thread Walzer, Thomas
Hi, your question should go to the us...@camel.apache.org. Cheers, Thomas. -Ursprüngliche Nachricht- Von: raippl [mailto:pierpaolo@gmail.com] Gesendet: Donnerstag, 28. April 2016 16:05 An: dev@camel.apache.org Betreff: Camel setBody from file (runtime loading) Hi guys, I wrote a c

Camel.trunk.notest - Build # 2735 - Failure

2016-04-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2735) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2735/ to view the results.

[GitHub] camel pull request: [CAMEL-9869] Create Apache Flink Component

2016-04-28 Thread sbcd90
GitHub user sbcd90 opened a pull request: https://github.com/apache/camel/pull/969 [CAMEL-9869] Create Apache Flink Component @davsclaus Created the .adoc file. Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sbcd90

[GitHub] camel pull request: CAMEL-9911 Match the default defined in metada...

2016-04-28 Thread johnament
Github user johnament closed the pull request at: https://github.com/apache/camel/pull/964 --- 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 en

[GitHub] camel pull request: CAMEL-9920 - Handle SocketTimeoutException on ...

2016-04-28 Thread hqstevenson
Github user hqstevenson closed the pull request at: https://github.com/apache/camel/pull/966 --- 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

[GitHub] camel pull request: Added support for dynamic spring batch job inv...

2016-04-28 Thread jlpedrosa
GitHub user jlpedrosa opened a pull request: https://github.com/apache/camel/pull/968 Added support for dynamic spring batch job invoication based on message header Pull request for issue: https://issues.apache.org/jira/browse/CAMEL-9733 You can merge this pull request into a Git

Camel setBody from file (runtime loading)

2016-04-28 Thread raippl
Hi guys, I wrote a camel route that each "PERIOD" execute a java program, than at the end of this program a would like to read the output of the program (file.log) and write it to my camel log file. The problem is that I'm not able to read the file at runtime, each time te route start (PERIOD) I ha

[GitHub] camel pull request: Add the _id of the file just persisted to the ...

2016-04-28 Thread jlpedrosa
Github user jlpedrosa closed the pull request at: https://github.com/apache/camel/pull/967 --- 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 en

[GitHub] camel pull request: Add the _id of the file just persisted to the ...

2016-04-28 Thread jlpedrosa
GitHub user jlpedrosa opened a pull request: https://github.com/apache/camel/pull/967 Add the _id of the file just persisted to the context Hi, this PR relates to: https://issues.apache.org/jira/browse/CAMEL-9836 You can merge this pull request into a Git repository by runn

Re: Apache Camel 2.17.1 release

2016-04-28 Thread Andrea Cosentino
The missing issue is now fixed. The codebase is ready I guess. Thanks Gregor! :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, April

Re: Apache Camel 2.17.1 release

2016-04-28 Thread Claus Ibsen
On Wed, Apr 27, 2016 at 11:15 AM, Gregor Zurowski wrote: > Hi Claus, > > Yes, we should get 2.17.1 out soon. I can take care of the release. > Please let me know once everything is ready to cut a release > candidate. > Thanks Gregor. There is one ticket pending for a little bug in 2.17.1 that A