-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@DateTimeFormat support for YearMonth, MonthDay, Year [SPR-14839] #19405
Comments
Kazuki Shimizu commented I've submitted PR. Please review. |
Sam Brannen commented Note that the PR currently does not include a |
Juergen Hoeller commented Indeed, I'm repurposing this ticket a bit: primarily for JSR-310 where |
Sam Brannen commented But... you just introduced |
Juergen Hoeller commented Indeed but that ticket just covered parsing according to the default format, like we do for |
Sam Brannen commented
Indeed! Thanks for pointing out the difference. |
Any reason this issue is frozen? |
Also, any reason why this PR doesn't cover for // for numeric value
@NotNull @DateTimeFormat(pattern = "M") @PathVariable(name = PATH_NAME_MONTH) final Month month
|
Closing in favor of PR #1215 |
Kazuki Shimizu (@kazuki43zoo) opened SPR-14839 and commented
I hope to support the
@DateTimeFormat
annotation for Joda-Time'sYearMonth
,MonthDay
, andYear
types, analogous to the existing support for the corresponding JSR-310 types.For example:
Affects: 4.3.3
Issue Links:
Referenced from: pull request #1215
The text was updated successfully, but these errors were encountered: