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

[geode-examples] branch develop updated (251d35e -> c435bec)

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-examples.git.


    from 251d35e  GEODE-6648: use org.junit.Assert.assertEquals
     add 1fea152  Add JDBC Connector example.
     add 241fd88  Add JDBC Connector Diagram
     add 37d664f  Skip image files for license checking
     add fa0fa29  Move some gfsh commands from the script to README
     new c435bec  Merge pull request #76 from apache/jdbc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/rat.gradle                                  |  3 +
 jdbc/README.md                                     | 89 ++++++++++++++++++++++
 jdbc/connector.svg                                 |  1 +
 {writer => jdbc}/scripts/start.gfsh                | 14 ++--
 {persistence => jdbc}/scripts/stop.gfsh            |  2 +-
 .../org/apache/geode_examples/jdbc/Example.java    | 79 +++++++++++++++++++
 .../org/apache/geode_examples/jdbc/Parent.java     | 39 +++++++---
 settings.gradle                                    |  1 +
 8 files changed, 210 insertions(+), 18 deletions(-)
 create mode 100644 jdbc/README.md
 create mode 100644 jdbc/connector.svg
 copy {writer => jdbc}/scripts/start.gfsh (75%)
 copy {persistence => jdbc}/scripts/stop.gfsh (96%)
 create mode 100644 jdbc/src/main/java/org/apache/geode_examples/jdbc/Example.java
 copy lucene/src/main/java/org/apache/geode_examples/lucene/Contact.java => jdbc/src/main/java/org/apache/geode_examples/jdbc/Parent.java (61%)


[geode-examples] 01/01: Merge pull request #76 from apache/jdbc

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c435beca4809cb66346ca85b8a5ea29bc0249fdb
Merge: 251d35e fa0fa29
Author: Jianxia Chen <jc...@pivotal.io>
AuthorDate: Mon May 13 15:07:36 2019 -0700

    Merge pull request #76 from apache/jdbc
    
    Add JDBC Connector example.

 gradle/rat.gradle                                  |  3 +
 jdbc/README.md                                     | 89 ++++++++++++++++++++++
 jdbc/connector.svg                                 |  1 +
 jdbc/scripts/start.gfsh                            | 30 ++++++++
 jdbc/scripts/stop.gfsh                             | 20 +++++
 .../org/apache/geode_examples/jdbc/Example.java    | 79 +++++++++++++++++++
 .../org/apache/geode_examples/jdbc/Parent.java     | 58 ++++++++++++++
 settings.gradle                                    |  1 +
 8 files changed, 281 insertions(+)