🎉 JobRunr v7.2.1 🎉
This JobRunr release fixes a ConcurrentModificationException that can happen due to concurrent updates to a Job and completes the transition from Kotlin 1.7 to Kotlin 2.0 by correctly naming the artifact. JobRunr also validates JobRequests provided to the JobBuilder or RecurringJobBuilder and throws an exception if the JobRequest is invalid.
New features
- No new features were added
Enhancements
- Validate JobRequest when using the
JobBuilderor theRecurringJobBuilder. PR #1057
Bugfixes
- Fix concurrent modification issues. PR #1053 (fixes 1052)
- Correct the artifactId for
jobrunr-kotlin-2.0-supportby @tan9. PR #1055
Other
- Remove deprecated AccessController. PR #1054
Full Changelog: v7.2.0...v7.2.1