[GitHub] camel pull request #1806: CAMEL-11516 - fix test with system.property("line....

2017-07-05 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1806 CAMEL-11516 - fix test with system.property("line.separator") You can merge this pull request into a Git repository by running: $ git pull https://github.com/onders86/camel CAMEL-11516 Alter

Re: JDK 7 on builds.apache.org

2017-07-05 Thread Claus Ibsen
Hi Zoran Thanks for the heads-up. We no longer support JDK7 so that is good timing. The Camel 2.18.x release requires JDK8. On Wed, Jul 5, 2017 at 1:31 PM, Zoran Regvart wrote: > Hi Cameleers, > just as a hint if we want to build 2.17.x on builds.apache.org, the > planned Jenkins upgrade next Sa

Camel.2.18.x.notest - Build # 155 - Failure

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

[GitHub] camel pull request #1805: CAMEL-11509 - check for semicolon added to call Co...

2017-07-05 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1805 CAMEL-11509 - check for semicolon added to call ContentType.create As mentioned in the issue when ContentType.create is called for such cases, it breaks HttpProducerContentTypeTest.java. if not

JDK 7 on builds.apache.org

2017-07-05 Thread Zoran Regvart
Hi Cameleers, just as a hint if we want to build 2.17.x on builds.apache.org, the planned Jenkins upgrade next Saturday will make those incompatible as Jenkins will not support running Maven jobs on JDK 7. See discussion on buillds mailing list[1]. zoran [1] https://mail-archives.apache.org/mod

[GitHub] camel pull request #1804: CAMEL-11511: Proposal to enhance the `BeanInfo` in...

2017-07-05 Thread aldettinger
Github user aldettinger closed the pull request at: https://github.com/apache/camel/pull/1804 --- 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

Camel.2.19.x.notest - Build # 80 - Still Failing

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

Re: [HELP] - Profile camel-core for optimization and faster startup

2017-07-05 Thread Claus Ibsen
Hi I just pushed some commits that improves a little bit the startup of Apache Camel. The Caffeine LRUCache will upon initialization block for 150 - 200 millis, which we can do in parallel while Camel is being started. Before this initialization was always forced when you created a new instance of