Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Skip
I am using Ofbiz version 12. I cannot easily convert to the latest because I have made thousands of changes to the ofbiz core code and redoing all that for version 16 will take a long time. Recently, UPS stopped support for TLS 1.0. It now requires 1.2. This is supported in Java 8. Does anyone

Re: Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Yashwant Dhakad
Hi Skip, Please do following changes in build.xml files: 1. applications/order/build.xml in this file add after this line. 2. applications/party/build.xml in this file add after this line. 3. applications/product/build.xml in this file add after this line. 4. applicatio

Re: Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Oleg Andreyev
Hi Skip, Actually, if UPS connectivity is the only problem then you may enable TLS 1.2 in Java 7. Find target 'start-batch' (or whatever you use to start an ofbiz instance) in build.xml and add another with value -Dhttps.protocols=TLSv1.1,TLSv1.2 On Sat, Dec 9, 2017 at 1:18 AM, Skip wrote: >

Re: Java SDK version 8 for Ofbiz version 12

2017-12-10 Thread Paul Foxworthy
Hi Skip, Check out https://issues.apache.org/jira/browse/OFBIZ-4749 and https://issues.apache.org/jira/browse/OFBIZ-5835. With the patches from these two in place, OFBiz 10 and 11 compile with OpenJDK 8. Cheers Paul Foxworthy On 9 December 2017 at 18:29, Oleg Andreyev wrote: > Hi Skip, > >

Re: Java SDK version 8 for Ofbiz version 12

2017-12-11 Thread Nicolas Malin
You can check also the issue https://issues.apache.org/jira/browse/OFBIZ-5881 Nicolas Le 10/12/2017 à 23:17, Paul Foxworthy a écrit : Hi Skip, Check out https://issues.apache.org/jira/browse/OFBIZ-4749 and https://issues.apache.org/jira/browse/OFBIZ-5835. With the patches from these two in p