You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/05/22 18:41:12 UTC

[geode] branch develop updated (0430a53 -> 1f65792)

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

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


    from 0430a53  GEODE-5731: Add tests for hostname-for-clients
     add 1f65792  GEODE-6669: Register drivers automatically when creating datasources for JDBC connector (#3584)

No new revisions were added by this update.

Summary of changes:
 geode-connectors/build.gradle                      | 19 +++++
 .../cli/CreateDataSourceCommandDUnitTest.java      | 50 ++++++++++++
 .../jdbc/internal/cli/CreateDataSourceCommand.java |  8 ++
 .../functions/CreateJndiBindingFunctionTest.java   | 37 ++++++++-
 .../internal/datasource/DataSourceFactory.java     |  2 +-
 .../apache/geode/internal/jndi/JNDIInvoker.java    | 35 +++++++--
 .../apache/geode/internal/util/DriverJarUtil.java  | 88 ++++++++++++++++++++++
 .../cli/functions/CreateJndiBindingFunction.java   | 25 +++---
 .../util/DriverJarUtilTest.java}                   | 35 +++++----
 9 files changed, 261 insertions(+), 38 deletions(-)
 create mode 100644 geode-core/src/main/java/org/apache/geode/internal/util/DriverJarUtil.java
 copy geode-core/src/test/java/org/apache/geode/{management/internal/cli/commands/lifecycle/StartJVisualVMCommandTest.java => internal/util/DriverJarUtilTest.java} (56%)