-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13457 from aloubyansky/unlist-common-extension-mo…
…dules Unlist common extension modules
- Loading branch information
Showing
7 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
extensions/amazon-lambda/common-runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: "AWS Lambda Common" | ||
metadata: | ||
unlisted: true |
4 changes: 4 additions & 0 deletions
4
...ions/funqy/funqy-server-common/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: "Funqy Server Common" | ||
metadata: | ||
unlisted: true |
10 changes: 10 additions & 0 deletions
10
extensions/openshift-client/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: "OpenShift Client" | ||
metadata: | ||
keywords: | ||
- "openshift-client" | ||
- "openshift" | ||
guide: https://quarkus.io/guides/kubernetes-client | ||
categories: | ||
- "cloud" | ||
status: "stable" |
4 changes: 4 additions & 0 deletions
4
...panache/mongodb-panache-common/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: "MongoDB Panache Common module" | ||
metadata: | ||
unlisted: true |
11 changes: 11 additions & 0 deletions
11
...panache/mongodb-panache-kotlin/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: "MongoDB with Panache for Kotlin" | ||
metadata: | ||
keywords: | ||
- "mongodb-panache-kotlin" | ||
- "panache" | ||
- "mongodb" | ||
- "kotlin" | ||
categories: | ||
- "data" | ||
status: "stable" |
4 changes: 4 additions & 0 deletions
4
extensions/resteasy-mutiny-common/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: "RESTEasy Mutiny Common" | ||
metadata: | ||
unlisted: true |
12 changes: 12 additions & 0 deletions
12
extensions/vertx-graphql/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: "Eclipse Vert.x GraphQL" | ||
metadata: | ||
keywords: | ||
- "eclipse" | ||
- "vertx" | ||
- "vert.x" | ||
- "graphql" | ||
- "vertx-graphql" | ||
categories: | ||
- "web" | ||
status: "stable" |