Skip to content

Commit

Permalink
Promote quarkus-hibernate-orm-rest-data-panache to stable
Browse files Browse the repository at this point in the history
Fixes QUARKUS-2390
  • Loading branch information
FroMage authored and tmihalac committed Oct 27, 2022
1 parent f5941c2 commit 0d4989a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/src/main/asciidoc/rest-data-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ 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.

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ metadata:
categories:
- "data"
- "web"
status: "experimental"
status: "stable"

0 comments on commit 0d4989a

Please sign in to comment.