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 cust-asf.ponee.io (Postfix) with SMTP id 8C001160C05 for ; Wed, 3 Jan 2018 20:38:07 +0100 (CET) Received: (qmail 93240 invoked by uid 500); 3 Jan 2018 19:38:06 -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 93231 invoked by uid 99); 3 Jan 2018 19:38:06 -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; Wed, 03 Jan 2018 19:38:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2B5EB8512F; Wed, 3 Jan 2018 19:38:05 +0000 (UTC) Date: Wed, 03 Jan 2018 19:38:03 +0000 To: , "' commits@geode.apache.org" , '@gitbox.apache.org, Subject: [geode] branch feature/GEODE-4009 updated (c0e403f -> 66cf382) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151500828344.459.493673430081876675@gitbox.apache.org> From: dschneider@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-4009 X-Git-Reftype: branch X-Git-Oldrev: c0e403fda9550a64ffde007142096246d9be4406 X-Git-Newrev: 66cf3829899983e10005ed8ad85cee16583ecb72 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 03 Jan 2018 19:38:08 -0000 This is an automated email from the ASF dual-hosted git repository. dschneider pushed a change to branch feature/GEODE-4009 in repository https://gitbox.apache.org/repos/asf/geode.git. from c0e403f added Hikari to expected jars add c12ae7b added mocks in unit test based on review add 5b10a98 removed some comments based on review add d0a6394 GEODE-4168 Can't get json object stored as PDX using the new protocol GEODE-4116 Can't get PDX objects using the new protocol add cadecc246 GEODE-4092 New protocol does not have an API to get the best server to connect to add 0f8cd8e GEODE-4122: Add runner annotation to avoid skipping tests with Parameterized add 2e3c6b9 GEODE-4008: Added serialVersionUID to FunctionAdapter (#1119) add c537f55 GEODE-4146: fix XmlEntity matching for JdbcConnectorService (#1215) add 90a1f7e Merge remote-tracking branch 'origin/develop' into feature/GEODE-4009 add 66cf382 fixed new unit test No new revisions were added by this update. Summary of changes: .../controllers/RestAPIsAndInterOpsDUnitTest.java | 2 +- .../web/controllers/RestAPIsWithSSLDUnitTest.java | 2 +- .../geode/tools/pulse/PulseConnectivityTest.java | 4 +- geode-connectors/build.gradle | 1 - .../cli/FunctionContextArgumentProvider.java | 3 +- .../xml/JdbcConnectorServiceXmlGenerator.java | 4 +- .../xml/JdbcConnectorServiceXmlParser.java | 2 +- .../geode.apache.org/schema/jdbc/jdbc-1.0.xsd | 1 + .../jdbc/internal/DataSourceManagerUnitTest.java | 31 +-- .../cli/JdbcClusterConfigDistributedTest.java | 144 ++++++++++++ ...onnectorServiceXmlGeneratorIntegrationTest.java | 2 + .../geode/cache/execute/FunctionAdapter.java | 3 + .../org/apache/geode/distributed/internal/DM.java | 5 +- .../geode/internal/cache/GemFireCacheImpl.java | 8 +- .../apache/geode/internal/cache/InternalCache.java | 14 +- .../internal/cache/xmlcache/CacheCreation.java | 7 +- .../internal/configuration/domain/XmlEntity.java | 11 +- .../sanctioned-geode-core-serializables.txt | 2 +- .../cache/execute/FunctionAdapterJUnitTest.java | 49 ++++ .../cache/query/dunit/PdxLocalQueryDUnitTest.java | 6 +- .../geode/cache/query/dunit/PdxQueryDUnitTest.java | 14 +- .../cache/query/dunit/PdxStringQueryDUnitTest.java | 24 +- .../query/dunit/SelectStarQueryDUnitTest.java | 6 +- .../cache/PRCacheListenerInvocationTest.java | 2 + ...istenerWithInterestPolicyAllInvocationTest.java | 2 + ...ewayReceiverXmlParsingValidationsJUnitTest.java | 5 +- .../commands/ChangeLogLevelCommandDUnitTest.java | 2 + .../internal/cli/commands/GcCommandDUnitTest.java | 7 +- .../cli/commands/ShowLogCommandDUnitTest.java | 2 + .../converters/BaseStringConverterJUnitTest.java | 7 +- .../apache/geode/pdx/PdxSerializableJUnitTest.java | 8 +- .../security/query/IndexSecurityDUnitTest.java | 7 +- .../query/PartitionedIndexSecurityDUnitTest.java | 3 +- ...tionedQuerySecurityAllowedQueriesDUnitTest.java | 2 + .../PdxQuerySecurityAllowedQueriesDUnitTest.java | 10 +- ...PdxQuerySecurityRestrictedQueriesDUnitTest.java | 11 +- ...rityUnauthorizedUserBindParameterDUnitTest.java | 3 - ...zedFunctionAdapterWithDifferentSerialVersionUID | Bin 0 -> 151 bytes .../apache/geode/experimental/driver/Driver.java | 2 +- .../geode/experimental/driver/ProtobufDriver.java | 47 +--- .../geode/experimental/driver/ProtobufRegion.java | 62 +----- .../apache/geode/experimental/driver/Region.java | 1 + .../experimental/driver/RegionIntegrationTest.java | 8 +- .../src/main/proto/v1/clientProtocol.proto | 6 +- .../src/main/proto/v1/locator_API.proto | 9 +- .../protobuf/v1/ProtobufSerializationService.java | 2 +- .../operations/GetAllRequestOperationHandler.java | 14 +- .../v1/operations/GetRequestOperationHandler.java | 5 + ...Handler.java => GetServerOperationHandler.java} | 64 ++++-- .../registry/ProtobufOperationContextRegistry.java | 10 +- .../v1/utilities/ProtobufRequestUtilities.java | 5 +- .../v1/acceptance/CacheConnectionJUnitTest.java | 4 +- .../LocatorConnectionAuthenticationDUnitTest.java | 42 ++-- .../v1/acceptance/LocatorConnectionDUnitTest.java | 14 +- .../GetAndPutJsonDocumentsDUnitTest.java | 248 +++++++++++++++++++++ ...ava => GetServerOperationHandlerJUnitTest.java} | 63 +++--- .../v1/operations/OperationHandlerJUnitTest.java | 3 +- .../internal/security/LogoutHandlerUnitTest.java | 4 +- .../wan/GatewayReceiverFactoryImplJUnitTest.java | 2 + .../commands/ClusterConfigurationDUnitTest.java | 2 + gradle/dependency-versions.properties | 1 - 61 files changed, 726 insertions(+), 308 deletions(-) create mode 100644 geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/JdbcClusterConfigDistributedTest.java create mode 100644 geode-core/src/test/resources/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.serializedFunctionAdapterWithDifferentSerialVersionUID rename geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/operations/{GetAvailableServersOperationHandler.java => GetServerOperationHandler.java} (50%) create mode 100644 geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/operations/GetAndPutJsonDocumentsDUnitTest.java rename geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/operations/{GetAvailableServersOperationHandlerJUnitTest.java => GetServerOperationHandlerJUnitTest.java} (55%) -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].