Re: [VOTE] Release Qpid Broker-J 9.0.0 (RC2)

2022-11-14 Thread Tomas Vavricka
+1 * verified signatures and checksum files * extracted source bundle using 'tar -xvf' or 'mc' on Ubuntu 22.04 and using 7-zip (Windows 10) * executed mvn apache-rat:check * executed the build and tests with -DskipITs parameter on JDK 11/17 * started Qpid Broker-J, created queues/exchanges/ports/

Re: [VOTE] Release Qpid Broker-J 9.0.0 (RC2)

2022-11-14 Thread Daniil Kirilyuk
+1 I checked out the following: * Checked licence headers in the source archive (mvn apache-rat:check) * Built successfully from source (mvn clean install) under JDK 11 / JDK 17 * Ran successfully unit tests / integration tests using default profile under JDK 11 / JDK 17 (mvn verify -DskipTests=f

Re: [VOTE] Release Qpid Broker-J 9.0.0 (RC2)

2022-11-14 Thread Robbie Gemmell
+1 I checked things out as follows: - Checked over diff to RC1. - Verified the signature and checksum files [1]. - Checked for LICENCE and NOTICE files present in the archives. - Ran "mvn apache-rat:check" to check headers in the source archive. - Ran the build + tests with "mvn clean verify -Dski

[VOTE] Release Qpid Broker-J 9.0.0 (RC2)

2022-11-14 Thread Tomas Vavricka
Hi all, I built release artefacts for Qpid Broker-J version 9.0.0 RC2. Please, give them a test out and vote accordingly. The source and binary archives can be found at: https://dist.apache.org/repos/dist/dev/qpid/broker-j/9.0.0-rc2/ The maven artifacts are also staged at: https://repository.apa

Re: [VOTE] Release Qpid Broker-J 9.0.0

2022-11-14 Thread Tomas Vavricka
For a start, I created new Jenkins job for Java 17 with -DskipITs=false parameter https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Test-JDK17/ and added -DskipITs=false parameter to existing Java 11 Jenkins job https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Test-JDK11/. I tried