Re: [VOTE] Release Apache Commons Lang 3.15.0 based on RC2

2024-07-17 Thread Henri Biestro
[ +1 ] Builds and tests ok; site and Javadoc look good, reports are ok (commendable coverage btw, nit JIRA report with no version and Tag List report shows a lot of todo/fixme/etc). Built using: mvn -P jacoco -P japicmp clean install site -s ~/.m2/commons-settings.xml With JDK: openjdk version

[RESULT][VOTE] Release Apache Commons Lang 3.15.0 based on RC2

2024-07-17 Thread Gary Gregory
This vote passes with the following votes: - Gary Gregory (ggregory, binding) - Tomas Lanik (non-binding) - Rob Tompkins (chtompki, binding) - Henri Biestro (henrib, binding) Gary On Wed, Jul 17, 2024 at 2:17 PM Henri Biestro wrote: > > [ +1 ] > > Builds and tests ok; site and Javadoc look good

Re: [VOTE] Release Apache Commons BCEL 6.10.0 based on RC1

2024-07-17 Thread Rob Tompkins
+1, signatures, site, builds, and reports all look good. Send it! Thanks Gary! -Rob > On Jul 13, 2024, at 2:33 PM, Gary Gregory wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > BCEL 6.9.0 was released, so I would like to release Apache Commons > BCEL 6.10.0. >

Issue with escaping CRLF characters with single escape character

2024-07-17 Thread Josh Bultman
Hello, I’m using commons csv for a component in our application, and I ran into a weird edge case. In our application, we take in CSV files from the file system without knowing the format beforehand. So, I’m writing a method that guesses the CSV format based on column consistency, encountering