This is an automated email from the ASF dual-hosted git repository. jjramos pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git
commit 386f3c35cf2718328338d9ed7e98611d92caca05 Merge: c1c0add fdbec2f Author: Juan José Ramos <[email protected]> AuthorDate: Tue Sep 18 09:57:58 2018 +0100 Merge pull request #2376 from jujoramos/feature/GEODE-5353 GEODE-5353: gfsh hint should be case independent - Added integration tests for `gfsh hint` command. - Removed some minor warnings from the `Helper` class. - Replaced the internal `HashMap` containing the `topics` for a `TreeMap` with the `String.CASE_INSENSITIVE_ORDER` comparator. .../cli/commands/HintCommandIntegrationTest.java | 69 ++++++++++++++++++++++ .../geode/management/internal/cli/help/Helper.java | 51 ++++++++-------- .../management/internal/cli/i18n/CliStrings.java | 2 +- 3 files changed, 94 insertions(+), 28 deletions(-)
