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 b4a22bf4de781cf68e483bd167da785689b4df03 Merge: 9dddba3 4ff8f8e Author: Swapnil Bawaskar <[email protected]> AuthorDate: Mon Oct 30 13:22:02 2017 +0530 Merge branch 'release/1.3.0' .gitignore | 1 + README.md | 37 +++--- build.gradle | 2 +- clientSecurity/README.md | 119 +++++++++++++++++ clientSecurity/example_security.properties | 15 +++ clientSecurity/scripts/start.gfsh | 46 +++++++ .../start.gfsh => clientSecurity/scripts/stop.gfsh | 11 +- .../geode/examples/clientSecurity/Example.java | 142 +++++++++++++++++++++ .../examples/clientSecurity/ExampleAuthInit.java | 69 ++++++++++ .../src/main/resources/example_security.json | 72 +++++++++++ gradle.properties | 4 +- gradle/rat.gradle | 1 + lucene/README.md | 90 +++++++++++++ {replicated => lucene}/scripts/start.gfsh | 14 +- .../scripts/start.gfsh => lucene/scripts/stop.gfsh | 11 +- .../apache/geode/examples/lucene/EmployeeData.java | 69 ++++++++++ .../org/apache/geode/examples/lucene/Example.java | 68 ++++++++++ .../apache/geode/examples/lucene/ExampleTest.java | 38 ++++++ partitioned/README.md | 4 +- putall/README.md | 41 ++++++ {replicated => putall}/scripts/start.gfsh | 5 +- .../scripts/start.gfsh => putall/scripts/stop.gfsh | 11 +- .../org/apache/geode/examples/putall/Example.java | 52 ++++++++ .../apache/geode/examples/putall/ExampleTest.java | 36 ++++++ replicated/scripts/start.gfsh | 2 +- settings.gradle | 3 + 26 files changed, 905 insertions(+), 58 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
