This VOTE passes with the following binding +1 votes: - Henri Biestro (henrib) - Piotr P. Karwasz (ppkarwasz) - Gary Gregory (ggregory)
TY all, Gary On Sat, Apr 12, 2025 at 1:59 PM Gary Gregory <garydgreg...@gmail.com> wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > JEXL 3.4.0 was released, so I would like to release Apache Commons > JEXL 3.5.0. > > Apache Commons JEXL 3.5.0 RC2 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2 (svn > revision 76223) > > The Git tag commons-jexl-3.5.0-RC2 commit for this RC is > 447eb9446ad613c4036ae56e540332e1cd8967f3 which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-jexl.git;a=commit;h=447eb9446ad613c4036ae56e540332e1cd8967f3 > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-jexl.git > --branch commons-jexl-3.5.0-RC2 commons-jexl-3.5.0-RC2 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1819/org/apache/commons/commons-jexl3/3.5.0/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Sat Apr 12 17:50:36 UTC 2025 > commons-jexl-3.5.0-bin.tar.gz=18dd0e0c403b2ddba92397b6c28f34f177a19619262eecedb135c83822fee578c26d6110a33c7985e06df6aabc945063bf4bfe06d1de559d8565199000286208 > commons-jexl-3.5.0-bin.zip=6bca217fdd38c26c39466efe474653085b41a2ed6b9e422aa4657e1694ff9837e504bdc22941ffa5c7ed4135beda92fb6e796e6cd028a535b6ca780ff9115e63 > commons-jexl-3.5.0-src.tar.gz=642480f2590d87fff543caf0e7e4a2c12fa79fae59ea876673e4a6791c38cf526e6f8898059f575949a30dc169e3b2991f66323ea50b29e5b79040a9594dcfde > commons-jexl-3.5.0-src.zip=1527b04aaa2cc0b77200e4404790c91fa1ae0b584ba22923633c9388cb7be8761d464179db1be19671fdbf15f0cdb250ad08c71a086a92a2c4f2f60e005e6d25 > commons-jexl3-3.5.0-bom.json=3dc1e8250a6289d88630e1e05b36f784ddd1cc3151dbb0a8af5aac514800ba4a6571c4dd1e3fa92a6c70184cd687af724643075ff362a9cc12c30320cfa13433 > commons-jexl3-3.5.0-bom.xml=de02a60e0495feecbe3838cd05b2d72c30ce7f49a8a53e810f08826a68e0e95d2228ffb7b2a06af4cd00488ba67422ac321acf4ccb87578da70296309a6d184f > commons-jexl3-3.5.0-javadoc.jar=1d9ec28aee8bb8a9f155229134bb1cc36df4d50ba18497087c1f3272114ef1d5633b0f68c47c51011ffd877aef8af084caf108965cb4d7b91fa09644fe58d6e2 > commons-jexl3-3.5.0-sources.jar=2eb03a1e716cefb095399a668dc9c88cc4daeb719b64acb6b5ece14e9963fb548ea681f62846d4da537c9242382921334e595c94d848077cd404053ccb282115 > commons-jexl3-3.5.0-test-sources.jar=f0f71d8c4865b8d537e86c52111dcfead0f0a24678c27200d0d7812a03a0c8b39b80519cc95d23a08809d0349f0b1abd3ddae76161d9b9849120d46f6f1ae8b8 > commons-jexl3-3.5.0-tests.jar=079c34baa9ff14cd851a1919777589531e69dd935ed48c4ce3752d9ca1ffdf04c3376358f64d4f28fb2ebfc7ff067e710a4e983f0e90af80c474c225db7debff > org.apache.commons_commons-jexl3-3.5.0.spdx.json=fed0e71b42d7cf9bd1f881aa6dee1ee514ec968d2882ef1b2256a916e0f5db195b276295d38f586fe7bf0b0846de1846060b375ae847bebe64b8a6dce22d62ec > > > I have tested this with 'mvn' and 'mvn -e -V -P release -P test-deploy > -P jacoco -P japicmp clean package site deploy' using: > > openjdk version "21.0.6" 2025-01-21 > OpenJDK Runtime Environment Homebrew (build 21.0.6) > OpenJDK 64-Bit Server VM Homebrew (build 21.0.6, mixed mode, sharing) > > Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) > Maven home: /opt/homebrew/Cellar/maven/3.9.9/libexec > Java version: 21.0.6, vendor: Homebrew, runtime: > /opt/homebrew/Cellar/openjdk@21/21.0.6/libexec/openjdk.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "15.4", arch: "aarch64", family: "mac" > > Darwin ****.local 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 > 21:17:35 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6041 arm64 > > Docker version 28.0.4, build b8034c0 > > > Details of changes since 3.4.0 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/site/changes.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/site/index.html > (note some *relative* links are broken and the 3.5.0 directories > are not yet created - these will be OK once the site is deployed.) > > JApiCmp Report (compared to 3.4.0): > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/site/japicmp.html > > RAT Report: > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/site/rat-report.html > > KEYS: > https://downloads.apache.org/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, > > Gary Gregory, > Release Manager (using key 86fdc7e2a11262cb) > > The following is intended as a helper and refresher for reviewers. > > Validating a release candidate > ============================== > > These guidelines are NOT complete. > > Requirements: Git, Java, and Maven. > > You can validate a release from a release candidate (RC) tag as follows. > > 1a) Download and decompress the source archive from: > > https://dist.apache.org/repos/dist/dev/commons/jexl/3.5.0-RC2/source > > 1b) Check out the RC tag from git (optional) > > This is optional, as a reviewer must check source distributions as a minimum. > > git clone https://gitbox.apache.org/repos/asf/commons-jexl.git > --branch commons-jexl-3.5.0-RC2 commons-jexl-3.5.0-RC2 > cd commons-jexl-3.5.0-RC2 > > 2) Checking the build > > All components should include a default Maven goal, such that you can > run 'mvn' from the command line by itself. > > 2) Check Apache licenses > > This step is not required if the site includes a RAT report page which > you then must check. > This check should be included in the default Maven build, but you can > check it with: > > mvn apache-rat:check > > 3) Check binary compatibility > > This step is not required if the site includes a JApiCmp report page > which you then must check. > This check should be included in the default Maven build, but you can > check it with: > > mvn verify -DskipTests -P japicmp japicmp:cmp > > 4) Build the package > > This check should be included in the default Maven build, but you can > check it with: > > mvn -V clean package > > You can record the Maven and Java version produced by -V in your VOTE reply. > To gather OS information from a command line: > Windows: ver > Linux: uname -a > > 4b) Check reproducibility > > To check that a build is reproducible, run: > > mvn clean verify artifact:compare -DskipTests > -Dreference.repo=https://repository.apache.org/content/repositories/staging/ > '-Dbuildinfo.ignore=*/*.spdx.json' > > Note that this excludes SPDX files from the check. > > 5) Build the site for a single module project > > Note: Some plugins require the components to be installed instead of packaged. > > mvn site > Check the site reports in: > - Windows: target\site\index.html > - Linux: target/site/index.html > > 6) Build the site for a multi-module project > > mvn site > mvn site:stage > Check the site reports in: > - Windows: target\site\index.html > - Linux: target/site/index.html > > Note that the project reports are created for each module. > Modules can be accessed using the 'Project Modules' link under > the 'Project Information' menu (see <path-to-site>/modules.html). > > -the end- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org