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

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,

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

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

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

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

Re: [VOTE] Release Apache Commons IO 2.16.1 based on RC2

2024-04-05 Thread Gary Gregory
My +1 Gary On Fri, Apr 5, 2024, 10:52 AM Rob Tompkins wrote: > +1 build, signatures, site all checkout fine. > > -Rob > > > On Apr 4, 2024, at 9:36 PM, Gary Gregory wrote: > > > > [ The difference with RC1 is > https://github.com/apache/commons-io/pull/609 ] > > > > We have fixed a few bugs

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

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). > >

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:

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 >

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

Re: [VOTE] Release Apache Commons IO 2.16.1 based on RC2

2024-04-05 Thread Rob Tompkins
+1 build, signatures, site all checkout fine. -Rob > On Apr 4, 2024, at 9:36 PM, Gary Gregory wrote: > > [ The difference with RC1 is https://github.com/apache/commons-io/pull/609 ] > > We have fixed a few bugs since Apache Commons IO 2.16.0 was released, > so I would like to release Apache

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]

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

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

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:

Re: [VOTE] Release Apache Commons IO 2.16.1 based on RC2

2024-04-05 Thread Bruno Kinoshita
+1 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: