Skip to content

Commit

Permalink
Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
Browse files Browse the repository at this point in the history
This reverts commit 5e8e7e6.

This has been done too fast:
- we haven't documented it at all
- there are still references to these extensions in our documentation
  (https://quarkus.io/guides/qute-reference#resteasy_integration) and
  people can't find the extensions anymore (see
  #37478)

We need to finalize the documentation before actually unlisting these
extensions.
I would advise to target 3.7 for that.

(cherry picked from commit 1db3889)
  • Loading branch information
gsmet committed Dec 4, 2023
1 parent 58db82b commit d89dde3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "RESTEasy Classic Qute"
metadata:
unlisted: true
keywords:
- "templating"
- "templates"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "RESTEasy Reactive Qute"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
unlisted: true
keywords:
- "templating"
- "templates"
Expand Down

0 comments on commit d89dde3

Please sign in to comment.