From 9955926e942725a34c38be90b81fce7f8ac9c75a Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 17 Feb 2021 12:02:18 -0300 Subject: [PATCH] Mark quarkus-qute as stable --- docs/src/main/asciidoc/qute-reference.adoc | 3 --- docs/src/main/asciidoc/qute.adoc | 3 --- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/src/main/asciidoc/qute-reference.adoc b/docs/src/main/asciidoc/qute-reference.adoc index 98b7cd34a71af..86e1e744697c9 100644 --- a/docs/src/main/asciidoc/qute-reference.adoc +++ b/docs/src/main/asciidoc/qute-reference.adoc @@ -11,9 +11,6 @@ include::./attributes.adoc[] :sectnums: :sectnumlevels: 4 :toc: -:extension-status: experimental - -include::./status-include.adoc[] Qute is a templating engine designed specifically to meet the Quarkus needs. The usage of reflection is minimized to reduce the size of native images. diff --git a/docs/src/main/asciidoc/qute.adoc b/docs/src/main/asciidoc/qute.adoc index 1234f84115a73..46eeeb7a1c758 100644 --- a/docs/src/main/asciidoc/qute.adoc +++ b/docs/src/main/asciidoc/qute.adoc @@ -4,7 +4,6 @@ and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc //// = Qute Templating Engine -:extension-status: experimental include::./attributes.adoc[] @@ -15,8 +14,6 @@ In the development mode, all files located in `src/main/resources/templates` are Furthermore, we try to detect most of the template problems at build time. In this guide, you will learn how to easily render templates in your application. -include::./status-include.adoc[] - == Hello World with JAX-RS If you want to use Qute in your JAX-RS application, you need to add the `quarkus-resteasy-qute` extension first. diff --git a/extensions/qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml index dc31829fad11f..6ad09433c8c7e 100644 --- a/extensions/qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -7,4 +7,4 @@ metadata: guide: "https://quarkus.io/guides/qute" categories: - "miscellaneous" - status: "experimental" + status: "stable"