jakartaee / jakartaee/mail-api
move from MailDateFormat (not thread safe) to DateTimeFormatter
Open
- Dominant language
- Java
- Stars
- 285
- Forks
- 109
- Avg merge
- 15h 19m
- Merged PRs (30d)
- 1
Description
With high load and usage of MimeMessage plenty of locks due to MailDateFormat. Maybe it is time move to something thread safe like DateTimeFormatter?
Contributor guide
Research direction
Start by locating the MailDateFormat usage in the MimeMessage implementation and inspect how date formatting is synchronized. Verify the replacement preserves existing message formatting and removes the reported lock contention under high load; the issue does not name tests or files to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100