svn commit: r1868614 - in /ofbiz/branches/release16.11: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2019-10-18 Thread jleroux
Author: jleroux Date: Sat Oct 19 06:58:15 2019 New Revision: 1868614 URL: http://svn.apache.org/viewvc?rev=1868614&view=rev Log: "Applied fix from trunk framework for revision: 1868611" r1868611 | jleroux | 2019-10-19 08:42:

svn commit: r1868612 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2019-10-18 Thread jleroux
Author: jleroux Date: Sat Oct 19 06:58:01 2019 New Revision: 1868612 URL: http://svn.apache.org/viewvc?rev=1868612&view=rev Log: "Applied fix from trunk for revision: 1868611" r1868611 | jleroux | 2019-10-19 08:42:07 +0200 (

svn commit: r1868613 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2019-10-18 Thread jleroux
Author: jleroux Date: Sat Oct 19 06:58:10 2019 New Revision: 1868613 URL: http://svn.apache.org/viewvc?rev=1868613&view=rev Log: "Applied fix from trunk for revision: 1868611" r1868611 | jleroux | 2019-10-19 08:42:07 +0200 (

svn commit: r1868611 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2019-10-18 Thread jleroux
Author: jleroux Date: Sat Oct 19 06:42:07 2019 New Revision: 1868611 URL: http://svn.apache.org/viewvc?rev=1868611&view=rev Log: Improved: Handling tenant in XmlRpcEventHandler (OFBIZ-10284) The XMLRPC service does not support tenants. Even if the tenant domain is included in the HTTP request th

buildbot success in on ofbizTrunkFrameworkRat

2019-10-18 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFrameworkRat while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkRat/builds/789 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf945_ubuntu Build Reason: downstrea

svn commit: r1868601 - in /ofbiz/ofbiz-framework/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/component/ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/catalin

2019-10-18 Thread mthl
Author: mthl Date: Fri Oct 18 19:46:32 2019 New Revision: 1868601 URL: http://svn.apache.org/viewvc?rev=1868601&view=rev Log: Improved: Refactor ‘ContainerConfig’ class (OFBIZ-11256) This removes some code duplication, make things immutable and add some javadoc. Modified: ofbiz/ofbiz-framewo

buildbot failure in on ofbizTrunkFrameworkRat

2019-10-18 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFrameworkRat while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkRat/builds/788 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf945_ubuntu Build Reason: downstream B

svn commit: r1868597 - in /ofbiz/ofbiz-framework/trunk: build.gradle config/ config/checkstyle/ config/checkstyle/checkstyle.xml

2019-10-18 Thread mthl
Author: mthl Date: Fri Oct 18 14:56:50 2019 New Revision: 1868597 URL: http://svn.apache.org/viewvc?rev=1868597&view=rev Log: Improved: Use ‘checkstyle’ linting tool (OFBIZ-11251) Linting [1] is a software engineering practice which make the code more readable and maintainable by improving its co

buildbot success in on ofbizTrunkFramework

2019-10-18 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/1142 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf945_ubuntu Build Reason: forced: by IRC

svn commit: r1868591 - in /ofbiz: ofbiz-framework/trunk/applications/order/src/main/groovy/org/apache/ofbiz/order/ ofbiz-framework/trunk/applications/order/testdef/ ofbiz-plugins/trunk/ecommerce/ ofbi

2019-10-18 Thread jleroux
Author: jleroux Date: Fri Oct 18 13:16:39 2019 New Revision: 1868591 URL: http://svn.apache.org/viewvc?rev=1868591&view=rev Log: Fixed: Move OrderNotificationTests.groovy from order to ecommerce (OFBIZ-11255) Fixes the errors in framework only tests, order and ecommerce suites tests pass Added:

svn commit: r1868589 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/UtilProperties.java entity/src/main/java/org/apache/ofbiz/entity/util/EntityUtilProperti

2019-10-18 Thread jleroux
Author: jleroux Date: Fri Oct 18 11:44:29 2019 New Revision: 1868589 URL: http://svn.apache.org/viewvc?rev=1868589&view=rev Log: Improved: Remove unused methods related to properties in UtilProperties and EntityUtilProperties (OFBIZ-11254) While removing the POS I forgot to remove specific metho

buildbot failure in on ofbizTrunkFramework

2019-10-18 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/1139 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSche

svn commit: r1868581 - /ofbiz/ofbiz-framework/trunk/framework/common/minilang/permission/CommonPermissionServices.xml

2019-10-18 Thread nmalin
Author: nmalin Date: Fri Oct 18 09:26:29 2019 New Revision: 1868581 URL: http://svn.apache.org/viewvc?rev=1868581&view=rev Log: Fixed: Down the log level to inform to use genericBasePermissionCheck After the migration of genericBasePermissionCheck from mini-lang to groovy, I set a warning messag

svn commit: r1868580 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilProperties.java

2019-10-18 Thread nmalin
Author: nmalin Date: Fri Oct 18 09:22:11 2019 New Revision: 1868580 URL: http://svn.apache.org/viewvc?rev=1868580&view=rev Log: Fixed: Down the log level to inform when a property number is empty When you call a property number undefined, UtilProperty return the default value and you have in con