We have fixed a few bugs and added enhancements since Apache Commons
CSV 1.13.0 was released, so I would like to release Apache Commons CSV
1.14.0.

Apache Commons CSV 1.14.0 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/csv/1.14.0-RC1 (svn
revision 75591)

The Git tag commons-csv-1.14.0-RC1 commit for this RC is
969d42a1e12942d52727b6d2d4f330303755e85d which you can browse here:
    
https://gitbox.apache.org/repos/asf?p=commons-csv.git;a=commit;h=969d42a1e12942d52727b6d2d4f330303755e85d
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-csv.git
--branch commons-csv-1.14.0-RC1 commons-csv-1.14.0-RC1

Maven artifacts are here:
    
https://repository.apache.org/content/repositories/orgapachecommons-1815/org/apache/commons/commons-csv/1.14.0/

These are the artifacts and their hashes:

#Release SHA-512s
#Sat Mar 15 15:55:43 UTC 2025
commons-csv-1.14.0-bin.tar.gz=76f846e8740f7bf9eebd3617eba06348aafc618d2f7b57f98afa292435c6e971be00aa31b4fb233cde5b311eed54ce6b839c3e8b91d9114c2b94ca8be22101aa
commons-csv-1.14.0-bin.zip=011ae63ed22c21d30ffdd851f96707200d91a0ff44e4c5946fd2f239e66d51be27ef63cc8fb3f92768055e002c5960b5649d4bdc034a14442ab260f6d2e7de2d
commons-csv-1.14.0-bom.json=35a80c1e07d80322474de35d88915b972d85cf0593d1f97062e60e85715b81e9e022e421b3b6bd78107e7edcd3d4095a5413f04cc718756e0c82d14137e6cdac
commons-csv-1.14.0-bom.xml=4c0c2f37f457b192073cd4a815fc6d2fa99542c386c11c34cd63aae5ab3c13c6f6749e7ea15e7dbf93eafd07f67f0c9c33162dfb752dc8c7c260f5830e0e38a0
commons-csv-1.14.0-javadoc.jar=2287a4184707bae427221a62ec27ae83b94399b7c949305f55950a3eb3a65a90eb2011ce4a6c792e95ceeded189f41c1db745aa7cdea603b43fef3d11708f0ee
commons-csv-1.14.0-sources.jar=4094f216ababcc57041dd5c3bb460ff99358139dc9b6917bf5a76045cc7f8307e53fd1dc9cf5179dbc17a89bf44109984a0b9798b8736a469f823c0163d3bb57
commons-csv-1.14.0-src.tar.gz=8eba311711b40e4b34aa37becc8ff2b18158d14fe4b032c23c59ae6a1c7b5be7c36ee3b9071ec30ae305a9f2cc4167017438b1ee8adde0a4f7f30e54fc9d5ff9
commons-csv-1.14.0-src.zip=ebf5f77954bd79e96a18e6ef4098779f68b0eae8a137ca40fe1af449cd20113092a0e2106cd5f3750101819a10116deca39f424cf3170b5d9049885b1efc690e
commons-csv-1.14.0-test-sources.jar=20fb76c4e7a544948f1e9e544764a4fe548739135e8200c783afc2ac0cba4173f40af755430364e6bb185058771c4ca9d70a0162d491dc1243a9f79b3a3fa6dc
commons-csv-1.14.0-tests.jar=fcc533a248b381ed5e9e1b88ba855044f0b8a47472f720ffd364cf55d76dfa4a256f2ca641dcc4d20cf3492eaf3c9cfcee9cd1aef45af2296a1e9443a6e192b0
org.apache.commons_commons-csv-1.14.0.spdx.json=93dd44581e71f3237a62abe082e52f3c431dd78bd69f20201cab52820e9042910e4d482184bfe5c9d4ebcff52302c7fea2cb7911a5598bf6a8d56fbf0746f071


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.3.2", arch: "aarch64", family: "mac"

Darwin ****.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan  2
20:24:22 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6041 arm64

Docker version 27.5.1, build 9f9e405

Note the trying to use Maven's artifact compare fails for me maybe
because for reasons I don't get:
  < java.version=21 (from MANIFEST.MF Build-Jdk-Spec)
  < os.name=Unix (from pom.properties newline)
  ---
  > java.version=21.0.6
  > java.vendor=Homebrew
  > os.name=Mac OS X

Details of changes since 1.13.0 are in the release notes:
    
https://dist.apache.org/repos/dist/dev/commons/csv/1.14.0-RC1/RELEASE-NOTES.txt
    
https://dist.apache.org/repos/dist/dev/commons/csv/1.14.0-RC1/site/changes.html

Site:
    
https://dist.apache.org/repos/dist/dev/commons/csv/1.14.0-RC1/site/index.html
    (note some *relative* links are broken and the 1.14.0 directories
are not yet created - these will be OK once the site is deployed.)

RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/csv/1.14.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/csv/1.14.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-csv.git --branch
commons-csv-1.14.0-RC1 commons-csv-1.14.0-RC1
cd commons-csv-1.14.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

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

Reply via email to