[ANNOUNCE] Apache Commons CSV 1.14.0
The Apache Commons team is pleased to announce Apache Commons CSV 1.14.0. This document contains the release notes for the 1.14.0 version of Apache Commons CSV. Commons CSV reads and writes files in Comma Separated Value (CSV) format variations. Commons CSV requires at least Java 8. The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. This is a feature and maintenance release. Java 8 or later is required. Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html For complete information on Apache Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website: https://commons.apache.org/proper/commons-csv/ Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi Have fun! Gary Gregory -Apache Commons CSV team - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
[RESULT][VOTE] Release Apache Commons CSV 1.14.0 based on RC1
This vote passes with the following binding +1s: - Rob Tompkins (chtompki) - Gary Gregory (ggregory) - Henri Biestro (henrib) TY all for reviewing, Gary On Wed, Mar 19, 2025 at 2:34 PM Henri Biestro wrote: > > [+1] > > Build & test ok; site & javadoc ok; reports look good. > > Built with: mvn clean site -s "$HOME/.m2/commons-settings.xml" > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > Maven home: /Users/hbiestro/Java/apache-maven-3.8.6 > Java version: 1.8.0_432, vendor: Azul Systems, Inc., runtime: > /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "15.3.1", arch: "aarch64", family: "mac" > > - > 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
Re: [VOTE] Release Apache Commons CSV 1.14.0 based on RC1
[+1] Build & test ok; site & javadoc ok; reports look good. Built with: mvn clean site -s "$HOME/.m2/commons-settings.xml" Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /Users/hbiestro/Java/apache-maven-3.8.6 Java version: 1.8.0_432, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "15.3.1", arch: "aarch64", family: "mac" - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
Re: bundle symbolic name in source jars MANIFEST.MF file.
Hi All I'm new to the apache commons lang project. I'm an experienced software developer 10+ years primarily with Java and would like to start contributing to this project. Can someone give me advice/pointers to how I can get my first few contributions started and committed please? Ta Tom On Fri, Mar 14, 2025 at 1:48 PM Karaman, Mehmet wrote: > Hello, > > Does it have a special meaning why the bundle symbolic name in the source > jars MANIFEST.MF isn't contained? > > For example this one: > Index of > /repositories/snapshots/org/apache/commons/commons-compress/1.28.0-SNAPSHOT< > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.28.0-SNAPSHOT/ > > > > The binary bundle has a correct MANIFEST.MF but the corresponding source > has a different MANIFEST.MF (kind of chopped). > > Thank you in advance. > > Best regards > Mehmet >
Re: bundle symbolic name in source jars MANIFEST.MF file.
Hello Tom, I would scan Jira and look for bugs to fix. It would be good to fix ASAP building on Java 23 where FastDateParser_TimeZoneStrategyTest fails. HTHn Gary On Wed, Mar 19, 2025, 14:43 Tom Mooney wrote: > Hi All > > I'm new to the apache commons lang project. I'm an experienced software > developer 10+ years primarily with Java and would like to start > contributing to this project. Can someone give me advice/pointers to how I > can get my first few contributions started and committed please? > > Ta > Tom > > On Fri, Mar 14, 2025 at 1:48 PM Karaman, Mehmet > wrote: > > > Hello, > > > > Does it have a special meaning why the bundle symbolic name in the source > > jars MANIFEST.MF isn't contained? > > > > For example this one: > > Index of > > > /repositories/snapshots/org/apache/commons/commons-compress/1.28.0-SNAPSHOT< > > > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.28.0-SNAPSHOT/ > > > > > > > The binary bundle has a correct MANIFEST.MF but the corresponding source > > has a different MANIFEST.MF (kind of chopped). > > > > Thank you in advance. > > > > Best regards > > Mehmet > > >