Celebration time!
I’m pleased to announce the release of JobRunr v1.0.0. It is now available for download from Maven Central.
This release contains a breaking change: it was decided to rename scheduleRecurringly
to scheduleRecurrently
as it is grammarly more correct.
New features
- jobrunr-spring-boot-starter: I’m happy to announce that the integration with Spring is even easier than before thanks to the
jobrunr-spring-boot-starter
. Just add this dependency, setup some properties and you’re good to go! See GitHub issue 37
Breaking change
- The
jobScheduler.scheduleRecurringly
has been renamed tojobScheduler.scheduleRecurrently
. See GitHub issue 36 for more info.
Other improvements & bugfixes
- GitHub issue 32: Succeeded jobs are not visible due to Javascript error.
- GitHub issue 33: Zookeeping hours are now configurable
- GitHub issue 38: IllegalStateException when scheduling a private method.