From f31af5cc8f7bbc47e6e6513dbc8146df94581ab0 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 13 Jul 2022 09:14:20 -0300 Subject: [PATCH] Quartz extension is stable This promotes the extension status from preview to stable --- docs/src/main/asciidoc/quartz.adoc | 3 --- .../src/main/resources/META-INF/quarkus-extension.yaml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/src/main/asciidoc/quartz.adoc b/docs/src/main/asciidoc/quartz.adoc index 27be001e45640..243a025297fce 100644 --- a/docs/src/main/asciidoc/quartz.adoc +++ b/docs/src/main/asciidoc/quartz.adoc @@ -6,13 +6,10 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc = Scheduling Periodic Tasks with Quartz include::./attributes.adoc[] -:extension-status: preview Modern applications often need to run specific tasks periodically. In this guide, you learn how to schedule periodic clustered tasks using the http://www.quartz-scheduler.org/[Quartz] extension. -include::{includes}/extension-status.adoc[] - TIP: If you only need to run in-memory scheduler use the xref:scheduler.adoc[Scheduler] extension. == Prerequisites diff --git a/extensions/quartz/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/quartz/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 0f47b14af6efc..7cc90a39328b3 100644 --- a/extensions/quartz/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/quartz/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -10,6 +10,6 @@ metadata: guide: "https://quarkus.io/guides/quartz" categories: - "miscellaneous" - status: "preview" + status: "stable" config: - - "quarkus.quartz." \ No newline at end of file + - "quarkus.quartz."