This is an automated email from the ASF dual-hosted git repository.
sbawaskar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.
from 5b413a3 Merge branch 'release/1.4.0'
add d9f911f Updating version of geode to 1.5.0-SNAPSHOT
add 58eb042 GEODE-4119: Add an example of eviction.
add 5df2a69 GEODE-4119: Add an example of eviction.
add eef628b GEODE-3868: Client security example should use SSL
add 26b4f09 GEODE-4428: Fix links for queries and Lucene. (#47)
add e28850d GEODE-4253: Add an example for expiration. (#44)
add 0d04c0b GEODE-4440: Create an example that demonstrates OQL compact
range indexes. (#48)
add 44a19be GEODE-4646: Add build-specific instructions. (#49)
add 36f4060 GEODE-4666: Ensure a clean working environment for examples.
(#52)
add 4941f05 updated version in preparation of the release
new fdd79ec Merge branch 'release/1.5.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:
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 +++++++++
{queries => eviction}/scripts/start.gfsh | 8 +-
{writer => eviction}/scripts/stop.gfsh | 0
.../apache/geode_examples/eviction}/Example.java | 36 +++----
expiration/README.md | 54 ++++++++++
{loader => expiration}/scripts/start.gfsh | 9 +-
{writer => expiration}/scripts/stop.gfsh | 0
.../apache/geode_examples/expiration}/Example.java | 70 +++++++-----
gradle.properties | 4 +-
indexes/README.md | 57 ++++++++++
{loader => indexes}/scripts/start.gfsh | 9 +-
{writer => indexes}/scripts/stop.gfsh | 0
.../org/apache/geode_examples/indexes/Example.java | 82 ++++++++++++++
.../apache/geode_examples/indexes/FlightCode.java | 42 ++++----
.../apache/geode_examples/indexes/Passenger.java | 66 ++++++++++++
.../geode_examples/indexes/RegionPopulator.java | 76 +++++++++++++
serialization/README.md | 61 +++++++++++
{replicated => serialization}/scripts/start.gfsh | 5 +-
{functions => serialization}/scripts/stop.gfsh | 4 +-
.../geode_examples/serialization/Country.java | 118 +++++++++++++++++++++
.../geode_examples/serialization/Example.java | 107 +++++++++++++++++++
settings.gradle | 4 +
31 files changed, 866 insertions(+), 108 deletions(-)
create mode 100644 clientSecurity/keystore.jks
create mode 100644 clientSecurity/truststore.jks
create mode 100644 eviction/README.md
copy {queries => eviction}/scripts/start.gfsh (88%)
mode change 100644 => 100755
copy {writer => eviction}/scripts/stop.gfsh (100%)
mode change 100644 => 100755
copy {listener/src/main/java/org/apache/geode_examples/listener =>
eviction/src/main/java/org/apache/geode_examples/eviction}/Example.java (79%)
create mode 100644 expiration/README.md
copy {loader => expiration}/scripts/start.gfsh (84%)
mode change 100644 => 100755
copy {writer => expiration}/scripts/stop.gfsh (100%)
mode change 100644 => 100755
copy {listener/src/main/java/org/apache/geode_examples/listener =>
expiration/src/main/java/org/apache/geode_examples/expiration}/Example.java
(57%)
create mode 100644 indexes/README.md
copy {loader => indexes}/scripts/start.gfsh (82%)
copy {writer => indexes}/scripts/stop.gfsh (100%)
create mode 100644
indexes/src/main/java/org/apache/geode_examples/indexes/Example.java
copy
luceneSpatial/src/main/java/org/apache/geode_examples/luceneSpatial/TrainStop.java
=> indexes/src/main/java/org/apache/geode_examples/indexes/FlightCode.java
(51%)
create mode 100644
indexes/src/main/java/org/apache/geode_examples/indexes/Passenger.java
create mode 100644
indexes/src/main/java/org/apache/geode_examples/indexes/RegionPopulator.java
create mode 100644 serialization/README.md
copy {replicated => serialization}/scripts/start.gfsh (93%)
copy {functions => serialization}/scripts/stop.gfsh (96%)
create mode 100644
serialization/src/main/java/org/apache/geode_examples/serialization/Country.java
create mode 100644
serialization/src/main/java/org/apache/geode_examples/serialization/Example.java
--
To stop receiving notification emails like this one, please contact
[email protected].