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

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


    omit 7d47d2a  GEODE-3967: change version to 150
    omit 08755b7  GEODE-3967: There're following 6 problems fixed here: 1) When 
ConcurrentCacheModificationException happened, GatewaySenderEventImpl  should 
save the status and notify gatewaysender if it hold primary queue, because 
other member might have put the event into the secondary queue. 2) In 
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try 
should allow both create and update. 3) Let event with CME not to dispatch. The 
old logic does not allow CME eve [...]
     add a36f6ad  GEODE-3876: gfsh command for custom expiry (#1401)
     add ffd89d4  GEODE-4622 Add gradle-versions-plugin for dependency scanning
     add c076bef  GEODE-4622 Update library dependencies
     add 81c5777  GEODE-4511: Switch to lazy initialization of the default 
pool. (#1420)
     add 3cdce4b  GEODE-3616: Clean up ClientHealthMonitorJUnitTest (#1375)
     new 54eb3c5  GEODE-3967: There're following 6 problems fixed here: 1) When 
ConcurrentCacheModificationException happened, GatewaySenderEventImpl  should 
save the status and notify gatewaysender if it hold primary queue, because 
other member might have put the event into the secondary queue. 2) In 
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try 
should allow both create and update. 3) Let event with CME not to dispatch. The 
old logic does not allow CME eve [...]

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   (7d47d2a)
            \
             N -- N -- N   refs/heads/feature/GEODE-3967 (54eb3c5)

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:
 build.gradle                                       |  60 +----
 geode-assembly/src/main/dist/LICENSE               |  22 +-
 geode-assembly/src/main/dist/NOTICE                |   8 +-
 .../src/test/resources/expected_jars.txt           |  11 +
 geode-core/build.gradle                            |   8 +-
 .../geode/cache/client/ClientCacheFactory.java     |   7 +-
 .../client/internal/ClientRegionFactoryImpl.java   |   6 +-
 .../cache/client/internal/InternalClientCache.java |   2 +-
 .../internal/cache/AbstractUpdateOperation.java    |   6 +
 .../geode/internal/cache/GemFireCacheImpl.java     | 146 +++++-------
 .../geode/internal/cache/PoolFactoryImpl.java      |  48 +++-
 .../cache/tier/sockets/ClientHealthMonitor.java    |  21 +-
 .../serial/SerialGatewaySenderEventProcessor.java  |   3 +-
 .../cache/xmlcache/ClientCacheCreation.java        |   2 -
 .../geode/internal/shared/NativeCallsJNAImpl.java  |   2 +-
 .../internal/cli/commands/AlterRegionCommand.java  |   7 +
 .../internal/cli/commands/CreateRegionCommand.java |  15 +-
 .../cli/functions/RegionAlterFunction.java         |  20 ++
 .../cli/functions/RegionCreateFunction.java        |  10 +
 .../internal/cli/functions/RegionFunctionArgs.java |  19 ++
 .../management/internal/cli/i18n/CliStrings.java   |  14 +-
 .../geode/redis/internal/RegionProvider.java       |   4 +-
 .../sanctioned-geode-core-serializables.txt        |   2 +-
 .../cache/client/ClientCacheFactoryJUnitTest.java  |   1 +
 ...ava => ClientHealthMonitorIntegrationTest.java} |  79 ++-----
 .../tier/sockets/ClientHealthMonitorJUnitTest.java | 245 ++++-----------------
 ...lientHealthMonitorSelectorIntegrationTest.java} |   4 +-
 .../tier/sockets/ClientServerMiscDUnitTest.java    |   4 +
 .../internal/cli/GfshParserAutoCompletionTest.java |   2 +-
 .../cli/commands/AlterRegionCommandDUnitTest.java  |  55 ++++-
 .../cli/commands/AlterRegionCommandTest.java       |   8 +
 .../cli/commands/CreateRegionCommandTest.java      |   6 +
 .../apache/geode/security/ClientAuthDUnitTest.java |  28 ++-
 .../geode/test/dunit/rules/ClusterStartupRule.java |  25 +++
 geode-pulse/src/main/webapp/META-INF/NOTICE        |   6 +-
 geode-web-api/src/main/webapp/META-INF/NOTICE      |   6 +-
 geode-web/src/main/webapp/META-INF/NOTICE          |   2 +-
 gradle/dependency-versions.properties              |  54 ++---
 build.gradle => gradle/spotless.gradle             |  79 -------
 39 files changed, 481 insertions(+), 566 deletions(-)
 copy 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/{ClientHealthMonitorJUnitTest.java
 => ClientHealthMonitorIntegrationTest.java} (80%)
 rename 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/{ClientHealthMonitorSelectorJUnitTest.java
 => ClientHealthMonitorSelectorIntegrationTest.java} (87%)
 copy build.gradle => gradle/spotless.gradle (55%)
 mode change 100755 => 100644

-- 
To stop receiving notification emails like this one, please contact
zho...@apache.org.

Reply via email to