Re: [CANCEL][VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-31 Thread Gary Gregory
On Fri, Dec 31, 2021 at 4:25 AM Thomas Vandahl wrote: > > Am 23.12.2021 um 19:20 schrieb Thomas Vandahl : > > > > 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

[CANCEL][VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-31 Thread Thomas Vandahl
> Am 23.12.2021 um 19:20 schrieb Thomas Vandahl : > > 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. Thanks to Bruno we were able to find an issue that could

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-30 Thread Bruno P. Kinoshita
Just remembered seeing some classes in JCS that had Blocking in the name. Maybe it is intentional to use that SecureRandom implementation. In which case I think the best option would be to re-write the test that fails on environments where /dev/random is slow. Cheers Bruno Sent from Yahoo Mail

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-30 Thread Bruno P. Kinoshita
Hi, Thomas has had a lot of patience troubleshooting this issue with me off-list (thanks heaps!). Not only remotely, but I think we are on opposite timezones too. Yesterday Thomas suggested to look at EncryptingSerializer, and also to look at the time that my machine was taking to get data fr

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-29 Thread Thomas Vandahl
> Am 29.12.2021 um 16:06 schrieb Gary Gregory : > > Is this test failure being addressed? Well, "addressed" is a big word for what I'm currently trying. "looked at" is closer to what happens. Bye, Thomas - To unsubscribe, e-ma

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-29 Thread Gary Gregory
FWIW, from the git tag, I run 'mvn clean install' and it passes but I think we should make it easier to make reviewers pass builds since we do not always have a lot of reviewers ;-) Is this test failure being addressed? TY! Gary PS: My set up is: openjdk version "1.8.0_312" OpenJDK Runtime Envi

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-28 Thread Bruno P. Kinoshita
Sent off-list. Used GMail for my @apache.org email (too lazy to migrate all my yahoo subscriptions over there). It has a zip attachment, so not sure if it will be in your inbox or spam folder, but it should arrive in a few minutes/hours. Cheers Bruno On Wednesday, 29 December 2021, 05:44:3

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-28 Thread Thomas Vandahl
> Am 28.12.2021 um 13:01 schrieb Bruno P. Kinoshita > : > > `mvn clean test install site` took a few minutes, but it just finished > running. Below the error that just happened again on my environment (appears > to be consistent for me): > > [INFO] Results: > [INFO] > [ERROR] Failures: > [ER

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-28 Thread Bruno P. Kinoshita
Hi Thomas, I'm using my old Thinkpad, with Ubuntu LTS 20.04, JDK 11 and Maven 3.8. 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 e

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-28 Thread Thomas Vandahl
Hi Bruno. > Am 24.12.2021 um 02:00 schrieb Bruno P. Kinoshita > : > > [ERROR] SerializerUnitTest.testReadWrite:116 [key:0] should not be null, > Region Name = blockRegion2 Can you reproduce the failure (because I can't)? Some of the concurrent tests are timing sensitive. If you can reproduc

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Bruno P. Kinoshita
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/

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Romain Manni-Bucau
+1 as well (tested on some apps and checked source bundle) Le jeu. 23 déc. 2021 à 20:42, Thomas Vandahl a écrit : > My vote: > > > Am 23.12.2021 um 19:20 schrieb Thomas Vandahl : > > > > [X] +1 Release these artifacts > > [ ] +0 OK, but... > > [ ] -0 OK, but really should fix... > > [ ] -1

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Thomas Vandahl
My vote: > Am 23.12.2021 um 19:20 schrieb Thomas Vandahl : > > [X] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... Bye, Thomas - To unsubscribe

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Thomas Vandahl
Yeah, sorry - typo. > Am 23.12.2021 um 19:20 schrieb Thomas Vandahl : > > The Git tag commons-jcs3-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=f370adb43aeef51a5456d93

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Romain Manni-Bucau
Misses a 3 after "jcs" in branch name I think Le jeu. 23 déc. 2021 à 20:05, Gary Gregory a écrit : > git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch > commons-jcs-3.1-rc1 commons-jcs-3.1-rc1 > Cloning into 'commons-jcs-3.1-rc1'... > fatal: Remote branch commons-jcs-3.1-rc1

Re: [VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Gary Gregory
git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch commons-jcs-3.1-rc1 commons-jcs-3.1-rc1 Cloning into 'commons-jcs-3.1-rc1'... fatal: Remote branch commons-jcs-3.1-rc1 not found in upstream origin ? Gary On Thu, Dec 23, 2021 at 1:21 PM Thomas Vandahl wrote: > Hi folks, >

[VOTE] Release Apache Commons JCS 3.1 based on RC1

2021-12-23 Thread Thomas Vandahl
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_