spring-framework/spring-context
Arjen Poutsma 7e2106b850 Refactor roll forward in CronField
Before this commit, CronField.Type::rollForward added temporal units
to reach the higher order field. This caused issues with DST, where
the added amount of hours was either too small or too large.

This commit refactors the implementation so that it now adds one to the
higher order field, and reset the current field to the minimum value.

Closes gh-28095
2022-02-24 14:47:02 +01:00
..
src Refactor roll forward in CronField 2022-02-24 14:47:02 +01:00
.springBeans
spring-context.gradle Polishing 2021-09-21 17:43:03 +02:00