[GitHub] nicolaferraro closed pull request #204: cloudevents & knative

2018-11-07 Thread GitBox
nicolaferraro closed pull request #204: cloudevents & knative URL: https://github.com/apache/camel-k/pull/204 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

Re: build camel-core JDK 11

2018-11-07 Thread Zoran Regvart
Hi Freeman and Cameleers, we had a brief discussion on this on the dev ML a while back, happy to discuss it again and see all the pros/cons. >From my perspective using profiles is not a good idea, it only has an effect when Camel is built itself, the profiles are not activated when you bring in a

Re: build camel-core JDK 11

2018-11-07 Thread Freeman Fang
Hi Zoran, Just FYI, in CXF we use maven profile which can define JDK9,10,11 specific dependencies such as jaxb, jaxws, activation and whatnot, probably camel can do this as well? Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Nov 7, 2018, at 5:24 PM, Zoran Regvart wrote: >

Re: build camel-core JDK 11

2018-11-07 Thread Zoran Regvart
Hi Freeman, Önder and Cameleers, yeah that's correct, I focused on getting the right dependencies to build (i.e. compile) on Java 11, we have ~2500 tests failing at the moment on the CI build[1]. That CI build on the other hand is building on Java 8 and running tests on Java 11, though I guess at