svn commit: r1798104 - /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityListIterator.java

2017-06-08 Thread jleroux
Author: jleroux Date: Thu Jun 8 18:39:23 2017 New Revision: 1798104 URL: http://svn.apache.org/viewvc?rev=1798104&view=rev Log: No functional change. Adds a suggestion to report in case of EntityListIterator Not Closed Modified: ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/or

svn commit: r1798086 - /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/finder/ListFinder.java

2017-06-08 Thread jleroux
Author: jleroux Date: Thu Jun 8 16:16:29 2017 New Revision: 1798086 URL: http://svn.apache.org/viewvc?rev=1798086&view=rev Log: This fixes a bug introduced with r1797097 As noted in code the EntityListIterator was not closed for a "good" reason: it might be used later by the framework though not

svn commit: r1798060 - /ofbiz/ofbiz-framework/trunk/framework/common/src/main/java/org/apache/ofbiz/common/test/PerformFindTests.java

2017-06-08 Thread jleroux
Author: jleroux Date: Thu Jun 8 13:49:23 2017 New Revision: 1798060 URL: http://svn.apache.org/viewvc?rev=1798060&view=rev Log: Fixes a bug due to r1797222. I missed in some cases the EntityListIterator might not exist in the context (this seems still weird to me, but obviously there are cases..

svn commit: r1798029 - /ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml

2017-06-08 Thread shijh
Author: shijh Date: Thu Jun 8 07:19:38 2017 New Revision: 1798029 URL: http://svn.apache.org/viewvc?rev=1798029&view=rev Log: Fixed: Screen broken on click ThirdPartyLogin, OAuth2GitHub, GitHubUser, OAuth2LinkedIn and LinkedInUser entities. (OFBIZ-9390) Thanks Renuka Srishti for the report and