You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2018/12/11 22:08:55 UTC

[geode] branch feature/GEODE-6143-3 updated (ac4f06e -> 1d367f4)

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

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


 discard ac4f06e  GEODE-6143: remove PowerMock from VMStatsMonitorTest
     add 1d9e34c  GEODE-6179: update create data-source help (#2983)
     add 9c145bf  GEODE-6143: Adding test category back to CacheClientNotifierIntegrationTest (#2981)
     add d7e7e87  GEODE-6143: Removing PowerMock from MBeanProxyFactoryTest (#2975)
     add 56c3593  GEODE-6156: add --id option to create jdbc-mapping (#2969)
     add 1d367f4  GEODE-6143: remove PowerMock from VMStatsMonitorTest

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ac4f06e)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-3 (1d367f4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../TableMetaDataManagerIntegrationTest.java       |  50 ++++++--
 .../jdbc/internal/TestConfigService.java           |   2 +-
 .../cli/CreateMappingCommandDUnitTest.java         |   6 +-
 .../cli/DescribeMappingCommandDUnitTest.java       |   6 +-
 .../internal/cli/ListMappingCommandDUnitTest.java  |   2 +-
 .../geode/connectors/jdbc/internal/SqlHandler.java |   4 +-
 .../jdbc/internal/TableMetaDataManager.java        |  40 +++++-
 .../jdbc/internal/cli/CreateDataSourceCommand.java |  14 ++-
 .../jdbc/internal/cli/CreateMappingCommand.java    |   9 +-
 .../jdbc/internal/cli/DescribeMappingCommand.java  |   2 +
 .../jdbc/internal/configuration/RegionMapping.java |  28 ++++-
 .../connectors/jdbc/internal/xml/ElementType.java  |   1 +
 .../xml/JdbcConnectorServiceXmlParser.java         |   1 +
 .../geode.apache.org/schema/jdbc/jdbc-1.0.xsd      |   1 +
 .../sanctioned-geode-connectors-serializables.txt  |   2 +-
 .../jdbc/internal/RegionMappingTest.java           |  73 +++++++----
 .../connectors/jdbc/internal/SqlHandlerTest.java   |   4 +-
 .../jdbc/internal/TableMetaDataManagerTest.java    | 139 +++++++++++++++++----
 .../internal/cli/CreateMappingCommandTest.java     |  22 ++--
 .../internal/cli/CreateMappingFunctionTest.java    |   2 +-
 .../internal/cli/DescribeMappingCommandTest.java   |  11 +-
 .../jdbc/internal/cli/ListMappingCommandTest.java  |   4 +-
 .../jdbc/internal/xml/ElementTypeTest.java         |   3 +
 .../CacheClientNotifierIntegrationTest.java        |   3 +
 .../management/internal/MBeanProxyFactory.java     |   8 +-
 .../management/internal/MBeanProxyFactoryTest.java |  24 +---
 .../internal/beans/stats/VMStatsMonitorTest.java   |   3 +-
 27 files changed, 336 insertions(+), 128 deletions(-)