qbicsoftware / data-manager-app

A web-based life science omics and imaging data management solution
MIT License
8 stars 0 forks source link

Bump org.jobrunr:jobrunr-spring-boot-3-starter from 6.1.4 to 7.2.2 #693

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps org.jobrunr:jobrunr-spring-boot-3-starter from 6.1.4 to 7.2.2.

Release notes

Sourced from org.jobrunr:jobrunr-spring-boot-3-starter's releases.

v7.2.2

πŸŽ‰ JobRunr v7.2.2 πŸŽ‰

This JobRunr release prevents an NPE if a job succeeds right when updateProcessing was called.

New features

  • No new features were added

Bugfixes

Full Changelog: https://github.com/jobrunr/jobrunr/compare/v7.2.1...v7.2.2

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 JobRequests provided to the JobBuilder or RecurringJobBuilder and throws an exception if the JobRequest is invalid.

New features

  • No new features were added

Enhancements

Bugfixes

Other

Full Changelog: https://github.com/jobrunr/jobrunr/compare/v7.2.0...v7.2.1

v7.2.0

πŸŽ‰ JobRunr v7.2.0 πŸŽ‰

We're happy to announce the release of JobRunr 7.2.0, which includes support for Spring Boot 3.3, Kotlin 2.0, and important bug fixes!

Note: support for Kotlin 1.7 is dropped.

New features

  • Spring Boot 3.3 support: JobRunr now declares the spring-boot-starter dependency with a provided scope. [PR #1050](jobrunr/jobrunr#1050)
  • Kotlin 2.0 support: JobRunr now support Kotlin 2.0, at the same time support for Kotlin 1.7 is dropped. [PR #1050](jobrunr/jobrunr#1050)

Enhancements

  • Deleting a job using the JobScheduler or JobRequestScheduler will be retried if a ConcurrentJobModificationException is thrown. [PR #1048](jobrunr/jobrunr#1048)

Bugfixes

... (truncated)

Commits
  • 884ebe4 Prevent nullpointer if job is succeeds right when updateProcessing was called...
  • cbbfb30 Update README.md [SKIP CI]
  • 211ca7f Feature/jobbuilder wrong class (#1057)
  • be6cf24 Merge pull request #1055 from tan9/patch-1
  • ba1104b Correct kotlin version.
  • 0c0b96c Merge pull request #1054 from jobrunr/bugfix/small-issues
  • 05e84a3 Merge branch 'master' into bugfix/small-issues
  • 2fa4995 Remove deprecated AccessController
  • 4404fc5 Merge pull request #1053 from jobrunr/bugfix/small-issues
  • 582c1b8 Fix #1052
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud