-
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.
Move from quarkus-extension.json to .yaml
Why: * Humans read and write .yaml better than .json and yaml is a superset of json. This change addreses the need by: * ExtensionDescriptorMojo - updated to read .yaml OR .json and then still massage the structure into new structure for backwards compatability. * GenerateExtensonsMojo - reads .yaml or .json per extension. Still some javax.json code present so do a double-parse to convert back to java.json. Not pretty but minimal change for v1 that can be cleaned up afterwards. * ValidateExtensionJsonMojo - just updated to check if .yaml or .json file exists and can be read.
- Loading branch information
1 parent
222edef
commit d4f4da2
Showing
153 changed files
with
351 additions
and
844 deletions.
There are no files selected for viewing
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.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
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
9 changes: 0 additions & 9 deletions
9
extensions/agroal/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
11 changes: 0 additions & 11 deletions
11
extensions/amazon-dynamodb/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
10 changes: 0 additions & 10 deletions
10
extensions/amazon-lambda/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
13 changes: 0 additions & 13 deletions
13
extensions/arc/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
9 changes: 0 additions & 9 deletions
9
extensions/artemis-core/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
9 changes: 0 additions & 9 deletions
9
extensions/artemis-jms/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
10 changes: 0 additions & 10 deletions
10
extensions/elytron-security-jdbc/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
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,2 @@ | ||
--- | ||
metadata: {} |
9 changes: 0 additions & 9 deletions
9
...nsions/elytron-security-oauth2/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...nsions/elytron-security-oauth2/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,2 @@ | ||
--- | ||
metadata: {} |
9 changes: 0 additions & 9 deletions
9
...ytron-security-properties-file/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...ytron-security-properties-file/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,2 @@ | ||
--- | ||
metadata: {} |
11 changes: 0 additions & 11 deletions
11
extensions/flyway/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
extensions/flyway/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,2 @@ | ||
--- | ||
metadata: {} |
12 changes: 0 additions & 12 deletions
12
extensions/hibernate-orm/runtime/src/main/resources/META-INF/quarkus-extension.json
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
extensions/hibernate-orm/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,2 @@ | ||
--- | ||
metadata: {} |
Oops, something went wrong.