[ +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
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
+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.
>
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