We have fixed a few bugs and added enhancements since Apache Commons JXPath 1.3 was released, so I would like to release Apache Commons JXPath 1.4.0.
Apache Commons JXPath 1.4.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1 (svn revision 76225) The Git tag commons-jxpath-1.4.0-RC1 commit for this RC is 1e8335fe149f00cdfe712e33c7ae003baf7b8ce1 which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-jxpath.git;a=commit;h=1e8335fe149f00cdfe712e33c7ae003baf7b8ce1 You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-jxpath.git --branch commons-jxpath-1.4.0-RC1 commons-jxpath-1.4.0-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1820/commons-jxpath/commons-jxpath/1.4.0/ These are the artifacts and their hashes: #Release SHA-512s #Sat Apr 12 21:56:45 UTC 2025 commons-jxpath-1.4.0-bom.json=91035b52e7305884f1f283c54f6d3f1255cac8bdd18b62820fac07bc3e872d1b1baf9d76a14c62d94ba08fe9ca9e19222c6983cdac3b67d6eaab7b2a2056eb16 commons-jxpath-1.4.0-bom.xml=6f9735d831e24c0811d9aa041913e8dcb4b8492984307134582198155d503c37e0775d51eab8c9cbdfdd30638ac1522651dbe65aadd365d0074391082ce24782 commons-jxpath-1.4.0-javadoc.jar=79178d50809065f382368f1c69bfcad62e6eb8f9da50457fb5214b10803ca8b466be365e84b00f9657f81082de38acd02cd010a8f7a793ddf7c764ae6a303783 commons-jxpath-1.4.0-sources.jar=dbf9c8b74cfba79ec1706f4ecf45d55062ddee159d96f7d0d5343b3c55cbdf2f3a83839b485d10f68c3990a271d0689b2df940fb43541af2ecfb72a30646b494 commons-jxpath-1.4.0-src.tar.gz=0347dcd95d7314ce8ed9d4ce161f2a2e9b9719e4f3e67843770547a77ea5bd6ab8290c7a26ea313cb2e4e764aa1b3f74862c788f1535cb95114de2f8c75e42db commons-jxpath-1.4.0-src.zip=4867a2f61c71324813d155236e70495e1ce8129f7a98b641076be258208567377591e9a8c86ca83c24804a5da3a61314329e5e12a072c9e1afaa957e80fc6aa1 commons-jxpath-1.4.0-test-sources.jar=691fbeb8aa433ed22fda77c29afe74372f628bd2064c865234436167532afc480b89bc842df7b9d390b75f59d7a5e8b933049744b6ce928b1c9bc8e2e8388325 commons-jxpath-1.4.0-tests.jar=2890a7a77a69f8a17934e0b20615d029899c02859f1724b9cda7610ce561a21154e02175d0785be7d6bcbd15f307dc06f66ac5fb19a141954099db6db9b7f4d0 commons-jxpath_commons-jxpath-1.4.0.spdx.json=869d7b0050086ed4449258d407ba115eaaeaf1669175d9557573333193d0ad9333e05386148ea961fa729fabd2114d4245cfc1cb72274df856bb27b6d5ba2241 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 1.3 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1/site/changes.html Site: https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1/site/index.html (note some *relative* links are broken and the 1.4.0 directories are not yet created - these will be OK once the site is deployed.) JApiCmp Report (compared to 1.3): https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1/site/japicmp.html RAT Report: https://dist.apache.org/repos/dist/dev/commons/jxpath/1.4.0-RC1/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/jxpath/1.4.0-RC1/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-jxpath.git --branch commons-jxpath-1.4.0-RC1 commons-jxpath-1.4.0-RC1 cd commons-jxpath-1.4.0-RC1 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 -the end- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org