Jason Mehrens

Results 102 comments of Jason Mehrens

This escape warnings are covered in: https://github.com/eclipse-ee4j/angus-mail/pull/142

>Synchronised block makes Virtual Thread pinned to the carrier (platform/OS) thread if blocking activities are being done and they are -> I/O operations. Also, e.g., when I add jakarta.mail.Folder#addMessageCountListener and...

>I am not sure it is worth the effort because as I pointed out https://github.com/eclipse-ee4j/angus-mail/issues/128#issuecomment-1945759686 there are plans to not pin threads in synchronized blocks. We can wait to see...

I wonder if the bug is here: ```` // Generate a search-sequence with the given charset Argument args = getSearchSequence().generateSequence(term, charset == null ? null : MimeUtility.javaCharset(charset) ```` When the...

Looks like my suggestion is the same as: https://github.com/jakartaee/mail-api/issues/474

This is an old issue from https://github.com/jakartaee/mail-api/issues/302. I think the next steps are to ask openjdk team to provide an evaluation of that openjdk ticket. That will then align the...

https://bugs.openjdk.org/browse/JDK-8195686

Awesome! Thanks. Let me know if you want me to engage on the public openjdk list. I'm thinking if they add an alias to openjdk then angus-mail can do the...

Hi @psawant19, the main reason this is unresolved is that I'm continuing the approach that Bill Shannon was taking in the linked ticket. Usually accepted means that there is a...