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 ffd21c9 fixed failures in CreateMappingCommandTest caused by merge
new efdc3f1 added ElementType$2
new 78740d1 removed getFieldClass from FieldType since it broke
serialization and was not used
new ace8d73 fixed FieldMapping and RegionMapping serialization info
new 0d26c88 moved some code from RegionMapping to SqlHandler
The 7355 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:
.../apache/geode/codeAnalysis/excludedClasses.txt | 1 +
.../geode/connectors/jdbc/internal/SqlHandler.java | 69 ++++--
.../jdbc/internal/configuration/RegionMapping.java | 44 ----
.../sanctioned-geode-connectors-serializables.txt | 4 +-
.../jdbc/internal/RegionMappingTest.java | 63 ------
.../connectors/jdbc/internal/SqlHandlerTest.java | 233 +++++++++++++++------
.../jdbc/internal/SqlToPdxInstanceCreatorTest.java | 1 -
.../jdbc/internal/xml/ElementTypeTest.java | 5 +-
.../main/java/org/apache/geode/pdx/FieldType.java | 68 ++----
9 files changed, 249 insertions(+), 239 deletions(-)