svn commit: r1850223 - in /ofbiz/ofbiz-framework/trunk: applications/product/src/main/java/org/apache/ofbiz/product/category/ framework/base/src/main/java/org/apache/ofbiz/base/util/

2019-01-03 Thread adityasharma
Author: adityasharma Date: Thu Jan 3 08:51:14 2019 New Revision: 1850223 URL: http://svn.apache.org/viewvc?rev=1850223=rev Log: Improved: Refactor boolean returns from methods (OFBIZ-10725) Improved boolean returns with a single statement, replacing if blocks with the explicit boolean return.

svn commit: r1850250 - in /ofbiz/ofbiz-framework/trunk/framework/webapp/src: main/java/org/apache/ofbiz/webapp/control/RequestHandler.java test/java/org/apache/ofbiz/webapp/control/RequestHandlerTests

2019-01-03 Thread pgil
Author: pgil Date: Thu Jan 3 16:28:27 2019 New Revision: 1850250 URL: http://svn.apache.org/viewvc?rev=1850250=rev Log: Improved: Extract verification of certificates in ‘RequestHandler’ (OFBIZ-10450) No functional change. Reducte the size of RequestHandler::doRequest method. Add somes unit

svn commit: r1850253 - /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/model/ModelField.java

2019-01-03 Thread jleroux
Author: jleroux Date: Thu Jan 3 17:22:00 2019 New Revision: 1850253 URL: http://svn.apache.org/viewvc?rev=1850253=rev Log: Improved: Simplify ‘entity.model.ModelField#EncryptMethod’ enum (OFBIZ-10763) The use of an overridden abstract method for isEncrypted is a bit overkill and could be

svn commit: r1850241 - /ofbiz/ofbiz-framework/trunk/build.gradle

2019-01-03 Thread nmalin
Author: nmalin Date: Thu Jan 3 15:36:40 2019 New Revision: 1850241 URL: http://svn.apache.org/viewvc?rev=1850241=rev Log: Implemented: Upgrade Groovy 2.4.13 → 2.4.16 (OFBIZ-10762) Thanks to Mathieu Lirzin for the proposal We can see changelogs here : *