This is an automated email from the ASF dual-hosted git repository.
lmccay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.
from 69b08af KNOX-2186 - Advanced service discovery configuration handling
(#238)
add 36ee8ab KNOX-1742 - Simple SQL Client in KnoxShell for access to JDBC
sources (#241)
No new revisions were added by this update.
Summary of changes:
.../main/resources/build-tools/spotbugs-filter.xml | 5 +
.../org/apache/knox/gateway/shell/KnoxSession.java | 25 ++-
.../java/org/apache/knox/gateway/shell/KnoxSh.java | 21 +++
.../java/org/apache/knox/gateway/shell/Shell.java | 2 +-
.../shell/commands/AbstractSQLCommandSupport.java | 4 +-
.../gateway/shell/commands/DataSourceCommand.java | 17 +-
.../apache/knox/gateway/shell/jdbc/KnoxLine.java | 209 +++++++++++++++++++++
7 files changed, 272 insertions(+), 11 deletions(-)
create mode 100644
gateway-shell/src/main/java/org/apache/knox/gateway/shell/jdbc/KnoxLine.java