You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/03/09 15:36:51 UTC

[ofbiz-plugins] branch trunk updated (b678615 -> 4afe603)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git.


    from b678615  Improved: Added all the service level error messages for missing required field for plugins/ebay component. (OFBIZ-7471)
     new fd90284  [Improved] : Converted the Dimension Service to groovy - Deleted the old mini-lang service file - Updated the service definitions with the new groovy methods - Added a new file with the groovy implementation (with minor enhancement) of all the Dimension services As the services deal with lists, there could be scenarios where the enterprise comprises of several thousand products, and so used the EntityListIterator instead of fetching the entire list.
     new d5d0623  Update: The entity operator as the XML service used these instead of the current ones. - Thanks Jacques for the catch. (OFBIZ-19048)
     new 4afe603  Merge pull request #7 from priyasharma1/OFBIZ-10948

The 4087 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bi/groovyScripts/DimensionServices.groovy | 135 ++++++++++++++++++++++++++++
 bi/minilang/DimensionServices.xml         | 142 ------------------------------
 bi/servicedef/services.xml                |  28 +++---
 3 files changed, 149 insertions(+), 156 deletions(-)
 create mode 100644 bi/groovyScripts/DimensionServices.groovy
 delete mode 100644 bi/minilang/DimensionServices.xml