Skip to content

v7.2.0

Latest
Compare
Choose a tag to compare
@auloin auloin released this 30 May 14:44
· 10 commits to master since this release
f0426d3

馃帀 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
  • Kotlin 2.0 support: JobRunr now support Kotlin 2.0, at the same time support for Kotlin 1.7 is dropped. PR #1050

Enhancements

  • Deleting a job using the JobScheduler or JobRequestScheduler will be retried if a ConcurrentJobModificationException is thrown. PR #1048

Bugfixes

  • Fix possible deadlock when stopping the BackgroundJobServer. PR #1049
  • Make sure UI works if version cannot be retrieved. PR #1043 (fixes #1042)

Other

Full Changelog: v7.1.2...v7.2.0