+1 build on java 8, 11, 17, and 21 works great. Site, and signatures good. Thanks Gary.
-Rob > On Sep 20, 2024, at 10:13 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > CSV 1.11.0 was released, so I would like to release Apache Commons CSV > 1.12.0. > > Apache Commons CSV 1.12.0 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1 (svn > revision 71787) > > The Git tag commons-csv-1.12.0-RC1 commit for this RC is > 67f0d6b30465d817a341b2e9cd31660a646e980c which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-csv.git;a=commit;h=67f0d6b30465d817a341b2e9cd31660a646e980c > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-csv.git > --branch commons-csv-1.12.0-RC1 commons-csv-1.12.0-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1780/org/apache/commons/commons-csv/1.12.0/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Sat Sep 21 02:03:24 UTC 2024 > commons-csv-1.12.0-bin.tar.gz=45980075c560c22cdfc776f8cace320a0ae08ca398b328931032e77b36ce863159df5b878d5ee66a3722a80f1a68821aefdd09119ad68132ac6942acd271f4f4 > commons-csv-1.12.0-bin.zip=a031cc6b07478bd78584620537ce7d229981afbdd1eb4ddcccd8579ce8132372245e529af68ca0f2c1d3fec6b937a14721c61f26e9ee59f3f58bf190ab2f597e > commons-csv-1.12.0-bom.json=a543d07fa191180306810a4b13277fb33942be1d7f810de9477823e8ad109e2e4f40562ff2470c973ea6df3b27b00e22259f21c20613b5aa848e1db0a24e7b7c > commons-csv-1.12.0-bom.xml=0ebe7616fbf098e814973579f6229575315dfda1d4edc514d67fbbe7681393f51c39c786daf2cd61828395a461b17cdba52297cd25d9a6ea2866b10fa7ae4fff > commons-csv-1.12.0-javadoc.jar=1c18f708c96f18a57da3af7bf388d5e52e6096983cc984327e57076bafbdd67dd70c98b8e4ca1dd9063722fbe7b2bcb93329b154541695866a1abf8583e1c78b > commons-csv-1.12.0-sources.jar=51565b1802618de0def0ad963b92ea2d5b715ecd9b30cbc006252821329a93335cf575dd0576f9a85bbf109ee7c546740d90b3c277354dff9b4555fb097e6f36 > commons-csv-1.12.0-src.tar.gz=67d8fd651a9785825b2f13c5f6bd95e0f2649ef9f65ec6889a2f9fcb34bd7a2a8c2b2df06e71eb0bcb1d0063953696daadbe06cf87624714682f0c3235fe7d11 > commons-csv-1.12.0-src.zip=00c87a08c53ecf55b7e6c959ef910604d04826dfd633921946bd97e3428a6dbc1c84a31735493698a6dc4802bf41fc7e33cff16d5cde4802d5050e22382eed2b > commons-csv-1.12.0-test-sources.jar=3f09d2e51878580bccc04d01f561791ce62617d232881d2b2c609f4cb72c688becacc747c986bfd3217010db5d83bfd8f96f8438d00e2cf5d1bfa5f91915d702 > commons-csv-1.12.0-tests.jar=c0a7b570d0a2aeb2fd28c4237f260ed738396ab7531d770471abe47b89e602cf75e0248b122e6a410a52645dd059ea4b602ddb290252b989cb802ed88b04533a > org.apache.commons_commons-csv-1.12.0.spdx.json=eb4ef1d3ee51acbb9f0ea3bc51ad5bc9c5a027538f165d7bc46502dc4a479552c9730b65181ec8a251a34cfd6e1541cdbdc8c6d01a1b8f466a4c01237551916b > > > > I have tested this with 'mvn' and 'mvn -e -V -Prelease -Ptest-deploy > -P jacoco -P japicmp clean package site deploy' using: > > openjdk version "17.0.12" 2024-07-16 > OpenJDK Runtime Environment Homebrew (build 17.0.12+0) > OpenJDK 64-Bit Server VM Homebrew (build 17.0.12+0, mixed mode, sharing) > > Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) > Maven home: /usr/local/Cellar/maven/3.9.9/libexec > Java version: 17.0.12, vendor: Homebrew, runtime: > /usr/local/Cellar/openjdk@17/17.0.12/libexec/openjdk.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "14.6.1", arch: "x86_64", family: "mac" > > Darwin **** 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:00 > PDT 2024; root:xnu-10063.141.2~1/RELEASE_X86_64 x86_64 > > Details of changes since 1.11.0 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1/site/changes-report.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1/site/index.html > (note some *relative* links are broken and the 1.12.0 directories > are not yet created - these will be OK once the site is deployed.) > > JApiCmp Report (compared to 1.11.0): > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1/site/japicmp.html > > RAT Report: > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.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, 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-csv.git --branch > commons-csv-1.12.0-RC1 commons-csv-1.12.0-RC1 > cd commons-csv-1.12.0-RC1 > > 1b) Download and unpack the source archive from: > > https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-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 > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org