From commits-return-29124-archive-asf-public=cust-asf.ponee.io@geode.apache.org Sat Nov 3 19:33:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 35A18180677 for ; Sat, 3 Nov 2018 19:33:28 +0100 (CET) Received: (qmail 61888 invoked by uid 500); 3 Nov 2018 18:33:27 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 61878 invoked by uid 99); 3 Nov 2018 18:33:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2018 18:33:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8A24B82B4E; Sat, 3 Nov 2018 18:33:26 +0000 (UTC) Date: Sat, 03 Nov 2018 18:33:26 +0000 To: , "' commits@geode.apache.org" , '@gitbox.apache.org, Subject: [geode-native] branch develop updated (d193a5b -> 76c10c4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154127000648.4994.12299732238093826777@gitbox.apache.org> From: abaker@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode-native X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: d193a5b4bb154d24942521a4267d64f7b63582c1 X-Git-Newrev: 76c10c43fc9cbc5cc82fbbcce5de56e41679033e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. abaker pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode-native.git. from d193a5b Revert "GEODE-5968: move protocol to the last release of Geode" add 7ff6086 GEODE-5968 Updated missing source headers new 76c10c4 Merge pull request #391 from metatype/develop 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: LICENSE | 26 ++++++++++++++++++++++ clicache/integration-test/DataOutputTests.cs | 2 +- clicache/integration-test/Settings.xml | 2 +- .../ThinClientAppDomainQueryTests.cs | 2 +- ...ThinClientSecurityAuthSetAuthInitializeTests.cs | 2 +- clicache/integration-test/Timeouts.xml | 2 +- .../client_server_persistent_transactions.xml | 2 +- .../client_server_transactions.xml | 2 +- clicache/integration-test2/Cluster.cs | 2 +- clicache/integration-test2/ClusterTest.cs | 2 +- clicache/integration-test2/Command.cs | 19 +++++++++++++++- clicache/integration-test2/Gfsh.cs | 2 +- clicache/integration-test2/GfshExecute.cs | 2 +- clicache/integration-test2/GfshExecuteTest.cs | 2 +- clicache/integration-test2/GfshTest.cs | 2 +- clicache/integration-test2/TestBase.cs | 2 +- clicache/integration-test2/cache.xml | 2 +- clicache/integration-test2/packages.config | 2 +- clicache/integration-test2/xunit.runner.json | 2 +- clicache/plugins/SQLiteCLI/SqLiteImpl.cs | 2 +- clicache/src/impl/AppDomainContext.cpp | 2 +- clicache/test2/packages.config | 20 +++++++++++++++-- clicache/test2/xunit.runner.json | 2 +- .../dotnet/AuthInitialize/ExampleAuthInitialize.cs | 19 +++++++++++++++- examples/dotnet/AuthInitialize/Program.cs | 2 +- examples/dotnet/AuthInitialize/README.md | 2 +- examples/dotnet/AuthInitialize/startserver.ps1 | 2 +- examples/dotnet/AuthInitialize/stopserver.ps1 | 2 +- examples/dotnet/ContinuousQueryCs/MyCqListener.cs | 2 +- examples/dotnet/ContinuousQueryCs/Order.cs | 2 +- examples/dotnet/ContinuousQueryCs/Program.cs | 2 +- examples/dotnet/ContinuousQueryCs/README.md | 2 +- examples/dotnet/ContinuousQueryCs/startserver.ps1 | 2 +- examples/dotnet/ContinuousQueryCs/stopserver.ps1 | 2 +- examples/dotnet/DataSerializableCs/Order.cs | 2 +- examples/dotnet/DataSerializableCs/Program.cs | 2 +- examples/dotnet/DataSerializableCs/startserver.ps1 | 2 +- examples/dotnet/DataSerializableCs/stopserver.ps1 | 2 +- examples/dotnet/PdxAutoSerializer/Order.cs | 2 +- examples/dotnet/PdxAutoSerializer/Program.cs | 2 +- examples/dotnet/PdxAutoSerializer/README.md | 2 +- examples/dotnet/PdxAutoSerializer/startserver.ps1 | 2 +- examples/dotnet/PdxAutoSerializer/stopserver.ps1 | 2 +- examples/dotnet/PdxSerializableCs/Order.cs | 2 +- examples/dotnet/PdxSerializableCs/Program.cs | 2 +- examples/dotnet/PdxSerializableCs/README.md | 2 +- examples/dotnet/PdxSerializableCs/startserver.ps1 | 2 +- examples/dotnet/PdxSerializableCs/stopserver.ps1 | 2 +- examples/dotnet/PutGetRemove/Program.cs | 2 +- examples/dotnet/PutGetRemove/README.md | 2 +- examples/dotnet/PutGetRemove/startserver.ps1 | 2 +- examples/dotnet/PutGetRemove/stopserver.ps1 | 2 +- examples/dotnet/RemoteQueryCs/Order.cs | 2 +- examples/dotnet/RemoteQueryCs/Program.cs | 2 +- examples/dotnet/RemoteQueryCs/README.md | 2 +- examples/dotnet/RemoteQueryCs/startserver.ps1 | 2 +- examples/dotnet/RemoteQueryCs/stopserver.ps1 | 2 +- tests/cli/FwkClient/App.config | 2 +- xsds/cpp-cache-1.0.xsd | 2 +- 59 files changed, 135 insertions(+), 59 deletions(-)