Skip to content

Commit d89dde3

Browse files
committed
Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
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 quarkusio#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)
1 parent 58db82b commit d89dde3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

extensions/resteasy-classic/resteasy-qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
artifact: ${project.groupId}:${project.artifactId}:${project.version}
33
name: "RESTEasy Classic Qute"
44
metadata:
5-
unlisted: true
65
keywords:
76
- "templating"
87
- "templates"

extensions/resteasy-reactive/quarkus-resteasy-reactive-qute/runtime/src/main/resources/META-INF/quarkus-extension.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "RESTEasy Reactive Qute"
22
artifact: ${project.groupId}:${project.artifactId}:${project.version}
33
metadata:
4-
unlisted: true
54
keywords:
65
- "templating"
76
- "templates"

0 commit comments

Comments
 (0)