TaskScheduler interface should support java.time.Instant/Duration [SPR-14875] #19441
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Periata Breatta opened SPR-14875 and commented
For the sake of convenience, the task scheduler interface should be modernized to support Java 8 improvements in date & time handling. At the very least, methods accepting a java.util.Date should have an overload accepting a java.time.Instant, while methods taking a long millisecond count should have an overload accepting a java.time.Duration. These can, of course, be implemented trivially using default methods.
Affects: 5.0 M2
Issue Links:
Referenced from: commits 313c89d
The text was updated successfully, but these errors were encountered: