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

2025-03-18 Thread Gary Gregory
My +1 Gary On Sat, Mar 15, 2025, 12:08 Gary Gregory wrote: > 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://dis

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

2025-03-18 Thread Rob Tompkins
+1 all looks good! Thanks Gary! > On Mar 15, 2025, at 12:08 PM, Gary Gregory wrote: > > 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 revi

Re: bundle symbolic name in source jars MANIFEST.MF file.

2025-03-18 Thread Karaman, Mehmet
Hi Piotr, maybe its only my usecase. We have a Test in our environment, which is checking the content of all Jar (also source jars) files and validates their MANIFEST.MF for various things regarding that. The Apache commons bundles which are contained in the Eclipse-Orbit-repository (also thei

Re: bundle symbolic name in source jars MANIFEST.MF file.

2025-03-18 Thread Piotr P. Karwasz
Hi Karaman, On 18.03.2025 10:47, Karaman, Mehmet wrote: Here is a short example of how the MANIFEST.MF has to look like: OSGi Modularity and Services - Tutorial. As I see that the Eclipse Orbit is repackaging the apache commons bundles with

Re: bundle symbolic name in source jars MANIFEST.MF file.

2025-03-18 Thread Karaman, Mehmet
Hi Gary, Here is a short example of how the MANIFEST.MF has to look like: OSGi Modularity and Services - Tutorial. As I see that the Eclipse Orbit is repackaging the apache commons bundles with an appropriate MANIFEST.MF, so the best would b