Skip to content

TaskScheduler interface should support java.time.Instant/Duration [SPR-14875] #19441

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions