You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/04/20 21:50:30 UTC

[geode-native] branch moleske-patch-1 updated (05a95ae -> a53a129)

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

moleske pushed a change to branch moleske-patch-1
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


 discard 05a95ae  Update .lgtm.yml to latest Geode release (1.12)
     add 11a9bc2  GEODE-7868: Enhance ReflectionBasedAutoSerializer (#585)
     add 2e0fe62  GEODE-7930: Fix endpoint name truncation bug
     add 42fb6fb  Introduced fixes:
     add 7dbcae0  Merge pull request #588 from Nordix/feature/GEODE-7930
     add 71ae4c6  Bump doc version to 1.13
     add 597b1a8  Fix broken Geode Image Link (#587)
     add a53a129  Update .lgtm.yml to latest Geode release (1.12)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (05a95ae)
            \
             N -- N -- N   refs/heads/moleske-patch-1 (a53a129)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |    2 +-
 .../integration-test2/AutoSerializationTests.cs    | 1639 ++++++++++++++++++++
 clicache/integration-test2/CMakeLists.txt          |    1 +
 clicache/src/ReflectionBasedAutoSerializer.cpp     |  615 ++++----
 clicache/src/ReflectionBasedAutoSerializer.hpp     |   12 +-
 clicache/src/TypeRegistry.cpp                      |    2 +-
 clicache/src/impl/DotNetTypes.hpp                  |   10 +
 cppcache/src/ThinClientPoolDM.cpp                  |    9 +-
 docs/geode-native-book-cpp/config.yml              |    6 +-
 docs/geode-native-book-cpp/redirects.rb            |    8 +-
 docs/geode-native-book-dotnet/config.yml           |    6 +-
 docs/geode-native-book-dotnet/redirects.rb         |    8 +-
 docs/manual-build/README.md                        |    2 +
 13 files changed, 2030 insertions(+), 290 deletions(-)
 create mode 100644 clicache/integration-test2/AutoSerializationTests.cs