Re: commons-fileupload2-jakarta

2023-07-10 Thread Gary Gregory
As we all (should) know, there is no way to tell how a much a jar file is used, beyond what Maven Central tells us, especially once within a company's network that use it's own repository like Artifactory... Gary On Mon, Jul 10, 2023, 02:26 Romain Manni-Bucau wrote: > @Dennis: good question but

Re: commons-fileupload2-jakarta

2023-07-10 Thread Romain Manni-Bucau
Le lun. 10 juil. 2023 à 11:49, Gary Gregory a écrit : > As we all (should) know, there is no way to tell how a much a jar file is > used, beyond what Maven Central tells us, especially once within a > company's network that use it's own repository like Artifactory... > (not sure I get your point

Re: [commons-lang] 02/02: Add IntToIntFunction

2023-07-10 Thread Alex Herbert
Is this not the same as: java.util.function.IntUnaryOperator On Mon, 10 Jul 2023 at 12:56, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-lang.git > > commit

Re: [commons-lang] 02/02: Add IntToIntFunction

2023-07-10 Thread Gary Gregory
You're right! Thank you. I'll clean it up. Gary On Mon, Jul 10, 2023, 09:18 Alex Herbert wrote: > Is this not the same as: > > java.util.function.IntUnaryOperator > > On Mon, 10 Jul 2023 at 12:56, wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > ggreg