RE: [EXTERNAL] - Re: OpenJDK 11 support

2019-01-07 Thread Vyacheslav Pascarel
: December 20, 2018 2:07 PM To: dev@chemistry.apache.org; Vyacheslav Pascarel Subject: Re: [EXTERNAL] - Re: OpenJDK 11 support Hi Vyacheslav, javax.xml.ws has been removed in JDK 11. You have to manually add it to the project. I haven't tested it, but this library should do it:

Re: [EXTERNAL] - Re: OpenJDK 11 support

2018-12-20 Thread Florian Müller
at java.base/java.lang.Thread.run(Thread.java:834) > > > Is there anything to be done in order to run it under JDK 11? > > Regards, > > Vyacheslav Pascarel > > -Original Message- > From: Florian Müller > Sent: November 30, 2018 2:47 PM > To

RE: [EXTERNAL] - Re: OpenJDK 11 support

2018-12-20 Thread Vyacheslav Pascarel
; Vyacheslav Pascarel Subject: Re: [EXTERNAL] - Re: OpenJDK 11 support Yes, that applies to all JDKs. - Florian > Hi Florian, > > Thank you for the prompt reply. Does it apply to both Oracle JDK and OpenJDK? > > Regards, > > Vyacheslav Pascarel > > -Original Message-

Re: [EXTERNAL] - Re: OpenJDK 11 support

2018-11-30 Thread Florian Müller
vember 30, 2018 4:36 AM > To: dev@chemistry.apache.org; Vyacheslav Pascarel > Subject: [EXTERNAL] - Re: OpenJDK 11 support > > Hi Vyacheslav, > > OpenCMIS 1.1 should work but does not compile with JDK 11. > The code in trunk is prepared to also compile with JDK 11 but we have to wait > unt

RE: [EXTERNAL] - Re: OpenJDK 11 support

2018-11-30 Thread Vyacheslav Pascarel
Hi Florian, Thank you for the prompt reply. Does it apply to both Oracle JDK and OpenJDK? Regards, Vyacheslav Pascarel -Original Message- From: Florian Müller Sent: November 30, 2018 4:36 AM To: dev@chemistry.apache.org; Vyacheslav Pascarel Subject: [EXTERNAL] - Re: OpenJDK 11

Re: OpenJDK 11 support

2018-11-30 Thread Florian Müller
Hi Vyacheslav, OpenCMIS 1.1 should work but does not compile with JDK 11. The code in trunk is prepared to also compile with JDK 11 but we have to wait until Apache CXF supports JDK 11. Currently the build breaks because a CXF tool we need for the build doesn't work, yet. - Florian > Hello, >