Skip to content

Commit ac06932

Browse files
committed
Revert "Mark Quartz extension as stable"
(cherry picked from commit 84609f6)
1 parent ade5f81 commit ac06932

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/src/main/asciidoc/quartz.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
66
= Scheduling Periodic Tasks with Quartz
77

88
include::./attributes.adoc[]
9+
:extension-status: preview
910

1011
Modern applications often need to run specific tasks periodically.
1112
In this guide, you learn how to schedule periodic clustered tasks using the http://www.quartz-scheduler.org/[Quartz] extension.
1213

14+
include::{includes}/extension-status.adoc[]
15+
1316
TIP: If you only need to run in-memory scheduler use the xref:scheduler.adoc[Scheduler] extension.
1417

1518
== Prerequisites

extensions/quartz/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
guide: "https://quarkus.io/guides/quartz"
1111
categories:
1212
- "miscellaneous"
13-
status: "stable"
13+
status: "preview"
1414
config:
15-
- "quarkus.quartz."
15+
- "quarkus.quartz."

0 commit comments

Comments
 (0)