This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git.
from ec2dd1e Attempt to fix JCS-188 new 3fb44d9 Add GitHub build with default Maven goal. new 6b6b54b No need to nest in else. The 2 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: .../download_jcs.cgi => .github/dependabot.yml | 18 ++++--- .github/workflows/maven.yml | 58 ++++++++++++++++++++++ .../apache/commons/jcs3/admin/JCSAdminBean.java | 8 +-- .../auxiliary/disk/block/BlockDiskKeyStore.java | 20 +++----- .../auxiliary/disk/indexed/IndexedDiskCache.java | 12 ++--- .../disk/indexed/IndexedDiskElementDescriptor.java | 16 ++---- .../socket/tcp/LateralTCPDiscoveryListener.java | 26 ++++------ .../lateral/socket/tcp/LateralTCPListener.java | 7 +-- .../lateral/socket/tcp/LateralTCPService.java | 35 ++++++------- .../remote/RemoteCacheFailoverRunner.java | 2 +- .../jcs3/auxiliary/remote/RemoteLocation.java | 5 +- .../remote/http/server/RemoteHttpCacheService.java | 15 ++---- .../commons/jcs3/engine/PooledCacheEventQueue.java | 5 +- .../jcs3/engine/control/CompositeCache.java | 45 +++++++---------- .../jcs3/engine/control/CompositeCacheManager.java | 7 +-- .../AbstractDoubleLinkedListMemoryCache.java | 22 ++++---- .../jcs3/engine/memory/lru/LHMLRUMemoryCache.java | 11 ++-- .../commons/jcs3/utils/config/PropertySetter.java | 8 +-- .../commons/jcs3/utils/net/HostNameUtil.java | 2 +- .../serialization/SerializationConversionUtil.java | 48 ++++++++---------- .../commons/jcs3/utils/struct/AbstractLRUMap.java | 20 +++----- .../jcs3/auxiliary/disk/DiskTestObject.java | 3 +- .../jcache/openjpa/OpenJPAJCacheDataCache.java | 5 +- .../org/apache/commons/jcs3/jcache/JCSCache.java | 10 ++-- .../commons/jcs3/jcache/JCSCachingManager.java | 20 +++----- pom.xml | 1 + 26 files changed, 202 insertions(+), 227 deletions(-) copy src/site/resources/download_jcs.cgi => .github/dependabot.yml (74%) mode change 100755 => 100644 create mode 100644 .github/workflows/maven.yml