This is an automated email from the ASF dual-hosted git repository.
udo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.
from cc10011 Revert "Merge pull request #64 from
dihardman/feature/GEODE-5414"
add d9f888e GEODE-5414: Adding WAN example.
add b76dbdf Added wan/scripts/start.gfsh to be used by runAll
add d7e936f Updated README based on feedback. Removed pdx
read-serialized=true from start scripts.
add 22962e3 Fixed link to WAN documentation.
add 0868e1d Updated start.gfsh to remove list members commands and add 5
sec sleep between creating clusters and adding region to workaround GEODE-5421
new 872f70f Merge pull request #66 from dihardman/feature/GEODE-5414-2
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 | 15 ++-
{persistence => wan}/scripts/stop.gfsh | 8 +-
.../org/apache/geode_examples/wan}/Example.java | 6 +-
10 files changed, 258 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%)