FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
398 stars 116 forks source link

Create MonthDeserTest.java (to reproduce #274) #275

Closed dhruvspathak closed 7 months ago

dhruvspathak commented 1 year ago

(reproduces issue of #274)

Should fix the problem of "0" assigning the month "JANUARY" instead of "1".

cowtowncoder commented 1 year ago

Since these tests are failing, they need to go under datetime/src/test/java/com/fasterxml/jackson/datatype/jsr310/failing (so as not to fail CI). Could you move the test class to under failing/ package?

cowtowncoder commented 9 months ago

I moved the test under failing/ so CI passes.

cowtowncoder commented 7 months ago

Since #274 has been implemented, closing this PR.