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

jchen21 pushed a commit to branch feature/GEODE-5945
in repository https://gitbox.apache.org/repos/asf/geode.git

commit c08da3b17470d57b7336dc9243d451b9b713b2d2
Author: Ben Ross <br...@pivotal.io>
AuthorDate: Fri Oct 26 14:22:56 2018 -0700

    GEODE-5945: Remove ref to JDBC connection commands
    
    Remove the references to the JDBC connection commands
    
    [GEODE-5945]
    
    Co-authored-by: Ben Ross <br...@pivotal.io>
    Co-authored-by: Jianxia Chen <jc...@pivotal.io>
---
 .../META-INF/services/org.springframework.shell.core.CommandMarker   | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/geode-connectors/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
 
b/geode-connectors/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
index 9599986..27742b3 100644
--- 
a/geode-connectors/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
+++ 
b/geode-connectors/src/main/resources/META-INF/services/org.springframework.shell.core.CommandMarker
@@ -15,11 +15,6 @@
 # limitations under the License.
 #
 # JDBC Connector Extension commands
-org.apache.geode.connectors.jdbc.internal.cli.CreateConnectionCommand
-org.apache.geode.connectors.jdbc.internal.cli.DestroyConnectionCommand
-org.apache.geode.connectors.jdbc.internal.cli.ListConnectionCommand
-org.apache.geode.connectors.jdbc.internal.cli.DescribeConnectionCommand
-org.apache.geode.connectors.jdbc.internal.cli.AlterConnectionCommand
 org.apache.geode.connectors.jdbc.internal.cli.CreateMappingCommand
 org.apache.geode.connectors.jdbc.internal.cli.AlterMappingCommand
 org.apache.geode.connectors.jdbc.internal.cli.DestroyMappingCommand

Reply via email to