-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 #4935 from maxandersen/yaml_descriptor
Move from quarkus-extension.json to .yaml
- Loading branch information
Showing
162 changed files
with
940 additions
and
1,094 deletions.
There are no files selected for viewing
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
4 changes: 0 additions & 4 deletions
4
core/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
core/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,3 @@ | ||
--- | ||
name: "Quarkus - Core" | ||
metadata: {} |
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
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
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
12 changes: 0 additions & 12 deletions
12
extensions/agroal/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
extensions/agroal/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,8 @@ | ||
--- | ||
name: "Agroal - Database connection pool" | ||
metadata: | ||
keywords: | ||
- "agroal" | ||
- "database-connection-pool" | ||
categories: | ||
- "data" |
14 changes: 0 additions & 14 deletions
14
extensions/amazon-dynamodb/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
extensions/amazon-dynamodb/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: "Amazon DynamoDB client" | ||
metadata: | ||
keywords: | ||
- "dynamodb" | ||
- "dynamo" | ||
- "aws" | ||
- "amazon" | ||
categories: | ||
- "data" |
13 changes: 0 additions & 13 deletions
13
extensions/amazon-lambda/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
extensions/amazon-lambda/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,9 @@ | ||
--- | ||
name: "AWS Lambda" | ||
metadata: | ||
keywords: | ||
- "lambda" | ||
- "aws" | ||
- "amazon" | ||
categories: | ||
- "cloud" |
16 changes: 0 additions & 16 deletions
16
extensions/arc/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
extensions/arc/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: "ArC" | ||
short-name: "CDI" | ||
metadata: | ||
keywords: | ||
- "arc" | ||
- "cdi" | ||
- "dependency-injection" | ||
- "di" | ||
guide: "https://quarkus.io/guides/cdi-reference" | ||
categories: | ||
- "core" |
12 changes: 0 additions & 12 deletions
12
extensions/artemis-core/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
extensions/artemis-core/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,8 @@ | ||
--- | ||
name: "Artemis Core" | ||
metadata: | ||
keywords: | ||
- "artemis-core" | ||
- "artemis" | ||
categories: | ||
- "messaging" |
12 changes: 0 additions & 12 deletions
12
extensions/artemis-jms/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
extensions/artemis-jms/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,8 @@ | ||
--- | ||
name: "Artemis JMS" | ||
metadata: | ||
keywords: | ||
- "artemis-jms" | ||
- "artemis" | ||
categories: | ||
- "messaging" |
13 changes: 0 additions & 13 deletions
13
extensions/elytron-security-jdbc/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
extensions/elytron-security-jdbc/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,9 @@ | ||
--- | ||
name: "Elytron Security JDBC Realm" | ||
metadata: | ||
keywords: | ||
- "security" | ||
- "jdbc" | ||
guide: "https://quarkus.io/guides/security-jdbc-guide" | ||
categories: | ||
- "security" |
12 changes: 0 additions & 12 deletions
12
...nsions/elytron-security-oauth2/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.