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

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


    from 8b161cc  Fix RAT version to reflect new Apache release
     add 797002d  GEODE-6275:  Support RHEL6 builds. (#470)
     add cc75539  GEODE-6624: fix nested exception causing SIGABRT (#478)
     add 6c0107d  GEODE-6623: Corrected typos and language (#481)
     add afeb17d  GEODE-6624: Remove TestConfig.cpp since it is empty (#482)
     add 07c3b59  Fix RHEL-7 test Packer image - zerodisk.sh was removed in the 
recent fix to support RHEL6 - base image JSON was updated, but not the test 
image version
     add d53510a  GEODE-3415: Fix SSL certificate chain support (#480)
     add 942db0f  GEODE-3415: Use SslException with fixed circular dependency
     add e394467  GEODE-6718: Refactor 
TcrConnection::sendRequestForChunkedResponse, derived class, and remove 
pass-through calls in TrcConnection and derived (#479)
     add f23a7fa  GEODE-3287: remove Assert.hpp (#487)
     add de24493  Install clang-format on Ubuntu build image
     add b63a942  Update Windows Openssl download version for Packer - 'b' 
version started giving a 404 error a couple days ago - correct URL is now for 
'c' version
     add a58a1d7  Fix RAT version to reflect new Apache release
     add 644ddb1  GEODE-6826: Refactor chunk processing (#490)
     add 5210670  GEODE-6576: Improvements in cleanStaleConnections method 
(#477)
     add e309b57  GEODE-6546: Geode-Native User Guide - document 'putgetremove' 
example (#491)
     add b3ed871  GEODE-6546: Fix doc comments for IRegion (#493)
     add 81653f5  GEODE-6623: Native Client user guide - document the 
client-cache schema (#489)
     add 87aadd0  GEODE-6840: Upgrade third party dependencies (#492)
     add f55c8cd  Fix lib path for benchmark library - new version changed 
output location - was breaking RHEL builds
     add 6054b81  GEODE-6843: Moved header implemenations into the source file 
where they belong. (#484)
     add 7c34e0f  GEODE-6800: CacheableFileName Linker Error
     add 5b33ed6  GEODE-6545: Language corrections to Pdx-related API docs.  
(#495)
     add bacfcf1  Document 'pdxSerializable' example (#496)
     add f493cd4  GEODE-6902: Native Client User Guide: Fix incorrect units in 
stats properties table (#498)
     add 5ca66db  GEODE-6795: Update and correct Native Client XSD (#499)
     add 037a9ff  GEODE 6835 - Remove use of defunct client request
     add b85c936  GEODE-6914: Replace libxml with xerces-c in CacheXmlParser 
(#501)
     add 7c5fe5b  GEODE-6641: Expose for two phase commit transactions on 
public API (#486)
     add 91d2975  GEODE-6957: Add simple logging benchmarks (#502)
     add da0a4bb  GEODE-6961: Trim leading whitespace from server error message 
(#503)
     add ae32671  Fix LGTM Xerces build
     add 5c91671  GEODE-7041: Add FunctionService::OnServers Test in New 
Framework (#507)
     add e1fba60  User Guide config: update for 1.10 release
     add 0668f6b  GEODE-7182: fix a warning in TcpSslConn.cpp that prevents 
successful compilation on gcc 8.3 (#515)
     new 72184b2  Replacing master with contents of release/1.10.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:
 .lgtm.yml                                          |    6 +-
 CMakeLists.txt                                     |    8 +-
 FindNativeClientCPPCache.cmake                     |   32 -
 .../integration-test2/FunctionExecutionTest.cs     |   25 +
 clicache/src/Cache.cpp                             |    3 +-
 clicache/src/Cache.hpp                             |    6 +-
 clicache/src/CacheTransactionManager.hpp           |    7 +-
 clicache/src/DistributedSystem.cpp                 |   10 +-
 clicache/src/IRegion.hpp                           |   40 +-
 clicache/src/PoolFactory.hpp                       |    4 +-
 clicache/src/impl/ManagedString.hpp                |    4 -
 cppcache/CMakeLists.txt                            |    5 +-
 cppcache/CPPCacheConfig.cmake                      |   14 -
 cppcache/FindCPPCache.cmake                        |   14 -
 cppcache/benchmark/CMakeLists.txt                  |    1 +
 cppcache/benchmark/GeodeLoggingBM.cpp              |  122 ++
 cppcache/include/geode/CacheTransactionManager.hpp |   32 +
 cppcache/include/geode/CacheableFileName.hpp       |    6 +-
 cppcache/include/geode/ExceptionTypes.hpp          |   12 +
 cppcache/include/geode/PdxInstance.hpp             |  138 +-
 cppcache/include/geode/PdxInstanceFactory.hpp      |    2 +-
 cppcache/include/geode/PdxReader.hpp               |   44 +-
 cppcache/include/geode/PdxSerializable.hpp         |    4 +-
 cppcache/include/geode/PdxSerializer.hpp           |   14 +-
 cppcache/include/geode/Pool.hpp                    |    2 +-
 cppcache/include/geode/PoolFactory.hpp             |   26 +-
 cppcache/include/geode/SystemProperties.hpp        |    2 +-
 .../integration-test/ThinClientTransactions.hpp    |    1 +
 .../integration-test/ThinClientTransactionsXA.hpp  |   36 +-
 .../resources/{cache.xml => bad_schema.xml}        |    2 +-
 .../resources/func_cacheserver1_pool.xml           |    6 +-
 .../resources/func_cacheserver2_pool.xml           |    5 +-
 cppcache/integration-test/testSerialization.cpp    |    4 +-
 .../integration-test/testThinClientBigValue.cpp    |    3 +-
 .../testXmlCacheCreationWithPools.cpp              |    2 +-
 cppcache/integration/framework/CMakeLists.txt      |   17 +-
 cppcache/integration/framework/Cluster.cpp         |   32 +-
 cppcache/integration/framework/Cluster.h           |  114 +-
 cppcache/integration/framework/Gfsh.h              |  106 +-
 cppcache/integration/framework/GfshExecute.cpp     |   37 +-
 cppcache/integration/framework/GfshExecute.h       |   30 +-
 .../framework/NamedType.h}                         |   29 +-
 .../integration/framework/TestConfig.cpp.in        |   18 +-
 .../framework/{config.h.in => TestConfig.h}        |    6 +-
 cppcache/integration/test/AuthInitializeTest.cpp   |  214 +++
 cppcache/integration/test/CMakeLists.txt           |   21 +-
 cppcache/integration/test/CacheXmlTest.cpp         |   77 +
 ...leaningTest.cpp => ClientTransactionXATest.cpp} |   41 +-
 .../integration/test/CqPlusAuthInitializeTest.cpp  |  206 +++
 .../test/{RegionPutAllTest.cpp => CqTest.cpp}      |   54 +-
 .../integration/test/FunctionExecutionTest.cpp     |  141 +-
 cppcache/integration/test/SimpleAuthInitialize.cpp |   63 +
 .../integration/test/SimpleAuthInitialize.hpp      |   30 +-
 cppcache/integration/test/SimpleCqListener.cpp     |   60 +
 .../integration/test/SimpleCqListener.hpp          |   61 +-
 .../integration/test}/func_cacheserver1_pool.xml   |    0
 .../integration/test}/func_cacheserver2_pool.xml   |    0
 cppcache/src/AdminRegion.cpp                       |    2 +-
 cppcache/src/Assert.cpp                            |   43 -
 cppcache/src/Assert.hpp                            |  100 --
 cppcache/src/CacheConfig.cpp                       |  138 --
 cppcache/src/CacheConfig.hpp                       |   77 -
 cppcache/src/CacheFactory.cpp                      |    1 -
 cppcache/src/CacheImpl.cpp                         |    2 +-
 cppcache/src/CachePerfStats.hpp                    |    2 -
 cppcache/src/CacheTransactionManagerImpl.cpp       |    2 +-
 cppcache/src/CacheXml.cpp                          |  192 ---
 cppcache/src/CacheXml.hpp                          |  220 ---
 cppcache/src/CacheXmlParser.cpp                    | 1786 +++++++++-----------
 cppcache/src/CacheXmlParser.hpp                    |  170 +-
 cppcache/src/ConcurrentEntriesMap.cpp              |    2 -
 cppcache/src/CppCacheLibrary.cpp                   |    1 -
 cppcache/src/CqQueryImpl.cpp                       |   13 +-
 cppcache/src/CqService.cpp                         |    4 +-
 cppcache/src/ErrType.hpp                           |    2 +-
 cppcache/src/ExceptionTypes.cpp                    |    2 +-
 cppcache/src/ExecutionImpl.cpp                     |   10 +-
 cppcache/src/ExpiryTaskManager.cpp                 |    2 -
 cppcache/src/FairQueue.hpp                         |    3 -
 .../src/InternalCacheTransactionManager2PC.cpp     |   27 -
 .../src/InternalCacheTransactionManager2PC.hpp     |   75 -
 .../src/InternalCacheTransactionManager2PCImpl.cpp |    4 +-
 .../src/InternalCacheTransactionManager2PCImpl.hpp |    4 +-
 cppcache/src/LRUEntriesMap.cpp                     |    4 +-
 cppcache/src/LRUList.cpp                           |    3 -
 cppcache/src/LocalRegion.cpp                       |   43 +-
 cppcache/src/Log.cpp                               |    2 -
 cppcache/src/PoolManagerImpl.cpp                   |    1 -
 cppcache/src/RegionAttributes.cpp                  |   73 +-
 cppcache/src/RegionFactory.cpp                     |    1 -
 cppcache/src/RegionXmlCreation.cpp                 |    2 -
 cppcache/src/RemoteQuery.cpp                       |    2 +-
 cppcache/src/TcpConn.cpp                           |   20 -
 cppcache/src/TcpConn.hpp                           |    3 -
 cppcache/src/TcpSslConn.cpp                        |   25 +-
 cppcache/src/TcpSslConn.hpp                        |    2 -
 cppcache/src/TcrChunkedContext.hpp                 |   20 +-
 cppcache/src/TcrConnection.cpp                     |  371 ++--
 cppcache/src/TcrConnection.hpp                     |   37 +-
 cppcache/src/TcrConnectionManager.cpp              |    2 -
 cppcache/src/TcrDistributionManager.cpp            |    4 +-
 cppcache/src/TcrEndpoint.cpp                       |  100 +-
 cppcache/src/TcrEndpoint.hpp                       |    6 +-
 cppcache/src/TcrHADistributionManager.cpp          |    4 +-
 cppcache/src/TcrMessage.cpp                        |  547 +++++-
 cppcache/src/TcrMessage.hpp                        |  634 ++-----
 cppcache/src/TcrPoolEndPoint.cpp                   |    6 -
 cppcache/src/TcrPoolEndPoint.hpp                   |    3 -
 cppcache/src/ThinClientBaseDM.cpp                  |    1 -
 cppcache/src/ThinClientDistributionManager.cpp     |   31 +-
 cppcache/src/ThinClientPoolDM.cpp                  |  124 +-
 cppcache/src/ThinClientPoolHADM.cpp                |    3 +-
 cppcache/src/ThinClientRedundancyManager.cpp       |   45 +-
 cppcache/src/ThinClientRegion.cpp                  |   68 +-
 cppcache/src/Utils.cpp                             |   21 +
 cppcache/src/Utils.hpp                             |   19 +-
 cppcache/src/statistics/AtomicStatisticsImpl.cpp   |    2 -
 cppcache/src/statistics/StatArchiveWriter.cpp      |    2 -
 cppcache/src/util/exception.hpp                    |    2 +-
 cppcache/test/CMakeLists.txt                       |   37 +-
 cppcache/test/CacheXmlParserTest.cpp               |   91 +-
 .../{integration => }/test/ChunkedHeaderTest.cpp   |    0
 cryptoimpl/CMakeLists.txt                          |    1 -
 cryptoimpl/DHImpl.cpp                              |    2 -
 cryptoimpl/SSLImpl.cpp                             |   17 +-
 dependencies/ACE/CMakeLists.txt                    |    9 +-
 dependencies/CMakeLists.txt                        |    2 +-
 dependencies/benchmark/CMakeLists.txt              |   16 +-
 dependencies/libxml2/CMakeLists.txt                |   91 -
 dependencies/sqlite/CMakeLists.txt                 |    6 +-
 dependencies/xerces-c/CMakeLists.txt               |   71 +
 dhimpl/DHImpl.hpp                                  |    1 -
 dist/LICENSE                                       |   27 -
 docs/geode-native-book/config.yml                  |    6 +-
 .../source/subnavs/geode-nc-nav.erb                |    6 +
 docs/geode-native-book/redirects.rb                |   10 +-
 .../geode-native-docs/client-cache-ref.html.md.erb |  431 +++++
 .../configuring/configuration.html.md.erb          |    8 +-
 .../configuring/sysprops.html.md.erb               |    4 +-
 docs/geode-native-docs/examples.html.md.erb        |   34 -
 .../getting-started-nc-client.html.md.erb          |   67 +-
 .../getting-started/put-get-example.html.md.erb    |  129 ++
 .../serialization/data-serialization.html.md.erb   |  274 +++
 docs/geode-native-docs/transactions.html.md.erb    |    2 +-
 examples/dotnet/putgetremove/Program.cs            |    4 +-
 packer/build-linux.json                            |    7 +-
 packer/{build-linux.json => build-rhel-6.json}     |   32 +-
 packer/build-ubuntu.json                           |    3 +-
 packer/rhel-7-base.json                            |    3 +-
 packer/rhel/disable-selinux.sh                     |   10 +-
 .../files/etc/cloud/cloud.cfg.d/10_hosts.cfg}      |    9 +-
 packer/rhel/install-build-rpms.sh                  |    5 +-
 packer/rhel/zerodisk.sh                            |   24 -
 packer/test-rhel-7.json                            |    5 +-
 ...l-coverage-tools.sh => install-clang-format.sh} |    6 +-
 packer/windows/install-openssl.ps1                 |    2 +-
 tests/cpp/fwklib/FwkStrCvt.hpp                     |    2 +-
 tests/cpp/testobject/BatchObject.hpp               |    3 +-
 tests/cpp/testobject/CMakeLists.txt                |    1 -
 tests/cpp/testobject/DeltaFastAssetAccount.hpp     |    3 +-
 tests/cpp/testobject/DeltaPSTObject.hpp            |    3 +-
 tests/cpp/testobject/EqStruct.hpp                  |    3 +-
 tests/cpp/testobject/FastAssetAccount.cpp          |    2 +-
 tests/cpp/testobject/PSTObject.hpp                 |    3 +-
 tests/javaobject/NonDeserializableObject.java      |   67 +
 ...unction_SendObjectWhichCantBeDeserialized.java} |   62 +-
 ...{cpp-cache-1.0.xsd => cpp-cache-1.10-DRAFT.xsd} |   23 +-
 167 files changed, 4734 insertions(+), 4006 deletions(-)
 create mode 100644 cppcache/benchmark/GeodeLoggingBM.cpp
 copy cppcache/integration-test/resources/{cache.xml => bad_schema.xml} (97%)
 copy cppcache/{src/StackTrace.hpp => integration/framework/NamedType.h} (66%)
 copy clicache/integration-test2/Config.cs.in => 
cppcache/integration/framework/TestConfig.cpp.in (66%)
 rename cppcache/integration/framework/{config.h.in => TestConfig.h} (82%)
 create mode 100644 cppcache/integration/test/AuthInitializeTest.cpp
 create mode 100644 cppcache/integration/test/CacheXmlTest.cpp
 copy cppcache/integration/test/{TransactionCleaningTest.cpp => 
ClientTransactionXATest.cpp} (60%)
 create mode 100644 cppcache/integration/test/CqPlusAuthInitializeTest.cpp
 copy cppcache/integration/test/{RegionPutAllTest.cpp => CqTest.cpp} (61%)
 create mode 100644 cppcache/integration/test/SimpleAuthInitialize.cpp
 copy examples/cpp/authinitialize/exampleAuthInitialize.hpp => 
cppcache/integration/test/SimpleAuthInitialize.hpp (67%)
 create mode 100644 cppcache/integration/test/SimpleCqListener.cpp
 copy clicache/src/IDataSerializablePrimitive.hpp => 
cppcache/integration/test/SimpleCqListener.hpp (57%)
 copy {clicache/integration-test => 
cppcache/integration/test}/func_cacheserver1_pool.xml (100%)
 copy {clicache/integration-test => 
cppcache/integration/test}/func_cacheserver2_pool.xml (100%)
 delete mode 100644 cppcache/src/Assert.cpp
 delete mode 100644 cppcache/src/Assert.hpp
 delete mode 100644 cppcache/src/CacheConfig.cpp
 delete mode 100644 cppcache/src/CacheConfig.hpp
 delete mode 100644 cppcache/src/CacheXml.cpp
 delete mode 100644 cppcache/src/CacheXml.hpp
 delete mode 100644 cppcache/src/InternalCacheTransactionManager2PC.cpp
 delete mode 100644 cppcache/src/InternalCacheTransactionManager2PC.hpp
 rename cppcache/{integration => }/test/ChunkedHeaderTest.cpp (100%)
 delete mode 100644 dependencies/libxml2/CMakeLists.txt
 create mode 100644 dependencies/xerces-c/CMakeLists.txt
 create mode 100644 docs/geode-native-docs/client-cache-ref.html.md.erb
 delete mode 100644 docs/geode-native-docs/examples.html.md.erb
 create mode 100644 
docs/geode-native-docs/getting-started/put-get-example.html.md.erb
 copy packer/{build-linux.json => build-rhel-6.json} (77%)
 copy packer/{solaris/cleanup.sh => 
rhel/files/etc/cloud/cloud.cfg.d/10_hosts.cfg} (95%)
 mode change 100755 => 100644
 delete mode 100644 packer/rhel/zerodisk.sh
 copy packer/ubuntu/{install-coverage-tools.sh => install-clang-format.sh} (90%)
 create mode 100644 tests/javaobject/NonDeserializableObject.java
 copy tests/javaobject/{FEOnRegionPrSHOP.java => 
executeFunction_SendObjectWhichCantBeDeserialized.java} (51%)
 copy xsds/{cpp-cache-1.0.xsd => cpp-cache-1.10-DRAFT.xsd} (93%)

Reply via email to