You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/06/27 21:20:52 UTC

[02/50] [abbrv] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

Merge branch 'develop' into feature/GEODE-1571

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/80765671
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/80765671
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/80765671

Branch: refs/heads/feature/GEODE-1571
Commit: 80765671cc4afa3610a21a27464bed85664b322a
Parents: 756d821 83c7c66
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Tue Jun 21 09:27:17 2016 -0700
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Tue Jun 21 09:27:17 2016 -0700

----------------------------------------------------------------------
 .../CreateAlterDestroyRegionCommands.java       |  2 +-
 .../internal/cli/i18n/CliStrings.java           |  8 +-
 .../gemfire/distributed/LocatorDUnitTest.java   |  1 +
 .../commands/HelpCommandsIntegrationTest.java   |  4 +
 .../cli/commands/golden-help-offline.properties | 82 ++++++++++----------
 .../lucene/internal/LuceneEventListener.java    | 10 ++-
 .../LuceneIndexForPartitionedRegion.java        |  1 +
 .../LuceneIndexMaintenanceIntegrationTest.java  | 35 +++++++++
 .../internal/LuceneEventListenerJUnitTest.java  | 21 +++++
 9 files changed, 115 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/80765671/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/CreateAlterDestroyRegionCommands.java
----------------------------------------------------------------------