You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2019/01/24 01:17:26 UTC

[geode] branch feature/GEODE-6291 updated (0181f4d -> a0500d9)

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

dschneider pushed a change to branch feature/GEODE-6291
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0181f4d  implemented computeFieldType WIP: still need testing of precondition function WIP: still need describe to show the field mappings
     new 0335a8c  added CreateMappingPreconditionCheckFunction
     new d5326c9  moved DescribeMappingCommandTest to the proper package
     new a0500d9  fixed some problems with the new function and xml

The 7265 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:
 .../CreateMappingPreconditionCheckFunction.java    |  49 +---
 .../jdbc/internal/configuration/RegionMapping.java |   2 +-
 .../sanctioned-geode-connectors-serializables.txt  |   1 +
 .../internal/cli/CreateMappingFunctionTest.java    |   6 +-
 ...CreateMappingPreconditionCheckFunctionTest.java | 316 +++++++++++++++++++++
 .../cli}/DescribeMappingCommandTest.java           |   3 +-
 6 files changed, 337 insertions(+), 40 deletions(-)
 create mode 100644 geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingPreconditionCheckFunctionTest.java
 rename geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/{org/apache/geode/connectors/util => internal/cli}/DescribeMappingCommandTest.java (97%)