@JsonFormat.pattern
is ignored for java.sql.Date
valued properties
#1407
Milestone
@JsonFormat.pattern
is ignored for java.sql.Date
valued properties
#1407
Hi
thank you for share a awesome library.
I am using version 2.6.7.
Here is failed test which shows that
@JsonFormat
is ignoredpattern
attribute.And the results of running the test:
I don't know exactly the reason.
But I have a doubt in a line of code.
https://github.com/FasterXML/jackson-databind/blob/2.6/src/main/java/com/fasterxml/jackson/databind/ser/std/SqlDateSerializer.java#L36
Which method ignored the
customFormat
param.Thank you.
The text was updated successfully, but these errors were encountered: