You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sb...@apache.org on 2018/04/06 21:06:28 UTC

[geode-examples] 01/01: Merge branch 'release/1.5.0'

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

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

commit fdd79ec48313914f4bcd2507230e55ab47f772a3
Merge: 5b413a3 4941f05
Author: Swapnil Bawaskar <sb...@apache.org>
AuthorDate: Fri Apr 6 14:01:45 2018 -0700

    Merge branch 'release/1.5.0'

 README.md                                          |  40 ++++---
 build.gradle                                       |  44 +++++++-
 clientSecurity/README.md                           |   3 +-
 clientSecurity/example_security.properties         |   6 ++
 clientSecurity/keystore.jks                        | Bin 0 -> 515 bytes
 clientSecurity/scripts/start.gfsh                  |   7 +-
 clientSecurity/scripts/stop.gfsh                   |   4 +-
 .../geode_examples/clientSecurity/Example.java     |   5 +
 clientSecurity/truststore.jks                      | Bin 0 -> 515 bytes
 eviction/README.md                                 |  53 +++++++++
 gradle.properties => eviction/scripts/start.gfsh   |  20 ++--
 {clientSecurity => eviction}/scripts/stop.gfsh     |   3 +-
 .../apache/geode_examples/eviction/Example.java    |  72 +++++++++++++
 expiration/README.md                               |  54 ++++++++++
 gradle.properties => expiration/scripts/start.gfsh |  21 ++--
 {clientSecurity => expiration}/scripts/stop.gfsh   |   3 +-
 .../apache/geode_examples/expiration/Example.java  |  88 +++++++++++++++
 gradle.properties                                  |   4 +-
 indexes/README.md                                  |  57 ++++++++++
 gradle.properties => indexes/scripts/start.gfsh    |  21 ++--
 {clientSecurity => indexes}/scripts/stop.gfsh      |   3 +-
 .../org/apache/geode_examples/indexes/Example.java |  82 ++++++++++++++
 .../apache/geode_examples/indexes/FlightCode.java  |  54 ++++++++++
 .../apache/geode_examples/indexes/Passenger.java   |  66 ++++++++++++
 .../geode_examples/indexes/RegionPopulator.java    |  76 +++++++++++++
 serialization/README.md                            |  61 +++++++++++
 .../stop.gfsh => serialization/scripts/start.gfsh  |  10 +-
 .../scripts/stop.gfsh                              |   5 +-
 .../geode_examples/serialization/Country.java      | 118 +++++++++++++++++++++
 .../geode_examples/serialization/Example.java      | 107 +++++++++++++++++++
 settings.gradle                                    |   4 +
 31 files changed, 1021 insertions(+), 70 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sbawaskar@apache.org.