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

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


 discard 595fe9d  GEODE-6930: Need to specify required resource permission 
DATA_READ for lucene user functions.
     add 0fa422b  GEODE-6861: class renaming (#3758)
     add 4803096  GEODE-6928 peer-to-peer SSL stream corruption with 
conserve-sockets=false
     new 0b32609  GEODE-6930: Need to specify required resource permission 
DATA_READ for lucene user functions.

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   (595fe9d)
            \
             N -- N -- N   refs/heads/feature/GEODE-6930 (0b32609)

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 1 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:
 .../integrationTest/resources/assembly_content.txt |   4 +-
 .../geode/ClusterCommunicationsDUnitTest.java      |  14 ++-
 .../apache/geode/distributed/internal/DMStats.java |   3 +
 .../distributed/internal/DistributionStats.java    |   5 +
 .../internal/LonerDistributionManager.java         |   5 +
 .../internal/cache/AbstractUpdateOperation.java    |   2 +-
 .../org/apache/geode/internal/net/NioFilter.java   |   7 ++
 .../apache/geode/internal/net/NioSslEngine.java    |   7 ++
 .../org/apache/geode/internal/tcp/MsgReader.java   |   8 +-
 .../api/LocatorClusterManagementService.java       |  18 ++--
 .../internal/cli/commands/CreateIndexCommand.java  |   5 +-
 .../realizers/ConfigurationRealizer.java           |   5 +-
 .../internal/api/ClusterManagementResultTest.java  |   4 +-
 .../assertions/ClusterManagementResultAssert.java  |  12 +--
 .../lucene/test/LuceneFunctionSecurityTest.java    | 119 ++++++++++++++++-----
 .../distributed/IndexingInProgressFunction.java    |   1 +
 .../distributed/WaitUntilFlushedFunction.java      |   3 +
 .../cache/configuration/GatewayReceiverConfig.java |   4 +-
 .../apache/geode/cache/configuration/PdxType.java  |   5 +-
 .../geode/cache/configuration/RegionConfig.java    |   6 +-
 .../management/api/ClusterManagementResult.java    |  11 +-
 .../management/api/ClusterManagementService.java   |   4 +-
 .../{Response.java => ConfigurationResult.java}    |  15 ++-
 .../api/{RespondsWith.java => CorrespondWith.java} |   9 +-
 .../management/configuration/MemberConfig.java     |   4 +-
 .../internal/ClientClusterManagementService.java   |   6 +-
 .../rest/GatewayManagementIntegrationTest.java     |   4 +-
 .../controllers/RegionManagementController.java    |   8 +-
 28 files changed, 206 insertions(+), 92 deletions(-)
 rename 
geode-management/src/main/java/org/apache/geode/management/api/{Response.java 
=> ConfigurationResult.java} (76%)
 rename 
geode-management/src/main/java/org/apache/geode/management/api/{RespondsWith.java
 => CorrespondWith.java} (86%)

Reply via email to