Camel.2.19.x.notest - Build # 94 - Failure

2017-07-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #94) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/94/ to view the results.

Camel.2.17.x.notest - Build # 211 - Still Failing

2017-07-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.17.x.notest (build #211) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.17.x.notest/211/ to view the results.

Apache Camel 2.19.2 Release

2017-07-19 Thread Claus Ibsen
Hi I wonder if we can find some time to do a patch release for 2.19.2 as it would then be about 2 months since last release and it would be good to get a new patch release out on our latest release branch. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: http

Camel.2.19.x.notest - Build # 93 - Fixed

2017-07-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #93) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/93/ to view the results.

Camel.trunk.notest - Build # 3421 - Fixed

2017-07-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3421) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/3421/ to view the results.

[GitHub] camel pull request #1835: [CAMEL-11425] camel-olingo2 - Add ability to send/...

2017-07-19 Thread sarhaynes
Github user sarhaynes closed the pull request at: https://github.com/apache/camel/pull/1835 --- 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 e

[GitHub] camel pull request #1818: CAMEL-11425 Add dynamic HTTP header capability on ...

2017-07-19 Thread sarhaynes
Github user sarhaynes closed the pull request at: https://github.com/apache/camel/pull/1818 --- 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 e

[GitHub] camel pull request #1835: [CAMEL-11425] camel-olingo2 - Add ability to send/...

2017-07-19 Thread sarhaynes
GitHub user sarhaynes opened a pull request: https://github.com/apache/camel/pull/1835 [CAMEL-11425] camel-olingo2 - Add ability to send/receive endpoint HTTP Headers You can merge this pull request into a Git repository by running: $ git pull https://github.com/sarhaynes/cam

[GitHub] camel pull request #1833: CAMEL-11559: Work around a NPE in milo 0.1.3

2017-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1833 --- 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 enab

Camel.trunk.notest - Build # 3420 - Still Failing

2017-07-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3420) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/3420/ to view the results.

[GitHub] camel pull request #1834: CAMEL-11144: Make the unit tests use dynamic ports

2017-07-19 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1834 CAMEL-11144: Make the unit tests use dynamic ports The unit tests for camel-milo currently use static ports, this change implements the use of dynamic ports. This change depends on the fix

[GitHub] camel pull request #1833: CAMEL-11559: Work around a NPE in milo 0.1.3

2017-07-19 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1833 CAMEL-11559: Work around a NPE in milo 0.1.3 When the sampling interval is unset in the Camel component, then it is passed to milo as `null`. Which is acceptable to the milo API, however internally m

Re: Camel 3.0 : make default camel context "modular"

2017-07-19 Thread Luca Burgazzoli
It is still quite risky now too :) That's why I just implemented a very tiny RouteController. I Was too scared to eventually introduce nasty an unpredictable regression. Thinking aloud: we may have a "reactive" change so the route loader is a subscriber of the reload strategy so when the strategy

[GitHub] camel pull request #1832: Upgrade Java Mail to version 1.6.0

2017-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1832 --- 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 enab

Re: Camel 3.0 : make default camel context "modular"

2017-07-19 Thread Claus Ibsen
Hi Luca Yes sounds like good ideas. I do agree that the loading/startup of routes logic in DefaultCamelContext would have benefitted from being refactored many years ago, but then doing bigger refactoring in such a core functionality was also a bit "risky". The notion of a RouteLoader is a good i

[GitHub] camel pull request #1832: Upgrade Java Mail to version 1.6.0

2017-07-19 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1832 Upgrade Java Mail to version 1.6.0 Java Mail 1.6.0 should be binary compatible to 1.5.x according to https://javaee.github.io/javamail/docs/COMPAT.txt camel-mail tests pass You ca