[GitHub] camel pull request #2335: Camel-12493: make HL7 converters and structure lib...

2018-05-10 Thread oscerd
Github user oscerd closed the pull request at: https://github.com/apache/camel/pull/2335 ---

[GitHub] camel pull request #2335: Camel-12493: make HL7 converters and structure lib...

2018-05-10 Thread ohr
GitHub user ohr opened a pull request: https://github.com/apache/camel/pull/2335 Camel-12493: make HL7 converters and structure lib dependencies optional You can merge this pull request into a Git repository by running: $ git pull https://github.com/ohr/camel CAMEL-12493 Alte

[GitHub] camel pull request #2334: Camel-12493: make HL7 converters and structure lib...

2018-05-10 Thread ohr
GitHub user ohr opened a pull request: https://github.com/apache/camel/pull/2334 Camel-12493: make HL7 converters and structure lib dependencies optional You can merge this pull request into a Git repository by running: $ git pull https://github.com/ohr/camel CAMEL-12493 Alte

Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Pascal Schumacher
Hi Zoran, it is exactly as you said. Just parallelizing the test part of the build did not work for the reasons you mentioned. Therefore I have reverted the change. - Pascal Am 11.05.2018 um 00:05 schrieb Zoran Regvart: Hi Pascal, thank you for looking into this. I don't think that using pa

Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Zoran Regvart
Hi Pascal, thank you for looking into this. I don't think that using parallel will help us, here's why: we're building on JDK 8 and we need to use binaries built on JDK 8. Running same tests in parallel will cause a lot of flakiness as they might use the same network ports or touch the same files.

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Zoran Regvart
Awesome work everyone, I see we got a successful build! Thanks! zoran On Thu, May 10, 2018 at 2:57 PM, Tomohisa Igarashi wrote: > Good morning - whoa, it was supposed to be my breakfast ;-) > > Anyway good catch guys! > > Thanks, > Tomo > > > On Thu, 2018-05-10 at 14:15 +0300, Onder SEZGIN wrot

[GitHub] camel pull request #2333: added support for propagating camel headers to kaf...

2018-05-10 Thread tdanylchuk
GitHub user tdanylchuk opened a pull request: https://github.com/apache/camel/pull/2333 added support for propagating camel headers to kafka and vice versa Since 0.11.0 Kafka support headers, and it would be awesome to have such feature available also in camel component. By

Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Pascal Schumacher
It is great to have a build for JDK 9 and 10! (Next step is JDK 11, which is already available according to https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix :)) Making the job executing the test for JDK 9 and JDK 10 in parallel was easy: https://github.com/apache/cam

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Tomohisa Igarashi
Good morning - whoa, it was supposed to be my breakfast ;-) Anyway good catch guys! Thanks, Tomo On Thu, 2018-05-10 at 14:15 +0300, Onder SEZGIN wrote: > yes i managed to do it same locally. > the reason of the issue is still here. > > https://www.mail-archive.com/search?l=us...@tomee.apache.o

Re: [camel] branch master updated: fix the failing camel-ejb tests on the ci-server

2018-05-10 Thread Onder SEZGIN
locally, i did (to avoid any effect on others) diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml index 67936fa31d6..b26e7a8e3fe 100644 --- a/components/camel-ejb/pom.xml +++ b/components/camel-ejb/pom.xml @@ -54,8 +54,18 @@ org.slf4j slf4j-jdk14

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Onder SEZGIN
yes i managed to do it same locally. the reason of the issue is still here. https://www.mail-archive.com/search?l=us...@tomee.apache.org&q=subject:%22Re%5C%3A+Java+8+Type+Annotations+cause+error+%5C-+is+that+expected%5C%3F%22&o=newest&f=1 excluding shaded dependency from latest release of openejb

[GitHub] camel pull request #2332: Feature/upgrade spring security

2018-05-10 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/2332 Feature/upgrade spring security You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidkarlsen/camel feature/upgradeSpringSecurity Alternat

[GitHub] camel pull request #2331: upgrade spring-boot and spring

2018-05-10 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/2331 upgrade spring-boot and spring You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidkarlsen/camel master Alternatively you can review and

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Babak Vahdat
Hi I managed to fix the failing camel-ejb tests locally. Let’s wait for the next CI-build. Babak > On 10 May 2018, at 07:39, Onder SEZGIN wrote: > > Interestingly, it does not fail in IDE(intellij). > It fails on mvn prompt as Tomohisa mentioned. > after running mvn clean on the prompt and fi