Skip to content

Thread safe date format/parse API [SPR-2300] #6989

@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions