Hi,

I couldn't find the tag "commons-jcs-3.1-rc1", I think the tag is 
"commons-jcs3-3.1-rc1" (missing 3 after jcs)?

Building from that tag on:
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/apache-maven-3.8.2
Java version: 11.0.13, vendor: Ubuntu, runtime: 
/usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-91-generic", arch: "amd64", family: "unix"

with `mvn clean test install site` had one test failing:

[INFO] 
[ERROR] Failures: 
[ERROR]   SerializerUnitTest.testReadWrite:116 [key:0] should not be null, 
Region Name = blockRegion2
HitCountRam = 0
HitCountAux = 0
---------------------------Memory Cache
Put Count = 0
Hit Count = 0
Miss Count = 1
Map Size = 0
List Size = 0
---------------------------Block Disk Cache
Is Alive = true
Key Map Size = 0
Data File Length = 0
Block Size Bytes = 4096
Number Of Blocks = 0
Average Put Size Bytes = 0
Empty Blocks = 0
Purgatory Hits = 0
Purgatory Size = 0
Working = true
Empty = true
Queue Size = 0
Queue Capacity = 2147483647
[INFO] 
[ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Commons JCS 3.1:
[INFO] 
[INFO] Apache Commons JCS ................................. SUCCESS [03:34 min]
[INFO] Apache Commons JCS :: Core ......................... FAILURE [  01:43 h]
[INFO] Apache Commons JCS :: JCache ....................... SKIPPED
[INFO] Apache Commons JCS :: JCache TCK ................... SKIPPED
[INFO] Apache Commons JCS :: JCache Extras ................ SKIPPED
[INFO] Apache Commons JCS :: JCache OpenJPA ............... SKIPPED
[INFO] Apache Commons JCS :: Distribution ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:46 h
[INFO] Finished at: 2021-12-24T13:12:42+13:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on 
project commons-jcs3-core: There are test failures.



Bruno



    On Friday, 24 December 2021, 07:21:08 am NZDT, Thomas Vandahl 
<t...@apache.org> wrote:  
 
 Hi folks,

We have fixed quite a few bugs and added some significant enhancements since 
Apache Commons JCS 3.0 was released, so I would like to release Apache Commons 
JCS 3.1.

Apache Commons JCS 3.1 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1

The Git tag commons-jcs-3.1-rc1 commit for this RC is 
f370adb43aeef51a5456d93f13f2601f3b87c44a which you can browse here: 
    
https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=f370adb43aeef51a5456d93f13f2601f3b87c44a

You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
commons-jcs-3.1-rc1 commons-jcs-3.1-rc1

Maven artifacts are here:
    
https://repository.apache.org/content/repositories/orgapachecommons-1575/org/apache/commons/commons-jcs3/3.1/

These are the distribution artifacts and their hashes:

commons-jcs3-dist-3.1-bin.tar.gz
651d9adaa7495a5411baf2903f57e1471633ba1742ce4739dd5060f186ddecfb44afe9b528eac1d904ebc8bfe43654a455fe8a6ccb0a46449acf2830ad3a015e
commons-jcs3-dist-3.1-bin.zip 
5e53f4ddca4071aa9d13d88b17444afdcb71f513ab0cef1be4e5dd5162c477d101b50dbecb5a7624546fbd4985d1ca4024ab6f3ef1b06d6f0a3fbfea393ba861
commons-jcs3-dist-3.1-src.tar.gz
137639d251a52ebf61b15eb710b201c2d6f1b111c507596bd49ecee313ec1e51fd885ad869addebb337cceddb1eb9ab9e73e77baf705a7cbfaae3d9bd4251ec5
commons-jcs3-dist-3.1-src.zip
013f85fa8f291b4ea3f2b43858dd48bd3335a4092339971c8a6b16751ae7c539b031ac27897d800ee2e523d3e9edf776b7a8911a9adf8633e064b489ff8de2b9

I have tested this with ***'mvn clean install site'*** using: 
---
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
---

Details of changes since 3.0 are in the release notes:
    
https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1/RELEASE-NOTES.txt
    
https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1/site/changes-report.html

Site:
    
https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1/site/index.html
    (note some *relative* links are broken and the 3.1 directories are not yet 
created - these will be OK once the site is deployed.)

JApiCmp Report (compared to 3.0):
    
https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1/site/commons-jcs3-core/japicmp.html
    
RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/jcs/COMMONS_JCS_3_1_RC1/site/commons-jcs3-core/rat-report.html

KEYS:
  https://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner that 72 hours from now.

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thank you,

Thomas Vandahl (tv), 
Release Manager (using key 88817402)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

  

Reply via email to