Change default for DateTimeFeature.ONE_BASED_MONTHS
to true
in 3.0
#5065
Labels
3.0-release-notes
Issues relevant for 3.0 release notes.
3.0
Issue planned for initial 3.0 release
date-time-config
Work related to possible larger DateTimeConfig feature
Milestone
Feature known as
JavaTimeFeature.ONE_BASED_MONTHS
in 2.x defaults tofalse
for backwards-compatibility reasons. With #5032 this module was merged injackson-databind
for Jackson 3.0.0 (rc3) and feature becameDateTimeFeature.ONE_BASED_MONTHS
.It makes more sense to have this feature enabled for 3.0, so let's change that. Change will probably fail a few unit test so most work is likely just changing tests to work appropriately again.
We also need to update
MapperBuilder.configureForJackson2()
to set that back tofalse
if requested.The text was updated successfully, but these errors were encountered: