This is an automated email from the ASF dual-hosted git repository.

mikestolz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


    from fdd79ec  Merge branch 'release/1.5.0'
     add d279045  rev version since release branch for 1.5.0 has been created
     add 5e6e4f5  GEODE-4233: Add an example for transactions. (#51)
     add be8bdc3  Use single-bracket comparison instead of double-bracket.  I 
suspect this will break in Travis.
     add 4062a34  More poking Travis.
     add 746b095  Return to less verbose.  Bump the timeout to see if we were 
just clipping the async thing.
     add 8498e4e  Let's go crazy and give it two minutes...
     add 3967a44  The fault, dear Brutus, is not in our stars, but in ourselves.
     add 537dae9  Let's get some sloppy print messages.
     add bbf4b2a  Revert "Let's get some sloppy print messages."
     add 2eb58b8  GEODE-4666: use single-bracket comparisons
     add 3da5e6b  GEODE-4903 Remove md5 checksums
     add 45d174a  Adding Mikes keys and changing version to 1.6.0
     new 4fd19ba  Merge branch 'release/1.6.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:
 KEYS                                               |  59 +++++++++++
 README.md                                          |   3 +-
 build.gradle                                       |  10 +-
 gradle.properties                                  |   4 +-
 gradle/release.gradle                              |   1 -
 settings.gradle                                    |   1 +
 transaction/README.md                              |  60 +++++++++++
 {eviction => transaction}/scripts/start.gfsh       |   3 +-
 {writer => transaction}/scripts/stop.gfsh          |   0
 .../apache/geode_examples/transaction/Example.java | 111 +++++++++++++++++++++
 .../geode_examples/transaction/Incrementer.java    |  68 ++++++-------
 11 files changed, 275 insertions(+), 45 deletions(-)
 create mode 100644 transaction/README.md
 copy {eviction => transaction}/scripts/start.gfsh (93%)
 copy {writer => transaction}/scripts/stop.gfsh (100%)
 mode change 100644 => 100755
 create mode 100644 
transaction/src/main/java/org/apache/geode_examples/transaction/Example.java
 copy eviction/src/main/java/org/apache/geode_examples/eviction/Example.java => 
transaction/src/main/java/org/apache/geode_examples/transaction/Incrementer.java
 (52%)

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

Reply via email to