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 2018/11/08 18:01:28 UTC

[geode] branch develop updated (5410f93 -> 728eceb)

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

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 5410f93  GEODE-5982: Synchronized access to CacheLoader and CacheWriter (#2776)
     add 728eceb  GEODE-6000: make pdx-name required (#2799)

No new revisions were added by this update.

Summary of changes:
 .../geode/connectors/jdbc/JdbcDistributedTest.java | 83 +++++++++++-----------
 .../connectors/jdbc/JdbcLoaderIntegrationTest.java | 43 ++---------
 .../connectors/jdbc/MySqlJdbcDistributedTest.java  |  5 +-
 .../{TestDataSourceFactory.java => TestDate.java}  | 42 ++++++-----
 .../jdbc/internal/TestConfigService.java           |  9 ++-
 .../cli/CreateMappingCommandDUnitTest.java         | 14 +++-
 .../cli/CreateMappingCommandIntegrationTest.java   |  4 +-
 .../jdbc/internal/SqlToPdxInstanceCreator.java     |  9 +--
 .../jdbc/internal/cli/CreateMappingCommand.java    |  2 +-
 .../jdbc/internal/configuration/RegionMapping.java | 25 ++-----
 .../geode.apache.org/schema/jdbc/jdbc-1.0.xsd      |  2 +-
 .../jdbc/internal/RegionMappingTest.java           | 46 +++---------
 .../jdbc/internal/SqlToPdxInstanceCreatorTest.java | 66 ++++++++++++-----
 13 files changed, 164 insertions(+), 186 deletions(-)
 copy geode-connectors/src/acceptanceTest/java/org/apache/geode/connectors/jdbc/{TestDataSourceFactory.java => TestDate.java} (55%)