You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2022/02/13 15:54:46 UTC

[commons-jcs] branch master updated (fe8a9b0 -> 6d6b309)

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 fe8a9b0  Update NOTICE file for 2022.
     add e565e61  Add @since tags
     add 2acae18  JCS-228: Attempt to fix osgi import packages
     add c5807ba  Update release parameters
     add bb71162  Document changes
     add 5300578  Add release manager information
     add aa14b54  Updated download page in preparation for 3.1 release.
     add a29701d  Prepare release
     add 1f06b06  [maven-release-plugin] prepare release commons-jcs3-3.1
     add 2164835  [maven-release-plugin] prepare for next development iteration
     add daa01e6  Rollback release, invalid build settings
     add f370adb  [maven-release-plugin] prepare release commons-jcs3-3.1-rc1
     add 57a16b6  [maven-release-plugin] prepare for next development iteration
     add ff4ebf2  Merge remote-tracking branch 'origin/master' into release-3.1
     add ab5ac9a  Use new SecureRandom() instead of SecureRandom.getStrongInstance() to
     add e19e4e4  Document changes
     add 7ccc364  Roll back release
     add ee1ef74  Add paragraph about SecureRandom
     add d643259  Modernize
     add 9c41ebc  Prepare RC2
     add deb1fa2  Fix docs
     add 41ed22a  Update NOTICE
     add 20326a4  Update release notes
     add e6aca5a  Fix OOM
     add 5cd1ad0  [maven-release-plugin] prepare release commons-jcs3-3.1-rc2
     add 4a9cafb  [maven-release-plugin] prepare for next development iteration
     new 6d6b309  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git

The 1 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:
 CONTRIBUTING.md                                    | 44 +++++++++++-----
 README.md                                          | 23 ++++++---
 RELEASE-NOTES.txt                                  | 60 ++++++++++++++--------
 commons-jcs-core/pom.xml                           | 12 +++--
 .../disk/block/BlockDiskElementDescriptor.java     |  2 +
 .../auxiliary/disk/block/BlockDiskKeyStore.java    | 24 ++++-----
 .../jcs3/auxiliary/lateral/LateralCacheNoWait.java |  2 +
 .../lateral/LateralCacheNoWaitFacade.java          |  4 ++
 .../lateral/LateralElementDescriptor.java          |  6 +++
 .../lateral/behavior/ILateralCacheAttributes.java  |  3 ++
 .../lateral/socket/tcp/LateralTCPCacheFactory.java |  2 +
 .../socket/tcp/LateralTCPDiscoveryListener.java    |  3 ++
 .../lateral/socket/tcp/LateralTCPSender.java       |  1 +
 .../lateral/socket/tcp/LateralTCPService.java      |  1 +
 .../socket/tcp/TCPLateralCacheAttributes.java      |  2 +
 .../tcp/behavior/ITCPLateralCacheAttributes.java   |  2 +
 .../auxiliary/remote/RemoteCacheNoWaitFacade.java  |  2 +
 .../remote/server/RemoteCacheServerFactory.java    |  1 +
 .../commons/jcs3/engine/CacheEventQueue.java       |  1 +
 .../commons/jcs3/engine/PooledCacheEventQueue.java |  1 +
 .../jcs3/engine/behavior/IElementSerializer.java   |  6 +++
 .../jcs3/engine/control/CompositeCache.java        |  6 ++-
 .../jcs3/utils/discovery/DiscoveredService.java    |  1 +
 .../jcs3/utils/discovery/UDPDiscoveryManager.java  |  1 +
 .../jcs3/utils/discovery/UDPDiscoveryReceiver.java |  2 +
 .../jcs3/utils/discovery/UDPDiscoverySender.java   |  2 +
 .../jcs3/utils/discovery/UDPDiscoveryService.java  |  8 +++
 .../commons/jcs3/utils/net/HostNameUtil.java       |  1 +
 .../utils/serialization/CompressingSerializer.java |  1 +
 .../utils/serialization/EncryptingSerializer.java  | 29 ++++++++---
 commons-jcs-dist/pom.xml                           |  6 +--
 commons-jcs-jcache-extras/pom.xml                  |  6 +--
 commons-jcs-jcache-openjpa/pom.xml                 |  6 +--
 commons-jcs-jcache/pom.xml                         |  6 +--
 commons-jcs-tck-tests/pom.xml                      |  6 +--
 pom.xml                                            | 14 ++---
 src/changes/changes.xml                            | 11 +++-
 xdocs/ElementSerializers.xml                       |  6 +++
 xdocs/download_jcs.xml                             | 26 +++++-----
 39 files changed, 237 insertions(+), 103 deletions(-)

[commons-jcs] 01/01: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d6b3099114685219a2352cec306ea1fe47026dd
Merge: 4a9cafb fe8a9b0
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Feb 13 16:53:57 2022 +0100

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git

 .github/workflows/codeql-analysis.yml | 74 +++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)