1. 3451524 No functional changes related to r1768168. Uses Multiple catch blocks wherever by Jacques Le Roux · 8 years ago
  2. 021719d Improvement: Generic value is null or not should be checked using native checks. Utility method isEmpty or isNotEmpty is not needed to check if generic value is null or not because generic values can never be empty. They can be null or not nulls. So made changes accordingly all over the places. by Divesh Dutta · 8 years ago
  3. 0935ff4 Implemented: Refer to objects by their interfaces rather than class when instantiating Collection implementation classes in Java files by Arun Patidar · 8 years ago
  4. 9d5ea5d Fixed: Catch GenericEntityException and GenericServiceException and other instead of Exception in Java classes. by Arun Patidar · 8 years ago
  5. 37ea12b Implemented: Added CRUD services for Delivery, EmailTemplateSetting and EbayProductListingAttribute entity. by Arun Patidar · 8 years ago
  6. ec20e32 (OFBIZ-8009) Applied patch from jira issue by Deepak Dixit · 8 years ago
  7. 0bcb141 Fixes "a bunch of small leaks (closes missing, reported as warnings in Eclipse)" - https://issues.apache.org/jira/browse/OFBIZ-8115 by Jacques Le Roux · 8 years ago
  8. 4c2a3d0 (OFBIZ-6274) Renamed OFBiz artefacts from org.ofbiz.* to org.apache.ofbiz.*.Thanks to Taher for working on it. by Deepak Dixit · 9 years ago
  9. 019f44d Migrate ALL java files from /src to /src/main/java - OFBIZ-7790 by Taher A. Alkhateeb · 9 years ago