-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Matt Magoffin opened SPR-2300 and commented
On many projects I deal with parsing/formatting dates and times, and with Spring have been very often injecting Apache's FastDateFormat to perform thread-safe date formatting as Format bean properties. But for date parsing, with SimpleDateFormat not being thread safe, there isn't a nice JDK API for performing thread-safe parsing.
I thought perhaps Spring could help with a simple date format/parse API, that could use Apache's FastDateFormat or Joda Time as different implementations for providing thread-safe formatting and parsing.
Attachments:
- JodaDateFormat.java (3.17 kB)
- JodaDateFormatTest.java (1.91 kB)
- ThreadSafeDateFormat.java (1.09 kB)
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement