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 354ee0b GEODE-6975: Do not send reply back if hit CancelException.
(#3806)
add 3b3f971 GEODE-6804: Tab completion does not work when specifying path
for --jar argument in gfsh (#3870)
No new revisions were added by this update.
Summary of changes:
.../internal/cli/GfshParserConverterTest.java | 30 +++++
.../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 | 149 +++++++++++++++++++++
8 files changed, 396 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