Jason Mehrens

Results 102 comments of Jason Mehrens

Should this PR be held back by JEP: 431: Sequenced Collections? Depending on the final API for SequencedCollection I would think it would be possible to shuffle the contents of...

> For unsorted sets like LinkedHashSet, it's unclear how to behave if replaceAll returns identical elements. Throw an exception? Shrink the set size via deduplication? I would assume the spec...

> I'm having difficulty imagining how SequencedCollection::replaceAll could work or be useful. Obviously it's on List already. In Collections.java, it seems that the cases of AbstractSequentialList are handled like so:...

@basil If you are willing and able to: 1. List the byte size of `angus-activation-2.0.2.jar` from your machine. 2. Attach debug output from with system property `jakarta.activation.debug=true`. This will send...

It is a way to see if that jar was deployed without asking if that jar was deployed :) The idea is force examination of the system instead of examination...

@basil Thanks for the reproducer! This will save me a ton of time. You are a gentleman and a scholar. For my own notes this is the project console output...

Notes to myself: 1. Further review of MailcapCommandMap shows all constructors search context classloader. Initial review of that point was incorrect. 2. I think part of the problem here is...

1. What version of JavaMail or JakartaMail? 2. What spam filter? 3. What text is shown as to why it fails the spam filter rule? 4. What are your mail...

Related https://github.com/jakartaee/mail-api/issues/460

>I see from your demo above that the new mid does not include a reference to the project. This makes it hard for us to help offending senders. That is...