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

[geode] branch feature/GEODE-6267 updated (27ba430 -> 80c82f4)

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

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


 discard 27ba430  GEODE-6267: Added annotations and cleaned up test code
 discard 9a1e4c8  GEODE-6267: Logged out subject
     new 56fda39  GEODE-6272: change jdbc to use pdx as keys instead of json (#3076)
     new f383899  GEODE-6187: Added sorting and hid empty attributes for DescribeMappingCommand (#3079)
     new 280d6a1  GEODE-6267: Logged out subject
     new 6aab53e  GEODE-6267: Added annotations and cleaned up test code
     new 80c82f4  GEODE-6267: Modified test to wait for ServerConnections and CacheClientProxy to be closed

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   (27ba430)
            \
             N -- N -- N   refs/heads/feature/GEODE-6267 (80c82f4)

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.

The 7250 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:
 .../jdbc/JdbcAsyncWriterIntegrationTest.java       |  54 +++++----
 .../geode/connectors/jdbc/JdbcDistributedTest.java |   9 +-
 .../connectors/jdbc/JdbcLoaderIntegrationTest.java |  17 ++-
 .../connectors/jdbc/JdbcWriterIntegrationTest.java |  52 +++++----
 .../jdbc/PostgresJdbcLoaderIntegrationTest.java    |  10 +-
 .../geode/connectors/jdbc/internal/SqlHandler.java |  24 ++--
 .../jdbc/internal/cli/DescribeMappingCommand.java  |   2 +-
 .../jdbc/internal/cli/DescribeMappingFunction.java |  17 ++-
 .../util/internal/DescribeMappingResult.java       |   4 +-
 .../connectors/jdbc/internal/SqlHandlerTest.java   |  99 +++++++++-------
 .../internal/cli/DescribeMappingFunctionTest.java  |  14 ++-
 .../util/DescribeMappingCommandTest.java           |   8 +-
 .../util/internal/DescribeMappingResultTest.java   |   2 +-
 ...ientServerConnectDisconnectDistributedTest.java |  30 +++--
 .../geode/pdx/PdxInstanceFactoryJUnitTest.java     | 124 +++++++++++++++++++++
 .../cache/query/internal/AttributeDescriptor.java  | 105 ++++++++---------
 .../cache/query/internal/CompiledOperation.java    |  10 +-
 .../geode/cache/query/internal/PathUtils.java      |   6 +-
 .../cache/query/internal/RuntimeIterator.java      |   2 +-
 .../java/org/apache/geode/pdx/PdxInstance.java     |  17 ++-
 .../org/apache/geode/pdx/PdxInstanceFactory.java   |   9 ++
 .../org/apache/geode/pdx/internal/EnumInfo.java    |   3 +-
 .../pdx/internal/FieldNotFoundInPdxVersion.java    |  25 -----
 .../geode/pdx/internal/InternalPdxInstance.java    |  27 ++++-
 .../apache/geode/pdx/internal/PdxInstanceEnum.java |   4 +-
 .../geode/pdx/internal/PdxInstanceFactoryImpl.java |   9 +-
 .../apache/geode/pdx/internal/PdxInstanceImpl.java |  20 +---
 .../org/apache/geode/pdx/internal/PdxType.java     |   4 +
 .../sanctioned-geode-core-serializables.txt        |   1 -
 .../test/junit/assertions/CommandResultAssert.java |  22 +++-
 30 files changed, 456 insertions(+), 274 deletions(-)
 delete mode 100644 geode-core/src/main/java/org/apache/geode/pdx/internal/FieldNotFoundInPdxVersion.java