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/05 19:16:38 UTC

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

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 b13401c  GEODE-6149: when client's cache is closing, its GetClientPRMetaDataOp could end up with NPE
     add a49e03a  GEODE-6109: Correct accidental deletion of critical .yml line.
     add a4e51c8  GEODE-6144 use version of concourse-pipeline-resource that has fix for large number of pipelines
     add afd9ea8  Merge pull request #2947 from onichols-pivotal/GEODE-6144-fix-red-meta
     add 6a0e08b  GEODE-6107: in test start locators one at a time (#2933)
     add 322628f  Fix ZipSlip bug found by LGTM.com
     add 3a4a932  Merge pull request #2948 from samlanning/zip-slip
     add b9c9966  GEODE-6127 Document changes to gfsh create jndi-binding command (#2942)
     add eb829c6  GEODE-6143: Change PowerMockito import to Mockito
     add b50bdce  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   (b13401c)
            \
             N -- N -- N   refs/heads/feature/GEODE-6149 (b50bdce)

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:
 ci/pipelines/geode-build/jinja.template.yml        |  1 +
 ci/pipelines/meta/jinja.template.yml               |  1 +
 .../management/JMXMBeanReconnectDUnitTest.java     |  3 +++
 ...FastLoggerWithDefaultConfigIntegrationTest.java |  2 +-
 .../internal/configuration/utils/ZipUtils.java     |  9 ++++---
 .../internal/GetClientPRMetaDataOpJUnitTest.java   | 14 +++++++++++
 .../gfsh/command-pages/create.html.md.erb          | 16 ++++++-------
 .../apache/geode/test/dunit/rules/MemberVM.java    | 28 ++++++++++++++++++++++
 8 files changed, 62 insertions(+), 12 deletions(-)