Closed renovate[bot] closed 4 months ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
7.2.0
->7.2.1
Release Notes
jobrunr/jobrunr (org.jobrunr:jobrunr-spring-boot-3-starter)
### [`v7.2.1`](https://togithub.com/jobrunr/jobrunr/releases/tag/v7.2.1) [Compare Source](https://togithub.com/jobrunr/jobrunr/compare/v7.2.0...v7.2.1) ### 🎉 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 `JobRequest`s 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 `JobBuilder` or the `RecurringJobBuilder`. [PR #1057](https://togithub.com/jobrunr/jobrunr/pull/1057) #### Bugfixes - Fix concurrent modification issues. [PR #1053](https://togithub.com/jobrunr/jobrunr/pull/1053) (fixes [1052](https://togithub.com/jobrunr/jobrunr/issues/1052)) - Correct the artifactId for `jobrunr-kotlin-2.0-support` by [@tan9](https://togithub.com/tan9). [PR #1055](https://togithub.com/jobrunr/jobrunr/pull/1055) #### Other - Remove deprecated AccessController. [PR #1054](https://togithub.com/jobrunr/jobrunr/pull/1054) **Full Changelog**: https://github.com/jobrunr/jobrunr/compare/v7.2.0...v7.2.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.