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

tv pushed a change to branch release-3.2
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


    from 70d32d5b [maven-release-plugin] rollback the release of 
commons-jcs3-3.2
     add 66feb419 Bump actions/upload-artifact from 3.1.1 to 3.1.2
     add e200e390 Merge pull request #133 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.2
     add ad7db1fa Javadoc fixes
     add 761950ee Fix spelling
     add 7026a34b Fix typos
     add fd9cb95f Bump actions/cache from 3.2.2 to 3.2.3
     add 25817782 Merge pull request #132 from 
apache/dependabot/github_actions/actions/cache-3.2.3
     add b5efaaf4 Fix spelling
     add 129e370f Fix spelling
     add 10c752a6 += .asf.yaml
     add 4a23a867 Bump actions/cache from 3.2.3 to 3.2.4
     add 416aae00 Merge pull request #137 from 
apache/dependabot/github_actions/actions/cache-3.2.4
     add d2b308bf Removed double null check with instance operator
     add 625f74f6 Merge pull request #135 from tbw777/instanceof
     add 530088d9 Added missing @Deprecated annotations
     add fbe14410 Merge pull request #134 from tbw777/deprecated
     add 24906bcd Replaced replaceAll() calls to replace()
     add 81ab2eaa Merge pull request #136 from tbw777/replaceAllToReplace
     add a145931b Pick up Spotbugs version from parent POM
     add e186ebbe codecov-commenter => notifications
     add e171a48a Pickup JApiCmp version from parent POM
     new f66897c0 Merge remote-tracking branch 'origin/master' into release-3.2
     new f09ed9fe Update release date
     new aa51518b Add commons-release-plugin properties

The 3 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:
 .github/GH-ROBOTS.txt => .asf.yaml                     | 18 ++++++++++++++----
 .github/workflows/codeql-analysis.yml                  |  2 +-
 .github/workflows/coverage.yml                         |  2 +-
 .github/workflows/maven.yml                            |  2 +-
 .github/workflows/scorecards-analysis.yml              |  2 +-
 .../jcs/auxiliary/lateral/LateralCacheFactory.java     |  1 +
 .../jcs/auxiliary/lateral/LateralCacheManager.java     |  1 +
 .../lateral/javagroups/LateralJGCacheFactory.java      |  1 +
 .../lateral/javagroups/LateralJGCacheManager.java      |  1 +
 .../lateral/javagroups/LateralJGReceiver.java          |  2 +-
 commons-jcs-core/pom.xml                               |  1 -
 .../jcs3/auxiliary/AuxiliaryCacheAttributes.java       |  2 +-
 .../commons/jcs3/auxiliary/disk/AbstractDiskCache.java |  2 +-
 .../jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java        |  4 ++--
 .../jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCache.java |  4 ++--
 .../auxiliary/lateral/LateralElementDescriptor.java    |  6 +++---
 .../socket/tcp/LateralTCPDiscoveryListener.java        |  2 +-
 .../commons/jcs3/auxiliary/remote/RemoteCache.java     |  2 +-
 .../jcs3/auxiliary/remote/RemoteCacheFactory.java      |  2 +-
 .../auxiliary/remote/behavior/IRemoteCacheClient.java  |  2 +-
 .../auxiliary/remote/server/RemoteCacheServer.java     |  4 ++--
 .../server/TimeoutConfigurableRMISocketFactory.java    |  2 +-
 .../commons/jcs3/engine/CompositeCacheAttributes.java  |  2 +-
 .../engine/behavior/ICompositeCacheAttributes.java     |  2 +-
 .../commons/jcs3/engine/control/CompositeCache.java    |  2 +-
 .../jcs3/utils/discovery/UDPDiscoverySender.java       |  2 +-
 .../jcs3/utils/struct/DoubleLinkedListNode.java        |  2 +-
 .../indexed/IndexedDiskCacheDefragPerformanceTest.java |  2 +-
 .../jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java |  2 +-
 .../memory/shrinking/ShrinkerThreadUnitTest.java       |  2 +-
 .../jcs3/utils/struct/LRUMapPerformanceTest.java       |  2 +-
 commons-jcs-dist/pom.xml                               |  1 +
 .../commons/jcs3/jcache/cdi/CDIJCacheHelper.java       |  2 +-
 .../commons/jcs/auxiliary/disk/file/FileDiskCache.java |  4 ++--
 .../jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java |  2 +-
 .../apache/commons/jcs/yajcache/core/CacheManager.java |  2 +-
 pom.xml                                                |  4 +++-
 src/changes/changes.xml                                |  2 +-
 xdocs/JCSvsEHCache.xml                                 |  2 +-
 xdocs/LateralJavaGroupsAuxCache.xml                    |  2 +-
 40 files changed, 60 insertions(+), 44 deletions(-)
 copy .github/GH-ROBOTS.txt => .asf.yaml (57%)

Reply via email to