Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove quartz dependency #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

varunu28
Copy link
Contributor

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew build --write-locks to refresh dependencies)
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

This fixes #11 to remove the quartz dependency

  • Remove dependency on quartz
  • Refactor cron creation flow to use Cron instead of CronExpression
  • Impact of this change is that cron creation with a timezone is not possible but the execution time for the cron can be calculated using nextExecutionTime by providing a timezone.

@varunu28
Copy link
Contributor Author

@jun-he Please do a round of review whenever you get a chance? I am open to feedback on how can we support cron creation along with timezone during the creation operation.

@jun-he
Copy link
Contributor

jun-he commented Jul 27, 2024

@varunu28 thanks for the contribution. Will review it soon.

@jun-he
Copy link
Contributor

jun-he commented Aug 2, 2024

@varunu28 can you rebase your change?

@varunu28
Copy link
Contributor Author

varunu28 commented Aug 2, 2024

@varunu28 can you rebase your change?

Done

@varunu28
Copy link
Contributor Author

varunu28 commented Aug 6, 2024

@jun-he Bump on this for review. Thanks 👍

@jun-he
Copy link
Contributor

jun-he commented Aug 8, 2024

@varunu28 Will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove quartz dependency
2 participants