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

fix: Fix bug that causes cronpatterns with no next execution-time to fail. #435

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

kagkarlsson
Copy link
Owner

@kagkarlsson kagkarlsson commented Oct 29, 2023

Introduce an Instant.NEVER that represents future execution-time that will never run, and use this for cron-patterns with no next execution-time.

Fixes

Reminders

  • Added/ran automated tests
  • Update README and/or examples
  • Ran mvn spotless:apply

@kagkarlsson kagkarlsson changed the title Fix bug that causes cronpatterns with no next execution-time to fail. fix: Fix bug that causes cronpatterns with no next execution-time to fail. Oct 29, 2023
@kagkarlsson kagkarlsson merged commit 7798c35 into master Dec 6, 2023
10 of 13 checks passed
@kagkarlsson
Copy link
Owner Author

🎉 This issue has been resolved in v14.0.0 (Release Notes)

@kagkarlsson kagkarlsson added the released Issue has been released label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant