Skip to content

Commit

Permalink
Merge pull request quarkusio#43168 from AxiomaticFixedChimpanzee/main
Browse files Browse the repository at this point in the history
Update rest-data-panache docs to clarify experimental status
  • Loading branch information
geoand authored Sep 10, 2024
2 parents 6748311 + 3ac37f8 commit afb656f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/asciidoc/rest-data-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ include::_attributes.adoc[]
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.

== Setting up REST Data with Panache
Expand All @@ -23,17 +22,20 @@ Please, check out the next compatibility table to use the right one according to

.Compatibility Table
|===
|Extension |Hibernate | RESTEasy
|Extension |Status |Hibernate |RESTEasy

|<<hr-hibernate-orm,quarkus-hibernate-orm-rest-data-panache>>
|`Stable`
|`ORM`
|`Classic and Reactive`

|<<hr-hibernate-reactive,quarkus-hibernate-reactive-rest-data-panache>>
|`Experimental`
|`Reactive`
|`Reactive`

|<<hr-mongodb,quarkus-mongodb-rest-data-panache>>
|`Experimental`
|`ORM`
|`Classic and Reactive`
|===
Expand Down

0 comments on commit afb656f

Please sign in to comment.