Replies: 1 comment
-
Yeah, this Date dependency in Quartz is really frustrating. We're facing the same issue in our project. It feels like Quartz is stuck in the past while everyone else has moved on to LocalDate/LocalDateTime. I really wish they would update their API to fully support modern Java time classes.ng missing from quartz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, we use quartz scheduler in our company and we have some issues about some methods in quartz which requires Date parameter. We use LocalDate/LocalDateTime in our project and quartz make us dependent to Date. is there any chances to LocalDate usage in future?


Beta Was this translation helpful? Give feedback.
All reactions