We have fixed one (Java JPMS >= 9) bug since Apache Commons DbUtils 1.8.0 was released, so I would like to release Apache Commons DbUtils 1.8.1.
Apache Commons DbUtils 1.8.1 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1 (svn revision 63886) The Git tag commons-dbutils-1.8.1-RC1 commit for this RC is 0b30ed1bddfa07bfda44122fc52ccd0e49fb6006 which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-dbutils.git;a=commit;h=0b30ed1bddfa07bfda44122fc52ccd0e49fb6006 You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-dbutils.git --branch commons-dbutils-1.8.1-RC1 commons-dbutils-1.8.1-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1655/commons-dbutils/commons-dbutils/1.8.1/ These are the artifacts and their hashes: #Release SHA-512s #Sat Sep 09 08:40:12 EDT 2023 commons-dbutils-1.8.1-src.tar.gz=dca3c72a7601d8d97886513c13f7bfb132711b05ecff7c9e17d9e9169da55dc24d87d8d491e08cf210b9580fd73db0213f307ce08a09136d279f4cc39d3f303e commons-dbutils-1.8.1-test-sources.jar=c52dd3a7c5fa1757c04244b780f4ce6882ea9d2592956a2902f6e88e5af824fb70e5d0e3cc42e89e4597641beda4b9c8fa558abe3644ddab146d5bd997a2618e commons-dbutils-1.8.1-javadoc.jar=1a6ff00095bff09fdba43c50e5a8ae70feaf0a7dc1b8e9a6194596b775b2cd10c55504dfcb330a2004db692efe685bc462caec7372d27df23608ce71fe477d78 commons-dbutils-1.8.1-tests.jar=dabaac62f735cbc9c4ae4d72bd7ffcc435a5f9e01baf4cbf2b4f639d0fcbd3892fceb8e0974605bb8d700ae764c77c16fb198f10cedd405b05169a2957066083 commons-dbutils-1.8.1-src.zip=ff5eea293a6c8db1350d2ac24cad68c77f8bfcc2e2f5ddabd42a46167bb8f9e7d2917f8449207bb049fe203532453cccc1029ec5ed9895b9587b3a1da1039bd6 commons-dbutils-1.8.1-bom.json=d23f12585120e122476a70e3163c8034b87e8a2e3e3bfbb8294bc9d5a0f7512c394cc30c07053cb86a1bc6844d4548fb6d967898bc58c6e86eb73018726c8bc1 commons-dbutils-1.8.1-bin.tar.gz=458dbca14ef7dbb034dcc01ed806bb4fa6fbf772b3bec7edfb1c530c0239cac9662a9733208ab68e4d3e436efd06bf9b97344595476c855637db2fae22992813 commons-dbutils-1.8.1-bin.zip=91a6bb68ae6601759b01848430ae0a9e1b8343980eeef5e2cf94e51c91aedbd90a4efd3aa898525fe6cec97ec10d8b315d1be32be51e11ea897d83a14458a2d7 commons-dbutils_commons-dbutils-1.8.1.spdx.json=c03b89c24e6e34a23b78fd651714292ef6efd6ad76a483aaeeae66aa362e9dcf5f1d22bc4f36b4c5acf09a6fe0ebd9fa6deceac28baba8aaa4a407daff50d0c4 commons-dbutils-1.8.1-sources.jar=6b383531b6b4dd71b5871d39eaa975bb28e65b0f4d0def0e7ffdea4a6b0b7420381145a8ae29206ab56353c1014ab48f94051038224dcf9750e51c4a630e2fab commons-dbutils-1.8.1-bom.xml=f3d472aeadf54d85d42271c1d7ade15a5b4bcc4acfa3b3facecbf2d42f002105ff8d2eac73121d52e3e97f603082162676f7a9a258b46baa8749c4283b680cb7 I have tested this with 'mvn' using: Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /usr/local/Cellar/maven/3.9.4/libexec Java version: 17.0.8.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@17/17.0.8.1/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "13.5.1", arch: "x86_64", family: "mac" Darwin **** 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64 Details of changes since 1.8.0 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1/site/changes-report.html Site: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1/site/index.html (note some *relative* links are broken and the 1.8.1 directories are not yet created - these will be OK once the site is deployed.) JApiCmp Report (compared to 1.8.0): https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1/site/japicmp.html RAT Report: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-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) For following is intended as a helper and refresher for reviewers. Validating a release candidate ============================== These guidelines are NOT complete. Requirements: Git, Java, Maven. You can validate a release from a release candidate (RC) tag as follows. 1a) Clone and checkout the RC tag git clone https://gitbox.apache.org/repos/asf/commons-dbutils.git --branch commons-dbutils-1.8.1-RC1 commons-dbutils-1.8.1-RC1 cd commons-dbutils-1.8.1-RC1 1b) Download and unpack the source archive from: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1/source 2) Check Apache licenses This step is not required if the site includes a RAT report page which you then must check. mvn apache-rat:check 3) Check binary compatibility Older components still use Apache Clirr: This step is not required if the site includes a Clirr report page which you then must check. mvn clirr:check Newer components use JApiCmp with the japicmp Maven Profile: This step is not required if the site includes a JApiCmp report page which you then must check. mvn install -DskipTests -P japicmp japicmp:cmp 4) Build the package 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 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