You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2021/12/12 11:38:48 UTC

[commons-jcs] branch dependabot/github_actions/actions/checkout-2.4.0 updated (e25cf09 -> 7751ea8)

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

github-bot pushed a change to branch dependabot/github_actions/actions/checkout-2.4.0
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git.


 discard e25cf09  Bump actions/checkout from 2.3.4 to 2.4.0
     add f8cb512  Merged with master
     add 6e46ad9  Merge with master
     add 1b0de35  Simplify conditions avoiding unnecessary validation.
     add 7f9ba9a  Merge pull request #71 from arturobernalg/feature/simplify_conditions
     add 70ba530  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git
     add cb3c552  Eclipse barfs on expression
     add ae1f134  Remove now obsolete variable
     add dfe1b4e  Fix possible NPE in LateralCache
     add 2e7a0ce  Don't require Serializable
     add 9263fe1  Use same coding patterns
     add 7007eec  Prepare for immutable object
     add 0af926c  Minimize number of deprecation references
     add b743ebb  Deprecate String-methods in favor of Enum-methods
     add 4d77eeb  Minimize deprecation references
     add c773351  Remove dead code
     add e3d8fb5  Introduce serializer support throughout LateralTCPCache
     add deea6ff  Rework RemoteCache
     add 2033266  Some casual fixes
     add f4003ca  JCS-191: Let Exceptions escalate to cause failover
     add b313e8e  Remove obsolete main() methods
     add b197208  Security patch CVE-2021-44228, updte log4j2 to 2.15.0
     add f44aacd  Bump actions/cache from 2.1.6 to 2.1.7
     add e20074b  Merge pull request #78 from apache/dependabot/github_actions/actions/cache-2.1.7
     add 7751ea8  Bump actions/checkout from 2.3.4 to 2.4.0

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   (e25cf09)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/checkout-2.4.0 (7751ea8)

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:
 .github/workflows/maven.yml                        |   2 +-
 commons-jcs-core/pom.xml                           |   4 +-
 .../jcs3/auxiliary/disk/block/BlockDisk.java       |   2 +-
 .../auxiliary/disk/block/BlockDiskKeyStore.java    |   2 +-
 .../auxiliary/disk/indexed/IndexedDiskCache.java   |   9 +-
 .../disk/jdbc/mysql/MySQLDiskCacheFactory.java     |   8 +-
 .../jcs3/auxiliary/lateral/LateralCache.java       |  58 ++--
 .../auxiliary/lateral/LateralCacheAttributes.java  |   2 +
 .../auxiliary/lateral/LateralCacheMonitor.java     |  31 +--
 .../jcs3/auxiliary/lateral/LateralCacheNoWait.java |   2 +
 .../lateral/LateralElementDescriptor.java          |  64 +++++
 .../lateral/behavior/ILateralCacheAttributes.java  |   4 +
 .../lateral/socket/tcp/LateralTCPCacheFactory.java | 139 ++++++----
 .../socket/tcp/LateralTCPDiscoveryListener.java    |   1 +
 .../lateral/socket/tcp/LateralTCPListener.java     |  48 ++--
 .../lateral/socket/tcp/LateralTCPSender.java       |  19 +-
 .../lateral/socket/tcp/LateralTCPService.java      |  62 +++--
 .../remote/AbstractRemoteAuxiliaryCache.java       |  21 +-
 .../remote/AbstractRemoteCacheNoWaitFacade.java    | 143 +++-------
 .../remote/CommonRemoteCacheAttributes.java        |   6 +-
 .../jcs3/auxiliary/remote/RemoteCacheFactory.java  | 110 +++-----
 .../remote/RemoteCacheFailoverRunner.java          | 290 +-------------------
 .../jcs3/auxiliary/remote/RemoteCacheListener.java |  11 +-
 .../jcs3/auxiliary/remote/RemoteCacheManager.java  |  37 ++-
 .../jcs3/auxiliary/remote/RemoteCacheMonitor.java  |   5 +-
 .../jcs3/auxiliary/remote/RemoteCacheNoWait.java   |   2 +-
 .../auxiliary/remote/RemoteCacheNoWaitFacade.java  | 296 ++++++++++++++++++++-
 .../commons/jcs3/auxiliary/remote/RemoteUtils.java |   4 +-
 .../remote/server/RemoteCacheStartupServlet.java   |   9 +-
 .../apache/commons/jcs3/engine/CacheListeners.java |  22 +-
 .../jcs3/engine/ZombieCacheServiceNonLocal.java    |   2 +-
 .../jcs3/engine/control/CompositeCache.java        |  53 ++--
 .../engine/control/CompositeCacheConfigurator.java |   3 +-
 .../AbstractDoubleLinkedListMemoryCache.java       |   6 +-
 .../apache/commons/jcs3/log/MessageFormatter.java  |   2 +-
 .../commons/jcs3/utils/config/OptionConverter.java |  17 +-
 .../commons/jcs3/utils/net/HostNameUtil.java       |  75 +++---
 .../block/BlockDiskCacheConcurrentUnitTest.java    |  27 +-
 ...BlockDiskCacheSameRegionConcurrentUnitTest.java |  31 +--
 ...dexedDiskCacheConcurrentNoDeadLockUnitTest.java |  24 +-
 .../IndexedDiskCacheConcurrentUnitTest.java        |  27 +-
 .../indexed/IndexedDiskCacheNoMemoryUnitTest.java  |  27 +-
 ...dexedDiskCacheSameRegionConcurrentUnitTest.java |  19 +-
 .../auxiliary/disk/indexed/LRUMapSizeVsCount.java  |  23 --
 .../lateral/LateralCacheNoWaitFacadeUnitTest.java  |  52 ++--
 .../lateral/http/broadcast/LateralCacheTester.java |  61 -----
 .../tcp/LateralTCPConcurrentRandomTestUtil.java    |  21 +-
 .../tcp/LateralTCPDiscoveryListenerUnitTest.java   |  81 +++---
 .../LateralTCPFilterRemoveHashCodeUnitTest.java    |  21 +-
 .../tcp/LateralTCPIssueRemoveOnPutUnitTest.java    |  41 ++-
 .../tcp/LateralTCPNoDeadLockConcurrentTest.java    |  11 -
 .../lateral/socket/tcp/TestTCPLateralUnitTest.java | 188 +++++--------
 .../jcs3/engine/EventQueueConcurrentLoadTest.java  |  16 +-
 .../lru/LHMLRUMemoryCacheConcurrentUnitTest.java   |  29 +-
 .../lru/LRUMemoryCacheConcurrentUnitTest.java      |  29 +-
 .../commons/jcs3/jcache/JCSCachingManager.java     |   4 +-
 56 files changed, 998 insertions(+), 1305 deletions(-)
 delete mode 100644 commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/lateral/http/broadcast/LateralCacheTester.java