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 'javax.xml.soap:javax.
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 Vasmatkar
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
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 con
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 w