You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2019/10/17 09:37:39 UTC

[geode] branch develop updated (a098c3d -> c5d005e)

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

mivanac pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from a098c3d  GEODE:7266: improve ClassName javadocs (#4159)
     new c2b989b  GEODE-7287: Add test to REST function exec with a filter
     new b3f1e5f  GEODE-7287: Add negative test and remove comment
     new c5d005e  Merge pull request #4147 from Nordix/feature/GEODE-7287

The 8520 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:
 .../controllers/GetOrderDescriptionFunction.java   | 93 ++++++++++++++++++++++
 .../web/controllers/RestAccessControllerTest.java  | 35 +++++++-
 2 files changed, 127 insertions(+), 1 deletion(-)
 create mode 100644 geode-web-api/src/integrationTest/java/org/apache/geode/rest/internal/web/controllers/GetOrderDescriptionFunction.java