This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.
from 2549e36 Merge pull request #63 from apache/feature/overflow-example
add faee332 GEODE-5414: Adding WAN example.
add 24cc2f5 Added wan/scripts/start.gfsh to be used by runAll
add 5f0cda9 Updated README based on feedback. Removed pdx
read-serialized=true from start scripts.
add eed2d06 Fixed link to WAN documentation.
new 4072981 Merge pull request #64 from dihardman/feature/GEODE-5414
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:
build.gradle | 6 +
gradle/rat.gradle | 8 +-
settings.gradle | 1 +
wan/README.md | 125 +++++++++++++++++++++
wan/scripts/start-ln.gfsh | 43 +++++++
wan/scripts/start-ny.gfsh | 43 +++++++
.../start.gfsh => wan/scripts/start-wan.gfsh | 21 ++--
{putall => wan}/scripts/start.gfsh | 16 ++-
{persistence => wan}/scripts/stop.gfsh | 8 +-
.../org/apache/geode_examples/wan}/Example.java | 6 +-
10 files changed, 259 insertions(+), 18 deletions(-)
create mode 100644 wan/README.md
create mode 100644 wan/scripts/start-ln.gfsh
create mode 100644 wan/scripts/start-ny.gfsh
copy overflow/scripts/start.gfsh => wan/scripts/start-wan.gfsh (57%)
copy {putall => wan}/scripts/start.gfsh (73%)
mode change 100755 => 100644
copy {persistence => wan}/scripts/stop.gfsh (84%)
copy {replicated/src/main/java/org/apache/geode_examples/replicated =>
wan/src/main/java/org/apache/geode_examples/wan}/Example.java (94%)