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

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


    from 90d2d30  GEODE-5212: Corrected powershell conditional syntax
     add 0894bee  GEODE-5711: Gfsh prompt for JNDI username and password
     add b16b3e4  Merge pull request #2556 from gemzdude/jndi-intercept

No new revisions were added by this update.

Summary of changes:
 .../CreateJndiBindingCommandDUnitTest.java         |  10 +-
 .../management/internal/cli/GfshParseResult.java   |   4 +
 .../cli/commands/CreateJndiBindingCommand.java     |   5 +-
 .../cli/commands/UsernamePasswordInterceptor.java  |  50 ++++++++
 .../management/internal/cli/i18n/CliStrings.java   |   3 +
 .../commands/UsernamePasswordInterceptorTest.java  | 136 +++++++++++++++++++++
 .../cli/shell/GfshExecutionStrategyTest.java       |  43 +++++++
 7 files changed, 246 insertions(+), 5 deletions(-)
 create mode 100644 
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/UsernamePasswordInterceptor.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/UsernamePasswordInterceptorTest.java

Reply via email to