Re: [EMAIL] Serious network crash bug for commons email 2 library

2024-07-26 Thread Elliotte Rusty Harold
Interesting. Thanks, Since commons-mail is pure Java, there's no way this can be completely caused by bugs in commons-mail. though it sounds like some detail in commons-mail is tickling other bugs elsewhere in the chain. My guess is the network driver is at fault since that's what crashes and it o

Re: [EMAIL] Serious network crash bug for commons email 2 library

2024-07-26 Thread Gary Gregory
What is the stack trace? That's a critical element you left out. It could just be a class path entry ordering issue. Gary On Fri, Jul 26, 2024, 7:39 AM Elliotte Rusty Harold wrote: > Interesting. Thanks, > > Since commons-mail is pure Java, there's no way this can be completely > caused by bugs

Re: [LAZY][VOTE] Release Apache Commons Parent 72 based on RC1

2024-07-26 Thread Gary Gregory
My +1 Gary On Sun, Jul 21, 2024 at 2:34 PM Gary Gregory wrote: > > We have added enhancements since Apache Commons Parent 71 was > released, so I would like to release Apache Commons Parent 72. > > Apache Commons Parent 72 RC1 is available for review here: > https://dist.apache.org/repos/dis

[RESULT][LAZY][VOTE] Release Apache Commons Parent 72 based on RC1

2024-07-26 Thread Gary Gregory
This lazy vote passes with the following binding +1 vote: - Gary Gregory (ggregory) Gary On Fri, Jul 26, 2024 at 8:04 AM Gary Gregory wrote: > > My +1 > > Gary > > On Sun, Jul 21, 2024 at 2:34 PM Gary Gregory wrote: > > > > We have added enhancements since Apache Commons Parent 71 was > > rele

Re: [ALL] Use of assert checks in code

2024-07-26 Thread Gary Gregory
On Thu, Jul 25, 2024 at 6:56 PM sebb wrote: > > On Thu, 25 Jul 2024 at 17:46, Gary Gregory wrote: > > > > Java assertions only make sense in specific cases. > > > > Never in test code, use JUnit for that (or TestNG). > > > > It might make sense in low level libraries to enable some semantic check