Re: build camel-core JDK 11

2018-11-06 Thread Onder SEZGIN
Hi, i think all tests are not successful yet. My first goal was to build with JDK 11 and then i guess we will run the tests and provide possible fixes for failing ones. I have got a couple issues while trying to build. Zoran, did you run local successfull build? Thanks, On Wed, Nov 7, 2018 at

Re: build camel-core JDK 11

2018-11-06 Thread Freeman Fang
Hi Zoran, I consistently run into error when I use jdk11 to build camel on java-10-test branch, is it a known issue or I did something wrong? My java is java -version openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed

Re: build camel-core JDK 11

2018-11-06 Thread Zoran Regvart
Hi Cameleers, So using Groovy 2.5.3 seems to work, I did leave Groovy Eclipse compiler and the Maven plugin updated to the newer versions. Also I found that the `maven-shade-plugin` can hang (on Java 11?), so to work around that I've set `createDependencyReducedPom` to `false`. Because of this

Re: [camel] 04/06: Merge branch 'master' of github.com:apache/camel

2018-11-06 Thread Andrea Cosentino
Can you please rebase and avoid merge commit? Just to keep the codebase and commit history clean. Thanks. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github:

Re: UNSUBSCRIBE ME

2018-11-06 Thread Andrea Cosentino
Can you please report in the INFRA issue too? Thanks Zoran! -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Tuesday, November 6, 2018,

Re: UNSUBSCRIBE ME

2018-11-06 Thread Zoran Regvart
Hi Andrea & Cameleers, I would consider this issue resolved, I don't expect Marc-André asking to unsubscribe again, zoran On Tue, Nov 6, 2018 at 7:43 AM, Andrea Cosentino wrote: > Hello Zoran, > > Yes, exactly. INFRA told me the same thing. > > https://issues.apache.org/jira/browse/INFRA-17215

Re: build camel-core JDK 11

2018-11-06 Thread Zoran Regvart
Hi Pascal & Cameleers, On Tue, Nov 6, 2018 at 8:23 AM, Pascal Schumacher wrote: > No related to camel-core, but this commit > https://github.com/apache/camel/commit/dda0e4c5890d8e12b5895b8736e3819d0b095d08 > can be reverted/dropped because groovy 2.5.3 should work on Java 11. Awesome, let me