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/06 01:34:17 UTC

[geode] branch feature/GEODE-6149 updated (b50bdce -> 9a906db)

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

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


 discard b50bdce  GEODE-6149: when client's cache is closing, its GetClientPRMetaDataOp could end up with NPE
     add ad3a082  GEODE-5971: JaxbService should be able to unmarshall older namespace xml (#2951)
     add 8ba2b34  GEODE-6100: Cleanup suspect string logic for better readability (#2920)
     add 3611f1b  GEODE-5883: Add Nebula dependency linter as gradle utility (#2939)
     add 9a906db  GEODE-6149: when client's cache is closing, its GetClientPRMetaDataOp could end up with NPE

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   (b50bdce)
            \
             N -- N -- N   refs/heads/feature/GEODE-6149 (9a906db)

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:
 build.gradle                                       |  14 +-
 .../geode/cache/configuration/CacheConfig.java     |   5 +-
 .../apache/geode/internal/config/JAXBService.java  |  16 +-
 .../NameSpaceFilter.java}                          |  36 ++-
 .../config/VersionAdapter.java}                    |  16 +-
 .../geode/internal/config/JAXBServiceTest.java     |  31 ++
 .../geode/test/dunit/internal/DUnitLauncher.java   |  41 +--
 .../geode/test/greplogs/ExpectedStrings.java       | 211 +++++++------
 .../apache/geode/test/greplogs/LogConsumer.java    | 349 ++++++++++++---------
 .../lint.gradle                                    |  13 +-
 10 files changed, 404 insertions(+), 328 deletions(-)
 copy geode-core/src/main/java/org/apache/geode/internal/{cache/extension/Extensible.java => config/NameSpaceFilter.java} (57%)
 copy geode-core/src/main/java/org/apache/geode/{redis/internal/executor/list/LPopExecutor.java => internal/config/VersionAdapter.java} (73%)
 mode change 100755 => 100644
 copy geode-core/src/main/java/org/apache/geode/internal/cache/HasDiskRegion.java~d2263ebc2... Create HasDiskRegion interface => gradle/lint.gradle (67%)