This is an automated email from the ASF dual-hosted git repository. tv pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git.
from f91ce98 Merge pull request #43 from apache/dependabot/maven/org.apache.logging.log4j-log4j-api-2.14.1 new 79cc2eb Typo new f40c734 Fix strange "NoSuchMethod" Exception with Java 9+ new e91b6a6 Better log formatting new 0ead844 Add UdpTTL documentation new 82607fe Allow udpTTL to propagate from configuration to target call new 6a080c3 Log network interface used as documented new 61bb3b4 Better log message new 224948d Use enum consistently new a663626 Narrow down return type new aeac7b3 Organize imports new 576c4de Fix UDP service discovery new 380da3c Fix publication of service address new d1f069c Shorter code through lambdas new 14e2412 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git The 14 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: .../auxiliary/disk/indexed/IndexedDiskCache.java | 4 +- .../disk/indexed/IndexedDiskElementDescriptor.java | 10 +- .../jcs3/auxiliary/lateral/LateralCache.java | 3 +- .../auxiliary/lateral/LateralCacheAttributes.java | 9 +- .../jcs3/auxiliary/lateral/LateralCacheNoWait.java | 42 +++++-- .../lateral/LateralCacheNoWaitFacade.java | 88 +++++++++----- .../lateral/behavior/ILateralCacheAttributes.java | 21 +++- .../lateral/socket/tcp/LateralTCPCacheFactory.java | 34 +++--- .../socket/tcp/LateralTCPDiscoveryListener.java | 129 ++++++++++++++------- .../socket/tcp/TCPLateralCacheAttributes.java | 25 ++++ .../tcp/behavior/ITCPLateralCacheAttributes.java | 14 +++ .../commons/jcs3/engine/PooledCacheEventQueue.java | 1 - .../jcs3/utils/discovery/UDPDiscoveryManager.java | 26 +++-- .../jcs3/utils/discovery/UDPDiscoveryReceiver.java | 35 +++++- .../jcs3/utils/discovery/UDPDiscoverySender.java | 3 +- .../jcs3/utils/discovery/UDPDiscoveryService.java | 50 ++++++-- .../commons/jcs3/utils/net/HostNameUtil.java | 56 +++++---- .../lateral/LateralCacheNoWaitFacadeUnitTest.java | 21 ++-- .../tcp/LateralTCPDiscoveryListenerUnitTest.java | 70 +++++------ .../src/test/test-conf/logging.properties | 3 +- xdocs/LateralTCPProperties.xml | 9 +- 21 files changed, 434 insertions(+), 219 deletions(-)