Re: [jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-08 Thread Thomas Vandahl
Hi Gary

> Am 07.04.2024 um 20:54 schrieb Gary D. Gregory :
> 
> Hi Thomas,
> 
> OK, here we go:
> 
> VPN on (Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for 
> Windows x64)
> git checkout fe20ca994803b353c32fd0909621d822ee26263c
> mvn clean test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> 
> Same 3 failures, log: https://paste.apache.org/grnpx

Thank you. Strange. I still miss the messages of the network detection.
Could you please run the following code for me https://paste.apache.org/fkww0 
 once with VPN on and once with VPN off and 
send me the output?
On my machine (Mac), all interfaces report multicast capability, even the VPN 
ones, which looks wrong to me. Let's see what Windows says.

TIA,
Bye, Thomas 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread sebb
On Sun, 7 Apr 2024 at 17:51, Thomas Vandahl  wrote:
>
> Hi Sebastian
>
> > Am 06.04.2024 um 15:38 schrieb sebb :
> >
> > Another minor issue:
> > If you run 'mvn test' without first doing 'mvn clean', it fails with:
> >
> > [ERROR]   JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157
> > » SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in
> > statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess]
> >
> > Something is not cleaning up properly after a test.
> >
> > Whilst this does not affect the main code, cleanup issues have been
> > known to affect the source bundle.
> > Should ideally be fixed if there is to be a new RC.
>
> I propose to fix this in the master branch and leave the bugfix release as it 
> is. Ok?

I guess so, though if there is time to add it to the bugfix release,
so much the better.

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

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



Re: [jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Gary D. Gregory
Hi Thomas,

OK, here we go:

VPN on (Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for 
Windows x64)
git checkout fe20ca994803b353c32fd0909621d822ee26263c
mvn clean test -Dtest=UDPDiscoverySenderEncryptedUnitTest

Same 3 failures, log: https://paste.apache.org/grnpx

TY!
Gary

On 2024/04/07 17:04:15 Thomas Vandahl wrote:
> (trying to move this out of the vote thread)
> 
> Hi Gary,
> 
> > Am 07.04.2024 um 14:33 schrieb Gary D. Gregory :
> > 
> > Hi Thomas,
> > 
> > Ran:
> > 
> > mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> > 
> > Log: 
> > 
> > https://paste.apache.org/1hmkb
> 
> Thank you. Could you please make sure that you are at commit 
> fe20ca994803b353c32fd0909621d822ee26263c ?
> I don't see the debug messages from HostNameUtil where I added the check for 
> multicast support. 
> 
> If the code is current, that would imply that the Cisco adapter lies about 
> its multicast support and that we cannot rely on the JDK to configure the 
> tests. That would be really bad news.
> 
> Bye, Thomas 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



[jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Thomas Vandahl
(trying to move this out of the vote thread)

Hi Gary,

> Am 07.04.2024 um 14:33 schrieb Gary D. Gregory :
> 
> Hi Thomas,
> 
> Ran:
> 
> mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> 
> Log: 
> 
> https://paste.apache.org/1hmkb

Thank you. Could you please make sure that you are at commit 
fe20ca994803b353c32fd0909621d822ee26263c ?
I don't see the debug messages from HostNameUtil where I added the check for 
multicast support. 

If the code is current, that would imply that the Cisco adapter lies about its 
multicast support and that we cannot rely on the JDK to configure the tests. 
That would be really bad news.

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Thomas Vandahl
Hi Sebastian

> Am 06.04.2024 um 15:38 schrieb sebb :
> 
> Another minor issue:
> If you run 'mvn test' without first doing 'mvn clean', it fails with:
> 
> [ERROR]   JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157
> » SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in
> statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess]
> 
> Something is not cleaning up properly after a test.
> 
> Whilst this does not affect the main code, cleanup issues have been
> known to affect the source bundle.
> Should ideally be fixed if there is to be a new RC.

I propose to fix this in the master branch and leave the bugfix release as it 
is. Ok?

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Gary D. Gregory
Hi Thomas,

Ran:

mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest

Log: 

https://paste.apache.org/1hmkb

Gary

On 2024/04/06 20:06:47 Thomas Vandahl wrote:
> Hi Gary,
> 
> > Am 06.04.2024 um 17:20 schrieb Gary D. Gregory :
> > 
> > Switching to origin/release-3.2.1 lets me run the default Maven goal (just 
> > 'mvn') to successfully to completion!
> > 
> 
> May I kindly ask for the debug log again? I'd like to know whether JCS can 
> find a valid multicast interface even if the VPN is on.
> 
> Bye, Thomas 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 17:20 schrieb Gary D. Gregory :
> 
> Switching to origin/release-3.2.1 lets me run the default Maven goal (just 
> 'mvn') to successfully to completion!
> 

May I kindly ask for the debug log again? I'd like to know whether JCS can find 
a valid multicast interface even if the VPN is on.

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Gary Gregory
Probably a job for JUnit assumptions.

Gary

On Sat, Apr 6, 2024, 12:17 PM Thomas Vandahl  wrote:

> Hi Gary,
>
> > Am 06.04.2024 um 17:48 schrieb Gary D. Gregory :
> >
> > And to confirm that VPN is the issue, I reconnected and got:
> >
> > [ERROR] Failures:
> > [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116
> message not received
> > [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138
> message not received
> > [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157
> message not received
> >
> > So that's one for the release notes!
>
> Well, there are probably more cases where we cannot find a multicast
> capable interface. I'll rather try to dynamically skip the tests when no
> multicast is available.
>
> Bye, Thomas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 17:48 schrieb Gary D. Gregory :
> 
> And to confirm that VPN is the issue, I reconnected and got:
> 
> [ERROR] Failures:
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116 
> message not received
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138 message 
> not received
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157 
> message not received
> 
> So that's one for the release notes!

Well, there are probably more cases where we cannot find a multicast capable 
interface. I'll rather try to dynamically skip the tests when no multicast is 
available.  

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Gary D. Gregory
And to confirm that VPN is the issue, I reconnected and got:

[ERROR] Failures:
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116 message 
not received
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138 message 
not received
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157 message 
not received

So that's one for the release notes!

Gary

On 2024/04/06 15:20:43 "Gary D. Gregory" wrote:
> Ah, I was on git master on Windows, which without the VPN, now hangs in:
> 
> [INFO] Running 
> org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
> 
> Switching to origin/release-3.2.1 lets me run the default Maven goal (just 
> 'mvn') to successfully to completion!
> 
> Gary
> 
> On 2024/04/06 14:57:50 Thomas Vandahl wrote:
> > Hi Gary,
> > 
> > > Am 06.04.2024 um 15:07 schrieb Gary D. Gregory :
> > > 
> > > mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> > > 
> > > which failed with the log here: https://paste.apache.org/b4p09
> > 
> > Please check out from branch release-3.2.1 and try again. 
> > 
> > Bye, Thomas 
> > 
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> > 
> > 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 17:20 schrieb Gary D. Gregory :
> 
> Ah, I was on git master on Windows, which without the VPN, now hangs in:
> 
> [INFO] Running 
> org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
> 

Thou shalt not run the whole test suite with debug log on. :-)

> Switching to origin/release-3.2.1 lets me run the default Maven goal (just 
> 'mvn') to successfully to completion!

Could you please send me the debug log of 

mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest

so that I can see what the HostNameUtil detects in your case?

Bye, Thomas 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Gary D. Gregory
Ah, I was on git master on Windows, which without the VPN, now hangs in:

[INFO] Running 
org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest

Switching to origin/release-3.2.1 lets me run the default Maven goal (just 
'mvn') to successfully to completion!

Gary

On 2024/04/06 14:57:50 Thomas Vandahl wrote:
> Hi Gary,
> 
> > Am 06.04.2024 um 15:07 schrieb Gary D. Gregory :
> > 
> > mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> > 
> > which failed with the log here: https://paste.apache.org/b4p09
> 
> Please check out from branch release-3.2.1 and try again. 
> 
> Bye, Thomas 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 15:07 schrieb Gary D. Gregory :
> 
> mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> 
> which failed with the log here: https://paste.apache.org/b4p09

Please check out from branch release-3.2.1 and try again. 

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 15:07 schrieb Gary D. Gregory :
> 
> mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
> 
> which failed with the log here: https://paste.apache.org/b4p09

Thanks for helping me to tackle this. I see that the network interface used for 
the test is a "Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter 
for Windows x64", IOW a VPN.

As far as Google can tell, this interface does not support multicast (see for 
example here: 
https://community.cisco.com/t5/vpn/anyconnect-multicast-support/td-p/4479734 
)

Could that be the problem?

Bye, Thomas 



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread sebb
Another minor issue:
If you run 'mvn test' without first doing 'mvn clean', it fails with:

[ERROR]   JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157
» SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in
statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess]

Something is not cleaning up properly after a test.

Whilst this does not affect the main code, cleanup issues have been
known to affect the source bundle.
Should ideally be fixed if there is to be a new RC.

On Sat, 6 Apr 2024 at 14:09, Gary D. Gregory  wrote:
>
> Thomas,
>
> Running 'mvn clean verify -pl commons-jcs3-core' fails as usual (git master).
>
> The class UDPDiscoverySenderUnitTest is _excluded_ in the POM so it does not 
> even run.
>
> I edited logging.properties:
>
> handlers=java.util.logging.FileHandler
>
> .level = FINER
>
> java.util.logging.FileHandler.level=FINER
> java.util.logging.FileHandler.pattern=target/jcs-logging-%g.log
> java.util.logging.FileHandler.limit = 10
> java.util.logging.FileHandler.count = 2
> java.util.logging.FileHandler.append=true
> java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
> java.util.logging.SimpleFormatter.format=[%1$tF %1$tT] %3$s [%4$-7s] %5$s %n
>
> and ran:
>
> mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest
>
> which failed with the log here: https://paste.apache.org/b4p09
>
> TY,
> Gary
>
>
> On 2024/04/06 12:46:20 Thomas Vandahl wrote:
> > Hi Gary,
> >
> > > Am 06.04.2024 um 14:10 schrieb Gary D. Gregory :
> > >
> > > Hi Thomas,
> > >
> > > I ran:
> > >
> > > mvn test -Dtest=UDPDiscoverySenderUnitTest -X >\test\out.txt
> > >
> > > and killed it after 10 minutes since it never finished. I tried 3 times.
> >
> > Thanks. Not good.
> > Could you please repeat the test with the log levels in 
> > /commons-jcs3-core/src/test/test-conf/logging.properties set to FINER and 
> > send me the content of target/jcs-logging-0.log?
> >
> > Does this test run successfully when you run mvn clean verify for 
> > commons-jcs3-core?
> >
> > Bye, Thomas
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Gary D. Gregory
Thomas,

Running 'mvn clean verify -pl commons-jcs3-core' fails as usual (git master). 

The class UDPDiscoverySenderUnitTest is _excluded_ in the POM so it does not 
even run.

I edited logging.properties:

handlers=java.util.logging.FileHandler

.level = FINER

java.util.logging.FileHandler.level=FINER
java.util.logging.FileHandler.pattern=target/jcs-logging-%g.log
java.util.logging.FileHandler.limit = 10
java.util.logging.FileHandler.count = 2
java.util.logging.FileHandler.append=true
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.SimpleFormatter.format=[%1$tF %1$tT] %3$s [%4$-7s] %5$s %n

and ran:

mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest

which failed with the log here: https://paste.apache.org/b4p09

TY,
Gary


On 2024/04/06 12:46:20 Thomas Vandahl wrote:
> Hi Gary,
> 
> > Am 06.04.2024 um 14:10 schrieb Gary D. Gregory :
> > 
> > Hi Thomas,
> > 
> > I ran:
> > 
> > mvn test -Dtest=UDPDiscoverySenderUnitTest -X >\test\out.txt
> > 
> > and killed it after 10 minutes since it never finished. I tried 3 times.
> 
> Thanks. Not good. 
> Could you please repeat the test with the log levels in 
> /commons-jcs3-core/src/test/test-conf/logging.properties set to FINER and 
> send me the content of target/jcs-logging-0.log?
> 
> Does this test run successfully when you run mvn clean verify for 
> commons-jcs3-core?
> 
> Bye, Thomas 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 06.04.2024 um 14:10 schrieb Gary D. Gregory :
> 
> Hi Thomas,
> 
> I ran:
> 
> mvn test -Dtest=UDPDiscoverySenderUnitTest -X >\test\out.txt
> 
> and killed it after 10 minutes since it never finished. I tried 3 times.

Thanks. Not good. 
Could you please repeat the test with the log levels in 
/commons-jcs3-core/src/test/test-conf/logging.properties set to FINER and send 
me the content of target/jcs-logging-0.log?

Does this test run successfully when you run mvn clean verify for 
commons-jcs3-core?

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Gary D. Gregory
Hi Thomas,

I ran:

mvn test -Dtest=UDPDiscoverySenderUnitTest -X >\test\out.txt

and killed it after 10 minutes since it never finished. I tried 3 times.

See https://paste.apache.org/0d08b

TY,
Gary

On 2024/04/06 10:02:36 Thomas Vandahl wrote:
> Hi Gary,
> 
> > Am 05.04.2024 um 17:28 schrieb Gary D. Gregory :
> > 
> > [INFO] Running 
> > org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> > [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 
> > 9.526 s <<< FAILURE! - in 
> > org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> > [ERROR] 
> > org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast
> >   Time elapsed: 3.36 s  <<< FAILURE!
> 
> Could you please check that the test 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderUnitTest runs fine 
> on Windows under all circumstances? If so, we would need to look at 
> org.apache.commons.jcs3.utils.serialization.EncryptingSerializer because that 
> is the only difference between the two tests.
> 
> Bye, Thomas 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi Gary,

> Am 05.04.2024 um 17:28 schrieb Gary D. Gregory :
> 
> [INFO] Running 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 9.526 
> s <<< FAILURE! - in 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> [ERROR] 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast
>   Time elapsed: 3.36 s  <<< FAILURE!

Could you please check that the test 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderUnitTest runs fine on 
Windows under all circumstances? If so, we would need to look at 
org.apache.commons.jcs3.utils.serialization.EncryptingSerializer because that 
is the only difference between the two tests.

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread Thomas Vandahl
Hi folks,

> Am 05.04.2024 um 23:26 schrieb Gary Gregory :
> 
> Wow, that's the first macOS failure for this type of issue. Bruno and I
> both see this on Windows.

Ok, let's try to fix this. Could you please run the affected test only with 
debug log and provide the log files to me? 
I'll cancel the vote now.

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary Gregory
Wow, that's the first macOS failure for this type of issue. Bruno and I
both see this on Windows.

Gary


On Fri, Apr 5, 2024, 4:22 PM Rob Tompkins  wrote:

> Ah…pardon. Here’s my local info:
>
>  % mvn -version
> Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
> Maven home: /opt/homebrew/Cellar/maven/3.9.4/libexec
> Java version: 17.0.9, vendor: Amazon.com Inc., runtime:
> /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "14.3", arch: "aarch64", family: "mac"
>
> > On Apr 5, 2024, at 11:28 AM, Gary D. Gregory 
> wrote:
> >
> > Rob,
> >
> > What OS and such (mvn -version)?
> >
> > Gary
> >
> > On 2024/04/05 14:51:39 Rob Tompkins wrote:
> >> -0.5: building with java17 from the src zip I get the following for the
> jcs-core module
> >>
> >> [INFO] Results:
> >> [INFO]
> >> [ERROR] Failures:
> >> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116
> message not received
> >> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138
> message not received
> >> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157
> message not received
> >> [INFO]
> >> [ERROR] Tests run: 426, Failures: 3, Errors: 0, Skipped: 0
> >>
> >>
> >> -Rob
> >>
> >>> On Apr 4, 2024, at 10:49 AM, Thomas Vandahl  wrote:
> >>>
> >>> Hi folks,
> >>>
> >>> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so
> I would like to release Apache Commons JCS 3.2.1.
> >>>
> >>> Apache Commons JCS 3.2.1 rc1 is available for review here:
> >>>   https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn
> revision 68312)
> >>>
> >>> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is
> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
> >>>
> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> >>> You may checkout this tag using:
> >>>   git clone https://gitbox.apache.org/repos/asf/commons-jcs.git
> --branch commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
> >>>
> >>> Maven artifacts are here:
> >>>
> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
> >>>
> >>> These are the artifacts and their hashes:
> >>>
> >>>
> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
> commons-jcs3-dist-3.2.1-bin.tar.gz
> >>>
> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
> commons-jcs3-dist-3.2.1-bin.zip
> >>>
> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
> commons-jcs3-dist-3.2.1-src.tar.gz
> >>>
> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
> commons-jcs3-dist-3.2.1-src.zip
> >>>
> >>> I have tested this with ***'mvn clean install site'*** using:
> >>>
> >>> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> >>> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
> >>>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
> >>>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
> >>>
> >>> Site:
> >>>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
> >>>   (note some *relative* links are broken and the 3.2.1 directories are
> not yet created - these will be OK once the site is deployed.)
> >>>
> >>> JApiCmp Report (compared to 3.2):
> >>>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> >>> RAT Report:
> >>>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
> >>>
> >>> Bye, Thomas
> >>> Release Manager (using key 88817402)
> >>>
> >>>
> >>>
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >>> For additional commands, e-mail: dev-h...@commons.apache.org
> >>>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Rob Tompkins
Ah…pardon. Here’s my local info:

 % mvn -version
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/homebrew/Cellar/maven/3.9.4/libexec
Java version: 17.0.9, vendor: Amazon.com Inc., runtime: 
/Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "14.3", arch: "aarch64", family: "mac"

> On Apr 5, 2024, at 11:28 AM, Gary D. Gregory  wrote:
> 
> Rob, 
> 
> What OS and such (mvn -version)?
> 
> Gary
> 
> On 2024/04/05 14:51:39 Rob Tompkins wrote:
>> -0.5: building with java17 from the src zip I get the following for the 
>> jcs-core module
>> 
>> [INFO] Results:
>> [INFO] 
>> [ERROR] Failures: 
>> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116 
>> message not received
>> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138 
>> message not received
>> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157 
>> message not received
>> [INFO] 
>> [ERROR] Tests run: 426, Failures: 3, Errors: 0, Skipped: 0
>> 
>> 
>> -Rob
>> 
>>> On Apr 4, 2024, at 10:49 AM, Thomas Vandahl  wrote:
>>> 
>>> Hi folks,
>>> 
>>> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
>>> would like to release Apache Commons JCS 3.2.1.
>>> 
>>> Apache Commons JCS 3.2.1 rc1 is available for review here:
>>>   https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn 
>>> revision 68312)
>>> 
>>> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
>>> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
>>>   
>>> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
>>> You may checkout this tag using:
>>>   git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
>>> commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
>>> 
>>> Maven artifacts are here:
>>>   
>>> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
>>> 
>>> These are the artifacts and their hashes:
>>> 
>>> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
>>>   commons-jcs3-dist-3.2.1-bin.tar.gz
>>> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
>>>   commons-jcs3-dist-3.2.1-bin.zip
>>> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
>>>   commons-jcs3-dist-3.2.1-src.tar.gz
>>> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
>>>   commons-jcs3-dist-3.2.1-src.zip
>>> 
>>> I have tested this with ***'mvn clean install site'*** using:
>>> 
>>> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
>>> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
>>>   
>>> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
>>>   
>>> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
>>> 
>>> Site:
>>>   
>>> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
>>>   (note some *relative* links are broken and the 3.2.1 directories are not 
>>> yet created - these will be OK once the site is deployed.)
>>> 
>>> JApiCmp Report (compared to 3.2):
>>>   
>>> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
>>> RAT Report:
>>>   
>>> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
>>> 
>>> Bye, Thomas 
>>> Release Manager (using key 88817402)
>>> 
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary D. Gregory
Rob, 

What OS and such (mvn -version)?

Gary

On 2024/04/05 14:51:39 Rob Tompkins wrote:
> -0.5: building with java17 from the src zip I get the following for the 
> jcs-core module
> 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116 
> message not received
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138 message 
> not received
> [ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157 
> message not received
> [INFO] 
> [ERROR] Tests run: 426, Failures: 3, Errors: 0, Skipped: 0
> 
> 
> -Rob
> 
> > On Apr 4, 2024, at 10:49 AM, Thomas Vandahl  wrote:
> > 
> > Hi folks,
> > 
> > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> > would like to release Apache Commons JCS 3.2.1.
> > 
> > Apache Commons JCS 3.2.1 rc1 is available for review here:
> >https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn 
> > revision 68312)
> > 
> > The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
> > 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
> >
> > https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> > You may checkout this tag using:
> >git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
> > commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
> > 
> > Maven artifacts are here:
> >
> > https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
> > 
> > These are the artifacts and their hashes:
> > 
> > 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
> >   commons-jcs3-dist-3.2.1-bin.tar.gz
> > ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
> >   commons-jcs3-dist-3.2.1-bin.zip
> > 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
> >   commons-jcs3-dist-3.2.1-src.tar.gz
> > e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
> >   commons-jcs3-dist-3.2.1-src.zip
> > 
> > I have tested this with ***'mvn clean install site'*** using:
> > 
> > Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> > Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
> > /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
> >
> > https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
> >
> > https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
> > 
> > Site:
> >
> > https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
> >(note some *relative* links are broken and the 3.2.1 directories are not 
> > yet created - these will be OK once the site is deployed.)
> > 
> > JApiCmp Report (compared to 3.2):
> >
> > https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> > RAT Report:
> >
> > https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
> > 
> > Bye, Thomas 
> > Release Manager (using key 88817402)
> > 
> > 
> > 
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> > 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary D. Gregory
Thomas,

I checkout out the tag "commons-jcs3-3.2" BUT that tag is NOT read-only, as 
opposed to where it should be: "rel/commons-jcs3-3.2" and ran "mvn clean 
verify" and got failures on Windows that look the same as this RC:

[INFO] Running 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 9.526 s 
<<< FAILURE! - in 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
[ERROR] 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast
  Time elapsed: 3.36 s  <<< FAILURE!
junit.framework.AssertionFailedError: message not received
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.TestCase.assertNotNull(TestCase.java:399)
at 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast(UDPDiscoverySenderEncryptedUnitTest.java:157)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
at 
org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

[ERROR] 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast
  Time elapsed: 3.064 s  <<< FAILURE!
junit.framework.AssertionFailedError: message not received
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.TestCase.assertNotNull(TestCase.java:399)
at 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast(UDPDiscoverySenderEncryptedUnitTest.java:138)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Rob Tompkins
-0.5: building with java17 from the src zip I get the following for the 
jcs-core module

[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testPassiveBroadcast:116 message 
not received
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast:138 message 
not received
[ERROR]   UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast:157 message 
not received
[INFO] 
[ERROR] Tests run: 426, Failures: 3, Errors: 0, Skipped: 0


-Rob

> On Apr 4, 2024, at 10:49 AM, Thomas Vandahl  wrote:
> 
> Hi folks,
> 
> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> would like to release Apache Commons JCS 3.2.1.
> 
> Apache Commons JCS 3.2.1 rc1 is available for review here:
>https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn revision 
> 68312)
> 
> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> You may checkout this tag using:
>git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
> commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
> 
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
> 
> These are the artifacts and their hashes:
> 
> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
>   commons-jcs3-dist-3.2.1-bin.tar.gz
> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
>   commons-jcs3-dist-3.2.1-bin.zip
> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
>   commons-jcs3-dist-3.2.1-src.tar.gz
> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
>   commons-jcs3-dist-3.2.1-src.zip
> 
> I have tested this with ***'mvn clean install site'*** using:
> 
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
> 
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
>(note some *relative* links are broken and the 3.2.1 directories are not 
> yet created - these will be OK once the site is deployed.)
> 
> JApiCmp Report (compared to 3.2):
>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> RAT Report:
>
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
> 
> Bye, Thomas 
> Release Manager (using key 88817402)
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Gary,

> Am 04.04.2024 um 22:30 schrieb Gary D. Gregory :
> 
> After being successful on macOS, I am seeing the following _repeatable_ 
> failures on Windows 10 running the default Maven goal (just `mvn`):
> 
> ...
> [INFO] Running 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 9.339 
> s <<< FAILURE! - in 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
> [ERROR] 
> org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast
>   Time elapsed: 3.23 s  <<< FAILURE!
> junit.framework.AssertionFailedError: message not received

This code has not been touched since 3.2. Could you please verify that this 
problem is also present in 3.2?

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Bruno,

> Am 04.04.2024 um 21:46 schrieb Bruno Kinoshita :
> 
> Failed to collect
> dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
> org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
> com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
> descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
> transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
> openjpa-internal (file://${basedir}/internal-repository): Repository path
> /internal-repository does not exist, and cannot be created.

This is probably caused by the settings in here: 
https://repo1.maven.org/maven2/org/apache/openjpa/openjpa-kernel/2.4.3/openjpa-kernel-2.4.3.pom

As this library has been a dependency of commons-jcs3-jcache-openjpa for quite 
a while, I don't know why the websphere artifact is missing all of a sudden. 
The comment in the pom mentions a private repository in SVN. The artifacts 
required can be found here, however: 
https://github.com/apache/openjpa/tree/2.4.x/openjpa-kernel/internal-repository/com/ibm/websphere/websphere_uow_api/0.0.1

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary D. Gregory
FTR, on Linux running inside Windows (WSL), the build works for me using:

Linux RS-PF3NRMLR 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 
UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /mnt/c/java/apache-maven-3.9.6
Java version: 17.0.10, vendor: Private Build, runtime: 
/usr/lib/jvm/java-17-openjdk-amd64
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.15.133.1-microsoft-standard-wsl2", arch: "amd64", 
family: "unix"

So we only have the Windows build to figure out, macOS and Linux are OK for me.

Gary

On 2024/04/04 19:46:29 Bruno Kinoshita wrote:
> Hi Thomas,
> 
> The build is not working for me. Are you able to tell me what could be
> wrong with my environment, please?
> 
> commit 0b20664b6c60b025cfe0e95c33e86f3239822a12 (HEAD, tag:
> commons-jcs3-3.2.1-rc1)
> Author: Thomas Vandahl 
> Date:   Thu Apr 4 14:47:16 2024 +0200
> 
> [maven-release-plugin] prepare release commons-jcs3-3.2.1-rc1
> 
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.10, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
> "unix"
> 
> `mvn clean install site`
> 
> [INFO]
> 
> [INFO] Reactor Summary for Apache Commons JCS 3.2.1:
> [INFO]
> [INFO] Apache Commons JCS . FAILURE [01:23
> min]
> [INFO] Apache Commons JCS :: Core . SKIPPED
> [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:23 min
> [INFO] Finished at: 2024-04-04T20:32:15+02:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on
> project commons-jcs3: Error generating
> maven-project-info-reports-plugin:3.4.3:dependency-convergence report:
> Could not build dependency tree: Could not collect dependencies:
> org.apache.commons:commons-jcs3-jcache-openjpa:jar:3.2.1: Failed to collect
> dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
> org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
> com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
> descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
> transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
> openjpa-internal (file://${basedir}/internal-repository): Repository path
> /internal-repository does not exist, and cannot be created. -> [Help 1]
> 
> On Thu, 4 Apr 2024 at 17:36, Thomas Vandahl  wrote:
> 
> > My vote:
> >
> > > Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> > >
> > > Hi folks,
> > >
> > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I
> > would like to release Apache Commons JCS 3.2.1.
> > >
> > >  [X] +1 Release these artifacts
> > >  [ ] +0 OK, but...
> > >  [ ] -0 OK, but really should fix...
> > >  [ ] -1 I oppose this release because...
> >
> > Bye, Thomas
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
> 

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary Gregory
Understood, TY!

Gary

On Fri, Apr 5, 2024 at 2:26 AM Thomas Vandahl  wrote:
>
> Hi Gary,
>
> > Am 04.04.2024 um 21:59 schrieb Gary Gregory :
> >
> > Note that the parent pom is way behind in versions but I am not sure
> > it matters here (aside from not getting JPMS modules almost for free).
>
> Yes, again: intentional. This being a bug fix release for 3.2, I did not want 
> to change too much compared to 3.2.
>
> Bye, Thomas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary Gregory
Thank you for the clarification :-)

Gary

On Fri, Apr 5, 2024 at 2:24 AM Thomas Vandahl  wrote:
>
> Hi Gary,
>
> > Am 04.04.2024 um 21:58 schrieb Gary Gregory :
> >
> > Hi Thomas,
> >
> > Thank you for preparing a release candidate.
> >
> > Something looks confusing in the source tree:
> >
> > In git master marked as version 3.2.2-SNAPSHOT, all of the Maven
> > modules follow the normal naming convention where directory names are
> > artifact IDs, for example, "commons-jcs3-core":
> > https://github.com/apache/commons-jcs/tree/master/commons-jcs3-core
> >
> > But at the release tag commons-jcs3-3.2.1-rc1, all of the folders are
> > missing the "3" postfix:
> > https://github.com/apache/commons-jcs/tree/commons-jcs3-3.2.1-rc1 ?
> >
>
> Yes, this is intentional. The branch release-3.2.1 has been branched from 
> release-3.2 because that was what I was trying to fix. The master branch is 
> already at 4.0 and not ready for release. The directories were renamed in 
> commit 49091a01a2ea6d658186872b7cb1ea6f45187320 which was after the 3.2 
> release.
>
> HTH
> Bye, Thomas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Gary Gregory
I mean that the release notes text file are missing Jira IDs.

HTH,
Gary

On Fri, Apr 5, 2024, 2:36 AM Thomas Vandahl  wrote:

> Hi Gary,
>
> > Am 04.04.2024 um 22:22 schrieb Gary Gregory :
> >
> > Another note:
> >
> > The changes.xml contains XML not supported by the VM file, for
> > example, all of the JIRA issue IDs are lost.
> >
>
> I see working JIRA links in
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
> <
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html>
>
> Please note that the changes.xml is valid according to its xsd.
> What VM file do you mean?
>
> Bye, Thomas
>
>


Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Gary,

> Am 04.04.2024 um 22:22 schrieb Gary Gregory :
> 
> Another note:
> 
> The changes.xml contains XML not supported by the VM file, for
> example, all of the JIRA issue IDs are lost.
> 

I see working JIRA links in 
https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
 

 
Please note that the changes.xml is valid according to its xsd.
What VM file do you mean?

Bye, Thomas 



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Gary,

> Am 04.04.2024 um 22:05 schrieb Gary Gregory :
> 
> I think it is better to keep the release notes as a _history_ instead
> of only the latest. This lets you see what you're getting when
> migrating from several versions back.

I don't quite get your point, I'm afraid. Isn't this what the changes report 
was invented for?

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Gary,

> Am 04.04.2024 um 21:59 schrieb Gary Gregory :
> 
> Note that the parent pom is way behind in versions but I am not sure
> it matters here (aside from not getting JPMS modules almost for free).

Yes, again: intentional. This being a bug fix release for 3.2, I did not want 
to change too much compared to 3.2.

Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-05 Thread Thomas Vandahl
Hi Gary,

> Am 04.04.2024 um 21:58 schrieb Gary Gregory :
> 
> Hi Thomas,
> 
> Thank you for preparing a release candidate.
> 
> Something looks confusing in the source tree:
> 
> In git master marked as version 3.2.2-SNAPSHOT, all of the Maven
> modules follow the normal naming convention where directory names are
> artifact IDs, for example, "commons-jcs3-core":
> https://github.com/apache/commons-jcs/tree/master/commons-jcs3-core
> 
> But at the release tag commons-jcs3-3.2.1-rc1, all of the folders are
> missing the "3" postfix:
> https://github.com/apache/commons-jcs/tree/commons-jcs3-3.2.1-rc1 ?
> 

Yes, this is intentional. The branch release-3.2.1 has been branched from 
release-3.2 because that was what I was trying to fix. The master branch is 
already at 4.0 and not ready for release. The directories were renamed in 
commit 49091a01a2ea6d658186872b7cb1ea6f45187320 which was after the 3.2 
release. 

HTH
Bye, Thomas 


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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary D. Gregory
After being successful on macOS, I am seeing the following _repeatable_ 
failures on Windows 10 running the default Maven goal (just `mvn`):

...
[INFO] Running 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 9.339 s 
<<< FAILURE! - in 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest
[ERROR] 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast
  Time elapsed: 3.23 s  <<< FAILURE!
junit.framework.AssertionFailedError: message not received
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.TestCase.assertNotNull(TestCase.java:399)
at 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRequestBroadcast(UDPDiscoverySenderEncryptedUnitTest.java:157)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at 
org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast
  Time elapsed: 3.033 s  <<< FAILURE!
junit.framework.AssertionFailedError: message not received
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.TestCase.assertNotNull(TestCase.java:399)
at 
org.apache.commons.jcs3.utils.discovery.UDPDiscoverySenderEncryptedUnitTest.testRemoveBroadcast(UDPDiscoverySenderEncryptedUnitTest.java:138)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at 

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
Another note:

The changes.xml contains XML not supported by the VM file, for
example, all of the JIRA issue IDs are lost.

Gary

On Thu, Apr 4, 2024 at 10:52 AM Thomas Vandahl  wrote:
>
> Hi folks,
>
> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> would like to release Apache Commons JCS 3.2.1.
>
> Apache Commons JCS 3.2.1 rc1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn 
> revision 68312)
>
> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
> commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
>
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
>
> These are the artifacts and their hashes:
>
> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
>   commons-jcs3-dist-3.2.1-bin.tar.gz
> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
>   commons-jcs3-dist-3.2.1-bin.zip
> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
>   commons-jcs3-dist-3.2.1-src.tar.gz
> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
>   commons-jcs3-dist-3.2.1-src.zip
>
> I have tested this with ***'mvn clean install site'*** using:
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
>
> Site:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
> (note some *relative* links are broken and the 3.2.1 directories are not 
> yet created - these will be OK once the site is deployed.)
>
> JApiCmp Report (compared to 3.2):
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> RAT Report:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
>
> Bye, Thomas
> Release Manager (using key 88817402)
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
This:

 (file://${basedir}/internal-repository):

makes it look like a variable interpolation issue, maybe.

Can you try with Maven 3.9.6 (the latest).

Gary

On Thu, Apr 4, 2024 at 3:48 PM Bruno Kinoshita  wrote:
>
> Hi Thomas,
>
> The build is not working for me. Are you able to tell me what could be
> wrong with my environment, please?
>
> commit 0b20664b6c60b025cfe0e95c33e86f3239822a12 (HEAD, tag:
> commons-jcs3-3.2.1-rc1)
> Author: Thomas Vandahl 
> Date:   Thu Apr 4 14:47:16 2024 +0200
>
> [maven-release-plugin] prepare release commons-jcs3-3.2.1-rc1
>
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.10, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
> "unix"
>
> `mvn clean install site`
>
> [INFO]
> 
> [INFO] Reactor Summary for Apache Commons JCS 3.2.1:
> [INFO]
> [INFO] Apache Commons JCS . FAILURE [01:23
> min]
> [INFO] Apache Commons JCS :: Core . SKIPPED
> [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:23 min
> [INFO] Finished at: 2024-04-04T20:32:15+02:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on
> project commons-jcs3: Error generating
> maven-project-info-reports-plugin:3.4.3:dependency-convergence report:
> Could not build dependency tree: Could not collect dependencies:
> org.apache.commons:commons-jcs3-jcache-openjpa:jar:3.2.1: Failed to collect
> dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
> org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
> com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
> descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
> transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
> openjpa-internal (file://${basedir}/internal-repository): Repository path
> /internal-repository does not exist, and cannot be created. -> [Help 1]
>
> On Thu, 4 Apr 2024 at 17:36, Thomas Vandahl  wrote:
>
> > My vote:
> >
> > > Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> > >
> > > Hi folks,
> > >
> > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I
> > would like to release Apache Commons JCS 3.2.1.
> > >
> > >  [X] +1 Release these artifacts
> > >  [ ] +0 OK, but...
> > >  [ ] -0 OK, but really should fix...
> > >  [ ] -1 I oppose this release because...
> >
> > Bye, Thomas
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
FWIW, I can run the default goal, IOW, just `mvn` on the command line.

Running `mvn clean install site` runs successfully using:

openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /usr/local/Cellar/maven/3.9.6/libexec
Java version: 17.0.10, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"

Darwin  23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64

Gary

On Thu, Apr 4, 2024 at 3:48 PM Bruno Kinoshita  wrote:
>
> Hi Thomas,
>
> The build is not working for me. Are you able to tell me what could be
> wrong with my environment, please?
>
> commit 0b20664b6c60b025cfe0e95c33e86f3239822a12 (HEAD, tag:
> commons-jcs3-3.2.1-rc1)
> Author: Thomas Vandahl 
> Date:   Thu Apr 4 14:47:16 2024 +0200
>
> [maven-release-plugin] prepare release commons-jcs3-3.2.1-rc1
>
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.10, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
> "unix"
>
> `mvn clean install site`
>
> [INFO]
> 
> [INFO] Reactor Summary for Apache Commons JCS 3.2.1:
> [INFO]
> [INFO] Apache Commons JCS . FAILURE [01:23
> min]
> [INFO] Apache Commons JCS :: Core . SKIPPED
> [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:23 min
> [INFO] Finished at: 2024-04-04T20:32:15+02:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on
> project commons-jcs3: Error generating
> maven-project-info-reports-plugin:3.4.3:dependency-convergence report:
> Could not build dependency tree: Could not collect dependencies:
> org.apache.commons:commons-jcs3-jcache-openjpa:jar:3.2.1: Failed to collect
> dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
> org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
> com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
> descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
> transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
> openjpa-internal (file://${basedir}/internal-repository): Repository path
> /internal-repository does not exist, and cannot be created. -> [Help 1]
>
> On Thu, 4 Apr 2024 at 17:36, Thomas Vandahl  wrote:
>
> > My vote:
> >
> > > Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> > >
> > > Hi folks,
> > >
> > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I
> > would like to release Apache Commons JCS 3.2.1.
> > >
> > >  [X] +1 Release these artifacts
> > >  [ ] +0 OK, but...
> > >  [ ] -0 OK, but really should fix...
> > >  [ ] -1 I oppose this release because...
> >
> > Bye, Thomas
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
I think it is better to keep the release notes as a _history_ instead
of only the latest. This lets you see what you're getting when
migrating from several versions back.

Gary

On Thu, Apr 4, 2024 at 10:52 AM Thomas Vandahl  wrote:
>
> Hi folks,
>
> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> would like to release Apache Commons JCS 3.2.1.
>
> Apache Commons JCS 3.2.1 rc1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn 
> revision 68312)
>
> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
> commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
>
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
>
> These are the artifacts and their hashes:
>
> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
>   commons-jcs3-dist-3.2.1-bin.tar.gz
> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
>   commons-jcs3-dist-3.2.1-bin.zip
> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
>   commons-jcs3-dist-3.2.1-src.tar.gz
> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
>   commons-jcs3-dist-3.2.1-src.zip
>
> I have tested this with ***'mvn clean install site'*** using:
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
>
> Site:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
> (note some *relative* links are broken and the 3.2.1 directories are not 
> yet created - these will be OK once the site is deployed.)
>
> JApiCmp Report (compared to 3.2):
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> RAT Report:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
>
> Bye, Thomas
> Release Manager (using key 88817402)
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
Note that the parent pom is way behind in versions but I am not sure
it matters here (aside from not getting JPMS modules almost for free).

Gary

On Thu, Apr 4, 2024 at 3:48 PM Bruno Kinoshita  wrote:
>
> Hi Thomas,
>
> The build is not working for me. Are you able to tell me what could be
> wrong with my environment, please?
>
> commit 0b20664b6c60b025cfe0e95c33e86f3239822a12 (HEAD, tag:
> commons-jcs3-3.2.1-rc1)
> Author: Thomas Vandahl 
> Date:   Thu Apr 4 14:47:16 2024 +0200
>
> [maven-release-plugin] prepare release commons-jcs3-3.2.1-rc1
>
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.10, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
> "unix"
>
> `mvn clean install site`
>
> [INFO]
> 
> [INFO] Reactor Summary for Apache Commons JCS 3.2.1:
> [INFO]
> [INFO] Apache Commons JCS . FAILURE [01:23
> min]
> [INFO] Apache Commons JCS :: Core . SKIPPED
> [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:23 min
> [INFO] Finished at: 2024-04-04T20:32:15+02:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on
> project commons-jcs3: Error generating
> maven-project-info-reports-plugin:3.4.3:dependency-convergence report:
> Could not build dependency tree: Could not collect dependencies:
> org.apache.commons:commons-jcs3-jcache-openjpa:jar:3.2.1: Failed to collect
> dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
> org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
> com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
> descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
> transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
> openjpa-internal (file://${basedir}/internal-repository): Repository path
> /internal-repository does not exist, and cannot be created. -> [Help 1]
>
> On Thu, 4 Apr 2024 at 17:36, Thomas Vandahl  wrote:
>
> > My vote:
> >
> > > Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> > >
> > > Hi folks,
> > >
> > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I
> > would like to release Apache Commons JCS 3.2.1.
> > >
> > >  [X] +1 Release these artifacts
> > >  [ ] +0 OK, but...
> > >  [ ] -0 OK, but really should fix...
> > >  [ ] -1 I oppose this release because...
> >
> > Bye, Thomas
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Gary Gregory
Hi Thomas,

Thank you for preparing a release candidate.

Something looks confusing in the source tree:

In git master marked as version 3.2.2-SNAPSHOT, all of the Maven
modules follow the normal naming convention where directory names are
artifact IDs, for example, "commons-jcs3-core":
https://github.com/apache/commons-jcs/tree/master/commons-jcs3-core

But at the release tag commons-jcs3-3.2.1-rc1, all of the folders are
missing the "3" postfix:
https://github.com/apache/commons-jcs/tree/commons-jcs3-3.2.1-rc1 ?

TY,
Gary

On Thu, Apr 4, 2024 at 10:52 AM Thomas Vandahl  wrote:
>
> Hi folks,
>
> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> would like to release Apache Commons JCS 3.2.1.
>
> Apache Commons JCS 3.2.1 rc1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1 (svn 
> revision 68312)
>
> The Git tag commons-jcs3-3.2.1-rc1 commit for this RC is 
> 0b20664b6c60b025cfe0e95c33e86f3239822a12 which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-jcs.git;a=commit;h=0b20664b6c60b025cfe0e95c33e86f3239822a12
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-jcs.git --branch 
> commons-jcs3-3.2.1-rc1 commons-jcs3-3.2.1-rc1
>
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1712/org/apache/commons/commons-jcs3/3.2.1/
>
> These are the artifacts and their hashes:
>
> 5ea0cfd1ea5d17689ce35fd4a26ad104028b2b0d3209cf8c3d58d1a8e62c77442de95d51af278ad810a28117d0297725ded41b18553e05212dfc9e9db1dd185c
>   commons-jcs3-dist-3.2.1-bin.tar.gz
> ce7151767ebcf5ce08c9e91689ef1b240344b874963edc3042c0a6958e02deb95551aa9de1a8f63fd6e87198f179ad90501a0b76f96cf6c2c10cd546e867c8bf
>   commons-jcs3-dist-3.2.1-bin.zip
> 8abc08f18edf6fcd86d9fcb8834ef4584d6932a6a7dca8936b199b6aec3622e634c20f639fdb5cd1077d2492e1a8fd3dafb0ceb9a259127c3dfc3ec54d6cea1b
>   commons-jcs3-dist-3.2.1-src.tar.gz
> e7a2796bc07b9da4d8e5db0423baa758e0e139e8cdc35aa6d50e32cdfa9163b874eeedfd52e90c599049faa1963546109389fb967e60df8a0198a025a3d75869
>   commons-jcs3-dist-3.2.1-src.zip
>
> I have tested this with ***'mvn clean install site'*** using:
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_311.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.2 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/RELEASE-NOTES.txt
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/changes-report.html
>
> Site:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/index.html
> (note some *relative* links are broken and the 3.2.1 directories are not 
> yet created - these will be OK once the site is deployed.)
>
> JApiCmp Report (compared to 3.2):
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc1/site/commons-jcs3-core/japicmp.html
> RAT Report:
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.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 than 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,
>
> Bye, Thomas
> Release Manager (using key 88817402)
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Bruno Kinoshita
Hi Thomas,

The build is not working for me. Are you able to tell me what could be
wrong with my environment, please?

commit 0b20664b6c60b025cfe0e95c33e86f3239822a12 (HEAD, tag:
commons-jcs3-3.2.1-rc1)
Author: Thomas Vandahl 
Date:   Thu Apr 4 14:47:16 2024 +0200

[maven-release-plugin] prepare release commons-jcs3-3.2.1-rc1

Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/apache-maven-3.8.5
Java version: 17.0.10, vendor: Private Build, runtime:
/usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
"unix"

`mvn clean install site`

[INFO]

[INFO] Reactor Summary for Apache Commons JCS 3.2.1:
[INFO]
[INFO] Apache Commons JCS . FAILURE [01:23
min]
[INFO] Apache Commons JCS :: Core . SKIPPED
[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:23 min
[INFO] Finished at: 2024-04-04T20:32:15+02:00
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on
project commons-jcs3: Error generating
maven-project-info-reports-plugin:3.4.3:dependency-convergence report:
Could not build dependency tree: Could not collect dependencies:
org.apache.commons:commons-jcs3-jcache-openjpa:jar:3.2.1: Failed to collect
dependencies at org.apache.openjpa:openjpa:jar:2.4.3 ->
org.apache.openjpa:openjpa-kernel:jar:2.4.3 ->
com.ibm.websphere:websphere_uow_api:jar:0.0.1: Failed to read artifact
descriptor for com.ibm.websphere:websphere_uow_api:jar:0.0.1: Could not
transfer artifact com.ibm.websphere:websphere_uow_api:pom:0.0.1 from/to
openjpa-internal (file://${basedir}/internal-repository): Repository path
/internal-repository does not exist, and cannot be created. -> [Help 1]

On Thu, 4 Apr 2024 at 17:36, Thomas Vandahl  wrote:

> My vote:
>
> > Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> >
> > Hi folks,
> >
> > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I
> would like to release Apache Commons JCS 3.2.1.
> >
> >  [X] +1 Release these artifacts
> >  [ ] +0 OK, but...
> >  [ ] -0 OK, but really should fix...
> >  [ ] -1 I oppose this release because...
>
> Bye, Thomas
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-04 Thread Thomas Vandahl
My vote:

> Am 04.04.2024 um 16:49 schrieb Thomas Vandahl :
> 
> Hi folks,
> 
> We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I 
> would like to release Apache Commons JCS 3.2.1.
> 
>  [X] +1 Release these artifacts
>  [ ] +0 OK, but...
>  [ ] -0 OK, but really should fix...
>  [ ] -1 I oppose this release because...

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