Re: [Discussion] Upgrading OFBiz to work with Java 11

2018-12-31 Thread Taher Alkhateeb
Created JIRA [1] to start working on this. [1] https://issues.apache.org/jira/browse/OFBIZ-10757 On Thu, Dec 27, 2018 at 4:08 PM Deepak Dixit wrote: > > I tried to run ofbiz with JDK 11, with following entry in build.gradle I am > able to build and run ofbiz. > > > runtime

Re: [Discussion] Upgrading OFBiz to work with Java 11

2018-12-27 Thread Deepak Dixit
I tried to run ofbiz with JDK 11, with following entry in build.gradle I am able to build and run ofbiz. runtime 'javax.xml.soap:javax.xml.soap-api:1.4.0' There are around 75 warnings (framework + plugins) Thanks & Regards -- Deepak Dixit On Wed, Dec 26, 2018 at 10:48 AM Girish

Re: [Discussion] Upgrading OFBiz to work with Java 11

2018-12-27 Thread Mathieu Lirzin
Hello, Taher Alkhateeb writes: > Now that we upgraded Gradle, I think we should consider moving to the > new LTS (JDK 11)? I tried to upgrade to java 11 and got lots of > issues. Some deprecated packages are removed and others changed > signature. I got 2 errors and about 53 warnings for things

Re: [Discussion] Upgrading OFBiz to work with Java 11

2018-12-25 Thread Girish Vasmatkar
Hi Taher I haven't tried upgrading myself but I'm in for this effort. I think it only makes sense to do the upgrade. I'll also try Java 11 and see how it goes. Best, Girish On Wed, Dec 26, 2018 at 1:25 AM Taher Alkhateeb wrote: > Hi Folks, > > Now that we upgraded Gradle, I think we should

[Discussion] Upgrading OFBiz to work with Java 11

2018-12-25 Thread Taher Alkhateeb
Hi Folks, Now that we upgraded Gradle, I think we should consider moving to the new LTS (JDK 11)? I tried to upgrade to java 11 and got lots of issues. Some deprecated packages are removed and others changed signature. I got 2 errors and about 53 warnings for things that should be fixed. Should