Hello Team, A performance issue related to how older versions of PostgreSQL, prior to version 16, optimize the queries generated by Apache Baremaps was recently identified. This release addresses the problem and offers the opportunity to repeat the full release process, including the publication of the artifacts on Nexus. Finally, a warm welcome to Alex Gacon and Rohit Yaduvanshi who did their first contributions.
You can read the release notes here: https://github.com/apache/incubator-baremaps/releases/tag/v0.8.2-rc1 The commit to be voted upon: https://github.com/apache/incubator-baremaps/tree/v0.8.2-rc1 Its tag is v0.8.2-rc1 and its hash is 0c247412e07ef2330b1d77511172ea1ca81d4bca. The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/ The hashes of the artifacts are as follows: 85b663bc524a2567f413e79b7256eec655cf412535a2a24ae4a0daf535df9a53fad3281b39788b85d4f891147a8fa36cc3a4acb8a57b884925cee8ba64aa8e86 ./apache-baremaps-0.8.2-rc1-incubating-src.tar.gz 8a0bdfc76504a104d383f293b79942ea0dd2e55a9e8159433e8e2035150bb8f86878cb7085419589371dbc9b4ebb7b36602d0f90dc672d72de8ee07ca8dda3f5 ./apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz Release candidate artifacts are signed automatically with the key created by the INFRA team (C81AC42AF2A7CACDF4C8A4F6936E280DF16599CB): https://downloads.apache.org/incubator/baremaps/KEYS The maven staging repository for this release is: https://repository.apache.org/content/repositories/orgapachebaremaps-1009 The maven artifacts are signed with my PGP key (16D7A0B27D5ADD52BD57932971751399FB39CB84): https://downloads.apache.org/incubator/baremaps/KEYS The README file for the src distribution contains instructions for building and testing the release. Please vote on releasing this package as Apache Baremaps 0.8.2 (incubating). The vote is open for 72 hours but can be open longer if the required number of votes is not obtained. It passes if a majority of at least three +1 PPMC votes are cast. [ ] +1 Release this package as Apache Baremaps 0.8.2 (incubating) [ ] 0 I don't feel strongly about it, but I'm okay with the release [ ] -1 Do not release this package because... Here is my vote. +1 (non-binding): - checked the presence of the LICENSE, NOTICE, and DISCLAIMER files in src and bin; - checked the presence of the licenses and notices directories in src and bin; - checked the output of the rat report in the source release; - built and executed from source; - executed the binary distribution; - checked the checksums; - checked the signatures. I added some of the commands I used to verify this release below. Best regards, Bertil ——— # Download the source release wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-src.tar.gz wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-src.tar.gz.asc wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-src.tar.gz.sha512 # Verify the signature of the source release gpg --verify apache-baremaps-0.8.2-rc1-incubating-src.tar.gz.asc # Verify the checksum of the source release shasum -a 512 -c apache-baremaps-0.8.2-rc1-incubating-src.tar.gz.sha512 # Unpack the source release and navigate to the source directory tar -xvf apache-baremaps-0.8.2-rc1-incubating-src.tar.gz cd apache-baremaps-0.8.2-incubating-src # Check the license headers mvn apache-rat:check # Generate the license headers report mvn apache-rat:rat less target/rat.txt # Build the project from source mvn clean package # Download the binary release wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz.asc wget https://dist.apache.org/repos/dist/dev/incubator/baremaps/0.8.2-rc1/apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz.sha512 # Verify the signature of the binary release gpg --verify apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz.asc # Verify the checksum of the binary release shasum -a 512 -c apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz.sha512 # Unpack the binary release and navigate to the binary directory tar -xvf apache-baremaps-0.8.2-rc1-incubating-bin.tar.gz cd apache-baremaps-0.8.2-incubating-bin # Check if the binary release works ./bin/baremaps --version # Download a jar from the nexus repository wget https://repository.apache.org/content/repositories/orgapachebaremaps-1009/org/apache/baremaps/baremaps-data/0.8.2/baremaps-data-0.8.2.jar wget https://repository.apache.org/content/repositories/orgapachebaremaps-1009/org/apache/baremaps/baremaps-data/0.8.2/baremaps-data-0.8.2.jar.asc wget https://repository.apache.org/content/repositories/orgapachebaremaps-1009/org/apache/baremaps/baremaps-data/0.8.2/baremaps-data-0.8.2.jar.md5 wget https://repository.apache.org/content/repositories/orgapachebaremaps-1009/org/apache/baremaps/baremaps-data/0.8.2/baremaps-data-0.8.2.jar.sha1 # Verify the signature of the jar gpg --verify baremaps-data-0.8.2.jar.asc baremaps-data-0.8.2.jar # Verify the checksum of the jar md5sum baremaps-data-0.8.2.jar cat baremaps-data-0.8.2.jar.md5 shasum baremaps-data-0.8.2.jar cat baremaps-data-0.8.2.jar.sha1 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@baremaps.apache.org For additional commands, e-mail: dev-h...@baremaps.apache.org