Hello everyone, The Apache BifroMQ community has voted on releasing Apache BifroMQ 4.0.0-incubating RC3. This release includes the following fixes and improvements raised during RC2 vote on general@ list.
- Separated LICENSE files for bundled binary dependencies (by @JB) - Updated NOTICE files for binary distributions with the required contents (by @Calvin) We would like to call for a vote from the Incubator PMC to release this version. Community vote thread: https://lists.apache.org/thread/m0shw290zmzjkst35fqss65125g8vokm Vote result thread: https://lists.apache.org/thread/gh8o6cd29xg2bynql3t5vq5p3nn28h7w The Release candidate: https://dist.apache.org/repos/dist/dev/incubator/bifromq/4.0.0-incubating-RC3/ Git tag and commit: https://github.com/apache/bifromq/commit/6cb2465b6eee5f041b0214ef923a398a160f9918 (tag: v4.0.0-incubating-RC3, hash: 6cb2465) Release notes: https://github.com/apache/bifromq/releases/tag/v4.0.0-incubating-RC3 PGP KEYS: https://downloads.apache.org/incubator/bifromq/KEYS (signer: [email protected]) Build & Verification Guide 1. Download the source archive from the "dist/dev" location. 2. Build and verify using Maven: > ./mvnw -v > ./mvnw -U clean verify -DskipTests -Pbuild-release This command performs the full release verification, including license checks, compilation, and packaging. 3. Optionally, the license check can be run independently: > ./mvnw apache-rat:check 4. Check that the build completes successfully and that the expected artifacts are produced. Test Guide 1. Prepare test environment > ./mvnw clean install -DskipTests 2. Execute > ./mvnw test (Includes unit tests only) > ./mvnw test -Pbuild-coverage (Includes unit and integration tests, takes > much longer) The vote will be open for at least 72 hours. - [ ] +1 approve - [ ] +0 no opinion - [ ] -1 do not approve (please state your reasons) Additional information about Apache BifroMQ is available at: https://bifromq.apache.org/ Thanks, – Yonny (Yu) Hao on behalf of the Apache BifroMQ community
