Skip to content

fix(deps): update dependency org.jobrunr:jobrunr to v7.5.0 #713

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jobrunr:jobrunr 7.3.1 -> 7.5.0 age adoption passing confidence

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:

  • You can now configure the InMemoryStorageProvider using properties.
  • Improved early detection of misconfigurations in JobRequest and JobRequestHandler.

JobRunr Pro v7.5.0 introduces a new StorageProvider, the CockroachStorageProvider for CockroachDB support!

⚠️ Important note for Quarkus and Micronaut users:
Previously, JobRunr would automatically fall back to the InMemoryStorageProvider if no other StorageProvider was configured. Starting with v7.5.0, this fallback behavior is removed. If you still wish to use the InMemoryStorageProvider, 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
  • Allow configuring InMemoryStorageProvider via property (i.e., jobrunr.database.type=mem) for Spring, Quarkus and Micronaut (thanks @​xuhuisheng). PR #​1197
Enhancements
  • Improve JobRequest and JobRequestHandler misconfiguration detection (when JobRequest references unknown JobRequestHandler). PR #​1213
Bugfixes
Misc
  • Update dependencies. PR #​1234
  • Migrate from Cypress to Playwright for UI E2E Tests. PR #​1212
  • Add architecture test to ensure classes named Abstract have abstract modifier. PR #​1232
  • Cleanup creation of datasources in storage provider tests. PR #​1229
  • Improve build. PR #​1235

Full Changelog: jobrunr/jobrunr@v7.4.1...v7.5.0

JobRunr Pro v7.5.0

New Features
Enhancements
Bugfixes
Misc

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
  • Allow switching between date styles in job table views (e.g., to see the actual timestamp a Job was enqueued). PR #​1206
Enhancements
  • Make JobRunr compatible with Mongo Driver v4 (as well as v5). PR #​1191
  • Take into account the catalog when checking whether SQL migrations table exists. PR #​1195 (fixes #​1193)
  • Add extra metadata to the Jar manifest file. PR #​1200
  • Display more complex job parameters on job details page (thanks @​SIMULATAN). PR #​1208
  • The job details page no longer refreshes when switching between date styles. PR #​1206
Bugfixes
  • Fix Dashboard RealtimeGraph lazy loading for slow networks. PR #​1203
  • Prevent job details page from overflowing when the job parameters are too long. PR #​1209
New Contributors

Full Changelog: jobrunr/jobrunr@v7.4.0...v7.4.1


JobRunr Pro v7.4.1

Enhancements
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:

  • Support of JDK 24
  • Support of Spring Boot 3.4
  • Support of Kotlin 2.1
  • Dropped support of Kotlin 1.8
  • Starting with this release, ElasticStorageProvider users will need the Elasticsearch Java API client v8.15 or later (due to breaking changes in the client's API).

Enhancements

Bugfixes

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

  • Make sure that Interval is idempotent. PR #​1157
  • Prevent BackgroundJobServer's JobZooKeepers from starting when critical startup task fail. PR #​1157
  • Detect Migrations table lock issue earlier. PR #​1142
  • Catch and translate exception when IoC container is shutting down. PR #​1155

Bugfixes

  • Fix concurrent jobState change during save. PR #​1140
  • Avoid locking migrations table when there are no new migrations. PR #​1142
  • Fix Jackson Module Service Locator. PR #​1144
  • Prevent recurring job from being rescheduled due to daylight saving time. PR #​1142
  • Fix IndexOutOfBoundsException when using ElasticSearchStorageProvider (thanks @​tksarul). PR #​1151 Reminder: the ElasticSearchStorageProvider 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@CLAassistant
Copy link

CLAassistant commented Jan 8, 2025

CLA assistant check
All committers have signed the CLA.

@renovate renovate bot changed the title fix(deps): update dependency org.jobrunr:jobrunr to v7.3.2 fix(deps): update dependency org.jobrunr:jobrunr to v7.4.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/jobrunr branch from 286eee7 to d3a2eca Compare January 17, 2025 17:07
@renovate renovate bot force-pushed the renovate/jobrunr branch from d3a2eca to 68c5d74 Compare February 22, 2025 07:27
@renovate renovate bot changed the title fix(deps): update dependency org.jobrunr:jobrunr to v7.4.0 fix(deps): update dependency org.jobrunr:jobrunr to v7.4.1 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/jobrunr branch from 68c5d74 to 668c584 Compare April 14, 2025 11:48
@renovate renovate bot changed the title fix(deps): update dependency org.jobrunr:jobrunr to v7.4.1 fix(deps): update dependency org.jobrunr:jobrunr to v7.5.0 Apr 14, 2025
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.

1 participant