Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Gary Gregory
Yeah, there is code that looks odd for 2022, like a custom Closeable interface instead of reusing the JRE's. I'll take a look. Gary On Sun, Jul 17, 2022 at 2:32 PM Matt Juntunen wrote: > > Sounds good. Do you know of anything else that needs to be done? I'm > guessing we can hold off on a full 1

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Matt Juntunen
Sounds good. Do you know of anything else that needs to be done? I'm guessing we can hold off on a full 1.x migration guide until the full 2.0.0 version. -Matt J On Sun, Jul 17, 2022 at 2:13 PM Gary Gregory wrote: > > We should at least remove deprecated elements. > > Gary > > On Sun, Jul 17, 20

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Gary Gregory
We should at least remove deprecated elements. Gary On Sun, Jul 17, 2022 at 10:49 AM Matt Juntunen wrote: > > I am going to put the 2.0.0-beta1 release on my TODO list. I am > currently working toward a release of commons-text, so I can't be sure > on a timeline. If anyone has questions or time

Re: [all] SBOM Generation

2022-07-17 Thread Melloware Inc
Matt, I am a member of a few other open source Java libs and I am interested in what you come up with to follow your lead and add SBOM to them as well. The more pervasive we can make it the better for the whole Java ecosystem overall! Melloware @melloware on GitHub > On Jul 17, 2022, at 12:16

Re: [all] SBOM Generation

2022-07-17 Thread Matt Juntunen
Sounds good. I've moved the discussion to the security-disc...@community.apache.org mailist list [1]. Regards, Matt J [1] https://lists.apache.org/thread/l8661o0t1r8498bhy01wdwg1s2kkhogy On Sun, Jul 17, 2022 at 11:11 AM Gary Gregory wrote: > > On Sun, Jul 17, 2022 at 11:00 AM sebb wrote: > > >

Re: [all] SBOM Generation

2022-07-17 Thread Gary Gregory
On Sun, Jul 17, 2022 at 11:00 AM sebb wrote: > > On Sun, 17 Jul 2022 at 15:45, Matt Juntunen wrote: > > > > Hello all, > > > > Steve Springett recently created a PR [1] for commons-parent that > > introduces the generation of software bill of materials (SBOM) > > artifacts into the build process.

Re: [all] SBOM Generation

2022-07-17 Thread sebb
On Sun, 17 Jul 2022 at 15:45, Matt Juntunen wrote: > > Hello all, > > Steve Springett recently created a PR [1] for commons-parent that > introduces the generation of software bill of materials (SBOM) > artifacts into the build process. First of all, thank you, Steve. > Secondly, I believe this is

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Matt Juntunen
I am going to put the 2.0.0-beta1 release on my TODO list. I am currently working toward a release of commons-text, so I can't be sure on a timeline. If anyone has questions or time to pick this up, please let me know. Regards, Matt J On Fri, Jul 15, 2022 at 12:35 PM Matt Juntunen wrote: > > It

[all] SBOM Generation

2022-07-17 Thread Matt Juntunen
Hello all, Steve Springett recently created a PR [1] for commons-parent that introduces the generation of software bill of materials (SBOM) artifacts into the build process. First of all, thank you, Steve. Secondly, I believe this is an important topic that should be addressed by our community. SB