buildbot success in on ofbizBranch17FrameworkPlugins

2019-01-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch17FrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/234 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build R

buildbot success in on ofbizBranch16

2019-01-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch16 while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch16/builds/143 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The AnyBranchScheduler sched

buildbot success in on ofbizBranch17Framework

2019-01-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch17Framework while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17Framework/builds/201 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The Any

buildbot success in on ofbizTrunkFrameworkPlugins

2019-01-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/662 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason:

svn commit: r1851363 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/ entityext/src/main/java/org/apache/ofbiz/entityext/eca/ service/src/main/java/org/apach

2019-01-15 Thread jleroux
Author: jleroux Date: Tue Jan 15 14:22:31 2019 New Revision: 1851363 URL: http://svn.apache.org/viewvc?rev=1851363&view=rev Log: Improved: ObjectType::doRealCompare returns null instead of a boolean in few places (OFBIZ-10812) While reviewing OFBIZ-10811 I found that I could improve ObjectType

svn commit: r1851361 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ applications/product/src/main/java/org/apache/ofbiz/shipment/packing/PackingSession.java

2019-01-15 Thread jleroux
Author: jleroux Date: Tue Jan 15 14:14:14 2019 New Revision: 1851361 URL: http://svn.apache.org/viewvc?rev=1851361&view=rev Log: "Applied fix from trunk for revision: 1851353" r1851353 | paulfoxworthy | 2019-01-15 14:53:51 +

svn commit: r1851359 - /ofbiz/ofbiz-framework/branches/release17.12/applications/product/src/main/java/org/apache/ofbiz/shipment/packing/PackingSession.java

2019-01-15 Thread paulfoxworthy
Author: paulfoxworthy Date: Tue Jan 15 14:09:16 2019 New Revision: 1851359 URL: http://svn.apache.org/viewvc?rev=1851359&view=rev Log: Fixed: In packing, only use reservations with stock on hand (OFBIZ-9677) During packing, OFBiz looks for reservations (OrderItemShipGrpInvRes) for the order item.

svn commit: r1851357 - /ofbiz/branches/release16.11/applications/product/src/main/java/org/apache/ofbiz/shipment/packing/PackingSession.java

2019-01-15 Thread paulfoxworthy
Author: paulfoxworthy Date: Tue Jan 15 14:03:35 2019 New Revision: 1851357 URL: http://svn.apache.org/viewvc?rev=1851357&view=rev Log: Fixed: In packing, only use reservations with stock on hand (OFBIZ-9677) During packing, OFBiz looks for reservations (OrderItemShipGrpInvRes) for the order item.

buildbot success in on ofbizTrunkFramework

2019-01-15 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/639 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1851353 - /ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/shipment/packing/PackingSession.java

2019-01-15 Thread paulfoxworthy
Author: paulfoxworthy Date: Tue Jan 15 13:53:51 2019 New Revision: 1851353 URL: http://svn.apache.org/viewvc?rev=1851353&view=rev Log: Fixed: In packing, only use reservations with stock on hand (OFBIZ-9677) During packing, OFBiz looks for reservations (OrderItemShipGrpInvRes) for the order item.

svn commit: r1851351 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java

2019-01-15 Thread jleroux
Author: jleroux Date: Tue Jan 15 13:48:56 2019 New Revision: 1851351 URL: http://svn.apache.org/viewvc?rev=1851351&view=rev Log: "Applied fix from trunk for revision: 1851350" r1851350 | jleroux | 2019-01-15 14:48:33 +0100 (

svn commit: r1851352 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java

2019-01-15 Thread jleroux
Author: jleroux Date: Tue Jan 15 13:48:58 2019 New Revision: 1851352 URL: http://svn.apache.org/viewvc?rev=1851352&view=rev Log: "Applied fix from trunk for revision: 1851350" r1851350 | jleroux | 2019-01-15 14:48:33 +0100 (

svn commit: r1851350 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/LoginWorker.java

2019-01-15 Thread jleroux
Author: jleroux Date: Tue Jan 15 13:48:33 2019 New Revision: 1851350 URL: http://svn.apache.org/viewvc?rev=1851350&view=rev Log: Fixed: Correct behaviour of Autologin cookies (OFBIZ-10635) As reported by Deepak Nigam on dev ML there was a risk of NPE with userLogin w/ my last commit at r1851074