Re: [VOTE] Release Apache Commons CSV 1.12.0 based on RC1

2024-09-23 Thread Rob Tompkins
+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 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

Re: [VOTE] Release Apache Commons CSV 1.12.0 based on RC1

2024-09-23 Thread Henri Biestro
[ +1 ] Build & tests ok, javadoc ok, site looks good, reports are clean (nit: could add a japicmp report). Tested using : mvn clean install site -s "$HOME/.m2/commons-settings.xml" With: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /Users/hbiestro/Java/apache-maven

Re: [VOTE] Release Apache Commons CSV 1.12.0 based on RC1

2024-09-23 Thread Gary D. Gregory
Hi Hen, Thank you for your review. For Japicmp, please see https://dist.apache.org/repos/dist/dev/commons/csv/1.12.0-RC1/site/japicmp.html Gary On 2024/09/23 14:05:52 Henri Biestro wrote: > [ +1 ] > > Build & tests ok, javadoc ok, site looks good, reports are clean (nit: could > add a japicmp

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-23 Thread Claude Warren
I have a system that mostly works. But implementing XML output requires StringEscapeUtils from commons-text. I know we are reluctant to include other packages. So my thought is that we provide the XML option as an example so that we don't include the commons-text in the package. My strategy is

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-23 Thread Eric Pugh
Keep us posted! I would love to contribute a Markdown format. > On Sep 23, 2024, at 7:20 AM, Claude Warren wrote: > > I have a system that mostly works. But implementing XML output requires > StringEscapeUtils from commons-text. I know we are reluctant to include > other packages. So my tho