Skip to content

Commit

Permalink
Add artifact deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
auloin committed Nov 6, 2024
1 parent ae34236 commit e3090d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ menu:
weight: 30
---

Creating a recurring job (either a CRON job or a job with a fixed defined interval) is just as simple as creating a background job – you only need to write a single line of code (and it is even less if you use the [`jobrunr-spring-boot-starter`]({{<ref "/documentation/configuration/spring/_index.md">}}), [`jobrunr-micronaut-feature`]({{<ref "/documentation/configuration/micronaut/_index.md">}}) or the [`jobrunr-quarkus-extension`]({{<ref "/documentation/configuration/quarkus/_index.md">}}) ).
Creating a recurring job (either a CRON job or a job with a fixed defined interval) is just as simple as creating a background job – you only need to write a single line of code (and it is even less if you use the ~[`jobrunr-spring-boot-starter`]({{<ref "/documentation/configuration/spring/_index.md">}})~, [`jobrunr-spring-boot-2-starter`]({{<ref "/documentation/configuration/spring/_index.md">}}), [`jobrunr-spring-boot-3-starter`]({{<ref "/documentation/configuration/spring/_index.md">}}) , [`jobrunr-micronaut-feature`]({{<ref "/documentation/configuration/micronaut/_index.md">}}) or the [`jobrunr-quarkus-extension`]({{<ref "/documentation/configuration/quarkus/_index.md">}}) ).

> **Important**: the `jobrunr-spring-boot-starter` is deprecated since JobRunr v6, please use `jobrunr-spring-boot-2-starter` or `jobrunr-spring-boot-3-starter` instead!
On this page you can learn about:

Expand Down
4 changes: 3 additions & 1 deletion content/en/documentation/configuration/spring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ menu:
parent: 'configuration'
weight: 10
---
Integration with Spring cannot be easier using the `jobrunr-spring-boot-starter`! There is even a complete example project available at [https://github.com/jobrunr/example-spring](https://github.com/jobrunr/example-spring).
Integration with Spring cannot be easier using the ~`jobrunr-spring-boot-starter`~, `jobrunr-spring-boot-2-starter` or `jobrunr-spring-boot-3-starter`! There is even a complete example project available at [https://github.com/jobrunr/example-spring](https://github.com/jobrunr/example-spring).

> **Important**: the `jobrunr-spring-boot-starter` is deprecated since JobRunr v6, please use `jobrunr-spring-boot-2-starter` or `jobrunr-spring-boot-3-starter` instead!
__To add JobRunr to your Spring project, these are the steps you need to take:__
1. Depending on your version of Spring Boot, add the `jobrunr-spring-boot-2-starter` or `jobrunr-spring-boot-3-starter` dependency to your project
Expand Down

0 comments on commit e3090d6

Please sign in to comment.