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 821a2fd  Adds initial example for Geode Native .NET client.
     new 9dddba3  Since this commit was not part of any release, I am reverting 
it.
     add db2e32e  bump version
     add 2ee271b  GEODE-3196: Fixing the format of the .md5 and .sha256 files
     add 6055021  Merge branch 'release/1.2.0' into develop
     add 500cc51  GEODE-3202 Adding new lucene example. This closes #10
     add f1ea573  GEODE-3233 Prefix distribution files with apache-
     add 76cce85  GEODE-3199: Make signing with a gpg key optional
     add b7495ce  GEODE-3428: Add example of putting multiple values all at 
once.
     add fd3bcd6  Improve the README.
     add df1d7d2  Merge branch 'release/1.2.1' into develop
     add 2fa1e11  GEODE-2988: Add a client-side security example. (#17)
     add e55efcc  Changes to Readmes
     add 4ff8f8e  - removing SNAPSHOT from release version - change geode 
distribution extenstion from tar.gz to tgz
     new b4a22bf  Merge branch 'release/1.3.0'

The 2 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:
 .gitignore                                         |   6 +-
 README.md                                          |  41 +++---
 build.gradle                                       |   2 +-
 clientSecurity/README.md                           | 119 +++++++++++++++++
 clientSecurity/example_security.properties         |  15 +++
 clientSecurity/scripts/start.gfsh                  |  46 +++++++
 {replicated => clientSecurity}/scripts/stop.gfsh   |   4 +-
 .../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 +++++++++++++
 {partitioned => lucene}/scripts/start.gfsh         |  14 +-
 {replicated => lucene}/scripts/stop.gfsh           |   0
 .../geode/examples/lucene}/EmployeeData.java       |  36 ++++--
 .../org/apache/geode/examples/lucene}/Example.java |  35 +++--
 .../apache/geode/examples/lucene}/ExampleTest.java |   6 +-
 .../Apache.Geode.Examples.Cache.csproj             |  77 -----------
 .../dotnet/Apache.Geode.Examples.Cache/Program.cs  |  48 -------
 .../dotnet/Apache.Geode.Examples.Cache/README.md   |  14 --
 native/dotnet/Apache.Geode.Examples.sln            |  21 ---
 native/dotnet/README.md                            |  13 --
 partitioned/README.md                              |   4 +-
 {replicated => putall}/README.md                   |  23 +---
 {replicated => putall}/scripts/start.gfsh          |   5 +-
 {replicated => putall}/scripts/stop.gfsh           |   2 +-
 .../org/apache/geode/examples/putall}/Example.java |  22 ++--
 .../apache/geode/examples/putall}/ExampleTest.java |  16 +--
 replicated/scripts/start.gfsh                      |   2 +-
 settings.gradle                                    |   3 +
 31 files changed, 673 insertions(+), 279 deletions(-)
 create mode 100644 clientSecurity/README.md
 create mode 100644 clientSecurity/example_security.properties
 create mode 100644 clientSecurity/scripts/start.gfsh
 copy {replicated => clientSecurity}/scripts/stop.gfsh (88%)
 create mode 100644 
clientSecurity/src/main/java/org/apache/geode/examples/clientSecurity/Example.java
 create mode 100644 
clientSecurity/src/main/java/org/apache/geode/examples/clientSecurity/ExampleAuthInit.java
 create mode 100644 clientSecurity/src/main/resources/example_security.json
 create mode 100644 lucene/README.md
 copy {partitioned => lucene}/scripts/start.gfsh (58%)
 copy {replicated => lucene}/scripts/stop.gfsh (100%)
 copy {partitioned/src/main/java/org/apache/geode/examples/partitioned => 
lucene/src/main/java/org/apache/geode/examples/lucene}/EmployeeData.java (59%)
 copy {partitioned/src/main/java/org/apache/geode/examples/partitioned => 
lucene/src/main/java/org/apache/geode/examples/lucene}/Example.java (60%)
 copy {partitioned/src/test/java/org/apache/geode/examples/partitioned => 
lucene/src/test/java/org/apache/geode/examples/lucene}/ExampleTest.java (87%)
 delete mode 100644 
native/dotnet/Apache.Geode.Examples.Cache/Apache.Geode.Examples.Cache.csproj
 delete mode 100644 native/dotnet/Apache.Geode.Examples.Cache/Program.cs
 delete mode 100644 native/dotnet/Apache.Geode.Examples.Cache/README.md
 delete mode 100644 native/dotnet/Apache.Geode.Examples.sln
 delete mode 100644 native/dotnet/README.md
 copy {replicated => putall}/README.md (58%)
 copy {replicated => putall}/scripts/start.gfsh (83%)
 mode change 100644 => 100755
 copy {replicated => putall}/scripts/stop.gfsh (96%)
 mode change 100644 => 100755
 copy {replicated/src/main/java/org/apache/geode/examples/replicated => 
putall/src/main/java/org/apache/geode/examples/putall}/Example.java (73%)
 copy {replicated/src/test/java/org/apache/geode/examples/replicated => 
putall/src/test/java/org/apache/geode/examples/putall}/ExampleTest.java (72%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to