fix(deps): update dependency org.jobrunr:jobrunr to v7.5.0 #713
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.3.1
->7.5.0
Release Notes
jobrunr/jobrunr (org.jobrunr:jobrunr)
v7.5.0
🎉 JobRunr and JobRunr Pro v7.5.0 🎉
A special thanks to @xuhuisheng for contributing to JobRunr and making this release possible!
JobRunr v7.5.0 is here, bringing official support for Quarkus 3.20 (LTS) and Micronaut Framework 4.8!
This release also brings several other improvements and bug fixes:
InMemoryStorageProvider
using properties.JobRequest
andJobRequestHandler
.JobRunr Pro v7.5.0 introduces a new
StorageProvider
, theCockroachStorageProvider
for CockroachDB support!Previously, JobRunr would automatically fall back to the
InMemoryStorageProvider
if no otherStorageProvider
was configured. Starting with v7.5.0, this fallback behavior is removed. If you still wish to use theInMemoryStorageProvider
, you'll need to explicitly configure it by setting the property:jobrunr.database.type=mem
, or by providing a custom bean.JobRunr v7.5.0
New Features
InMemoryStorageProvider
via property (i.e.,jobrunr.database.type=mem
) for Spring, Quarkus and Micronaut (thanks @xuhuisheng). PR #1197Enhancements
JobRequest
andJobRequestHandler
misconfiguration detection (when JobRequest references unknown JobRequestHandler). PR #1213Bugfixes
Misc
Full Changelog: jobrunr/jobrunr@v7.4.1...v7.5.0
JobRunr Pro v7.5.0
New Features
CockroachStorageProvider
. PR #536InMemoryStorageProvider
via property (i.e., jobrunr.database.type=mem) for Spring, Quarkus and Micronaut (thanks @xuhuisheng). PR #543 (from OSS PR #1197)Enhancements
JobRequest
andJobRequestHandler
misconfiguration detection. PR #518 (from OSS PR #1213)Bugfixes
BatchJob
creation when usingJobBuilder
. PR #529Misc
New Contributors
v7.4.1
🎉 JobRunr and JobRunr Pro v7.4.1 🎉
JobRunr and JobRunr Pro v7.4.1 are here! This release includes useful features like the ability to switch between date styles in job table views and better compatibility with Mongo Driver v4 and v5. Special thanks to @SIMULATAN for their first contribution!
JobRunr v7.4.1
New Features
Job
was enqueued). PR #1206Enhancements
Bugfixes
New Contributors
Full Changelog: jobrunr/jobrunr@v7.4.0...v7.4.1
JobRunr Pro v7.4.1
Enhancements
withProcessTimeOut
toRecurringJobBuilder
. PR #511 (fixes #508)Bugfixes
Full Changelog: https://github.com/jobrunr/jobrunr-pro/compare/v7.4.0...v7.4.1
v7.4.0
🎉 JobRunr v7.4.0 🎉
This release has several enhancements and bug fixes (see below changelog for further details). It also contains the following notable changes:
ElasticStorageProvider
users will need the Elasticsearch Java API client v8.15 or later (due to breaking changes in the client's API).Enhancements
BackgroundJobServer
. PR #1183jobSignature
to MDC (thanks @mhdatie). PR #1159Exceptions
utils. PR #1182Bugfixes
Misc
New Contributors
@mhdatie made their first contribution in https://github.com/jobrunr/jobrunr/pull/1159
@wgroeneveld made their first contribution in https://github.com/jobrunr/jobrunr/pull/1182
Full Changelog: jobrunr/jobrunr@v7.3.2...v7.4.0
v7.3.2
🎉 JobRunr v7.3.2 🎉
Overall this release improves the stability of JobRunr. In particular, it prevents concurrent updates to a job state, which otherwise leads to data inconsistencies.
Enhancements
Interval
is idempotent. PR #1157BackgroundJobServer
'sJobZooKeeper
s from starting when critical startup task fail. PR #1157Bugfixes
IndexOutOfBoundsException
when usingElasticSearchStorageProvider
(thanks @tksarul). PR #1151 Reminder: theElasticSearchStorageProvider
is deprecated and will be removed in the next major release.New Contributors
Full Changelog: jobrunr/jobrunr@v7.3.1...v7.3.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.