Re: Apache Commons Text 1.14.0 - java import-package question

2025-07-26 Thread Piotr P. Karwasz
Hi Zac, On 25.07.2025 13:01, Zac Spitzer wrote: > I've noticed with quite a few of the latest commons releases (i.e.lang3, > io,fileupload2), the Import-Package list has grown, including a lot > of java.* packages, which normally are not listed as imports? The presence of `java.*` is normal. Acco

Re: Apache Commons Text 1.14.0 - java import-package question

2025-07-26 Thread Gary Gregory
When I look at the sources, the OSGi import for Commons Lang look correct. What am I missing? Gary On Fri, Jul 25, 2025 at 10:01 AM Gary Gregory wrote: > Hello Zac, > > The POM for Text has a custom section for OSGi imports that wasn't > manually updated. There might be a way to generate this a

Re: Apache Commons Text 1.14.0 - java import-package question

2025-07-25 Thread Gary Gregory
Hello Zac, The POM for Text has a custom section for OSGi imports that wasn't manually updated. There might be a way to generate this automatically with a Maven Plug-in, not sure. In the meantime, would you please provide a PR in GitHub? Gary On Fri, Jul 25, 2025, 09:54 Zac Spitzer wrote: > I