From 0d4989ad73dc07a63b53a8951e5ca3c96559fdf6 Mon Sep 17 00:00:00 2001 From: Stephane Epardaud Date: Thu, 13 Oct 2022 15:04:22 +0200 Subject: [PATCH] Promote quarkus-hibernate-orm-rest-data-panache to stable Fixes QUARKUS-2390 --- docs/src/main/asciidoc/rest-data-panache.adoc | 3 --- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/rest-data-panache.adoc b/docs/src/main/asciidoc/rest-data-panache.adoc index 615b0d0805dc0..37bb8d4a88577 100644 --- a/docs/src/main/asciidoc/rest-data-panache.adoc +++ b/docs/src/main/asciidoc/rest-data-panache.adoc @@ -7,7 +7,6 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc include::./attributes.adoc[] :categories: web :summary: Hibernate ORM REST Data with Panache simplifies the creation of CRUD applications based on JAX-RS and Hibernate ORM. -:extension-status: experimental A lot of web applications are monotonous CRUD applications with REST APIs that are tedious to write. To streamline this task, REST Data with Panache extension can generate the basic CRUD endpoints for your entities and repositories. @@ -15,8 +14,6 @@ To streamline this task, REST Data with Panache extension can generate the basic While this extension is still experimental and provides a limited feature set, we hope to get an early feedback for it. Currently, this extension supports Hibernate ORM and MongoDB with Panache and can generate CRUD resources that work with `application/json` and `application/hal+json` content. -include::{includes}/extension-status.adoc[] - == Setting up REST Data with Panache Quarkus provides the following extensions to set up REST Data with Panache. Please, check out the next compatibility table to use the right one according to the technology you're using: diff --git a/extensions/panache/hibernate-orm-rest-data-panache/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/panache/hibernate-orm-rest-data-panache/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 2f07493e20daf..1ee0efb318529 100644 --- a/extensions/panache/hibernate-orm-rest-data-panache/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/panache/hibernate-orm-rest-data-panache/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -14,4 +14,4 @@ metadata: categories: - "data" - "web" - status: "experimental" \ No newline at end of file + status: "stable"