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

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


    from b74dc27  GEODE-7037: User Guide - Typo correction in "Timeouts for 
Long-Running Queries" (#3869)
     add 81da5bf  GEODE-6804: add tab completion for deploy --jar= and --dir= 
(#3860)

No new revisions were added by this update.

Summary of changes:
 .../internal/cli/GfshParserConverterTest.java      |  24 ++++
 .../apache/geode/management/cli/ConverterHint.java |   3 +-
 .../internal/cli/commands/DeployCommand.java       |   5 +-
 .../cli/converters/FilePathStringConverter.java    |  16 ++-
 ...PathConverter.java => JarDirPathConverter.java} |  84 ++++++------
 ...thConverter.java => JarFilesPathConverter.java} |  39 ++++--
 .../cli/converters/JarDirPathConverterTest.java    | 131 ++++++++++++++++++
 .../cli/converters/JarFilesPathConverterTest.java  | 150 +++++++++++++++++++++
 8 files changed, 391 insertions(+), 61 deletions(-)
 copy 
geode-core/src/main/java/org/apache/geode/management/internal/cli/converters/{RegionPathConverter.java
 => JarDirPathConverter.java} (51%)
 copy 
geode-core/src/main/java/org/apache/geode/management/internal/cli/converters/{FilePathConverter.java
 => JarFilesPathConverter.java} (53%)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/converters/JarDirPathConverterTest.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/converters/JarFilesPathConverterTest.java

Reply via email to