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 24f9cd6 Remove trailing whitepsace.
new d093cd4 Use composition instead of inheritance
new a9cf3fc Make IElementSerializer configurable through all levels
new 0cbda36 No longer used
new 83e8dd4 Fix key handling and streamline code
new f889064 Fix toString() and hashCode()
new bf826a3 Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/commons-jcs.git
The 6 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:
.../jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java | 190 ++++++++-------------
.../lateral/socket/tcp/LateralTCPCacheFactory.java | 4 +-
.../org/apache/commons/jcs3/engine/CacheGroup.java | 9 +-
.../jcs3/engine/control/group/GroupAttrName.java | 29 +---
.../commons/jcs3/engine/control/group/GroupId.java | 21 +--
.../jcs3/utils/discovery/UDPDiscoveryManager.java | 29 +++-
.../jcs3/utils/discovery/UDPDiscoveryReceiver.java | 17 +-
.../jcs3/utils/discovery/UDPDiscoverySender.java | 25 ++-
.../jcs3/utils/discovery/UDPDiscoveryService.java | 47 ++++-
.../utils/serialization/CompressingSerializer.java | 27 ++-
10 files changed, 213 insertions(+), 185 deletions(-)