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

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


    from b16a709  GEODE-3819: correctly set the result status code when 
building the re… (#935)
     new c855209  GEODE-3299: refactor functions to get Cache from 
FunctionContext
     new b5e3db5  GEODE-3299: Remove unneeded constructor

The 2 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:
 .../internal/cli/commands/CreateRegionCommand.java |  2 +-
 .../internal/cli/commands/GetCommand.java          |  3 +-
 .../internal/cli/commands/PutCommand.java          |  2 +-
 .../internal/cli/commands/RemoveCommand.java       |  2 +-
 .../cli/functions/DataCommandFunction.java         | 62 ++++++++----------
 .../functions/FetchRegionAttributesFunction.java   |  7 +-
 .../cli/functions/ListDiskStoresFunction.java      |  7 +-
 .../internal/cli/functions/ListIndexFunction.java  |  7 +-
 .../functions/DataCommandFunctionJUnitTest.java    |  8 ++-
 .../DataCommandFunctionWithPDXJUnitTest.java       |  7 +-
 .../internal/cli/functions/Geode3544JUnitTest.java |  3 +-
 .../functions/ListDiskStoresFunctionJUnitTest.java | 75 +++++++---------------
 .../cli/functions/ListIndexFunctionJUnitTest.java  | 31 +++------
 .../internal/cli/result/CommandResultTest.java     | 17 ++---
 14 files changed, 86 insertions(+), 147 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <commits@geode.apache.org>'].

Reply via email to