Re: Moving to JDK 11

2019-02-19 Thread Michal Hlavac
can confirm that with CXF 3.3.0 it works! thanks, m. On nedeľa 20. januára 2019 19:14:45 CET Michal Hlaváč wrote: one thing to mention is, that it works using Java 1.8 On Fri, Jan 18, 2019 at 1:39 PM Jean-Baptiste Onofré wrote: Hi Michal, There's a couple of fix coming in CXF 3.2.8.

Re: Moving to JDK 11

2019-01-20 Thread Michal Hlaváč
one thing to mention is, that it works using Java 1.8 On Fri, Jan 18, 2019 at 1:39 PM Jean-Baptiste Onofré wrote: > Hi Michal, > > There's a couple of fix coming in CXF 3.2.8. Let me check if this case > is covered. > > Regards > JB > > On 18/01/2019 11:28, Michal Hlaváč wrote: > > Btw. I tried

Re: Moving to JDK 11

2019-01-18 Thread Jean-Baptiste Onofré
Hi Michal, There's a couple of fix coming in CXF 3.2.8. Let me check if this case is covered. Regards JB On 18/01/2019 11:28, Michal Hlaváč wrote: > Btw. I tried to find those transitive dependency an it's cxf with shell > feature: >

Re: Moving to JDK 11

2019-01-18 Thread Michal Hlaváč
Btw. I tried to find those transitive dependency an it's cxf with shell feature: https://github.com/apache/cxf/blob/cxf-3.2.6/osgi/karaf/features/src/main/resources/features.xml#L95 But this works using java 8 without any problem. Workaround for this is to define:

Re: Moving to JDK 11

2019-01-18 Thread Michal Hlaváč
thanks JB, I've pushed jdk11 branch with changes. thanks, m. On Fri, Jan 18, 2019 at 10:33 AM Jean-Baptiste Onofré wrote: > Hi Michal, > > I guess one features (transitive) is referencing 4.2.1-SNAPSHOT. > > Let me take a look on your github. > > Regards > JB > > On 18/01/2019 10:00, Michal

Re: Moving to JDK 11

2019-01-18 Thread Jean-Baptiste Onofré
Hi Michal, I guess one features (transitive) is referencing 4.2.1-SNAPSHOT. Let me take a look on your github. Regards JB On 18/01/2019 10:00, Michal Hlaváč wrote: > Hello, > > I tried to move my project > https://github.com/hlavki/g-suite-identity-sync to JDK 11. > 1. So I changed: >    

Moving to JDK 11

2019-01-18 Thread Michal Hlaváč
Hello, I tried to move my project https://github.com/hlavki/g-suite-identity-sync to JDK 11. 1. So I changed: 11 11 2. All occurences of to 11 3. Added jaxb to classpath. and I get this error: Failed to execute goal on project g-suite-identity-sync-features: Could not resolve