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

dixie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


    from a3bc317  temporarily point to staging repo for CI purposes
     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
     add c435bec  Merge pull request #76 from apache/jdbc
     add dd4ab58  Use openjdk for travis checks
     add 9dff6b8  Upgraded version number for releasing 1.10.0
     add ea57d00  Remove -SNAPSHOT from version
     add fa60100  Set versions correctly to 1.10.0
     add 075158b  temporarily point to staging repo for CI purposes
     add c4fe88c  temporarily point to staging repo for CI purposes
     add 0d92c4a  Revert "temporarily point to staging repo for CI purposes"
     new 51440d2  Replacing master with contents of release/1.10.0

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.properties                                  |  8 +-
 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 +
 9 files changed, 214 insertions(+), 22 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%)

Reply via email to