This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 05940a2 Aligned quarkus keywords for json related dataformats 05940a2 is described below commit 05940a2bc6b30cfabe25ae8e102ba052957c30e0 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu Mar 5 18:35:59 2020 +0100 Aligned quarkus keywords for json related dataformats --- .../gson/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 ++ .../jackson/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 3 ++- .../johnzon/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/gson/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/gson/runtime/src/main/resources/META-INF/quarkus-extension.yaml index babc2a0..ce0519c 100644 --- a/extensions/gson/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/gson/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -22,6 +22,8 @@ metadata: keywords: - "camel" - "gson" + - "json" + - "dataformat" guide: "https://quarkus.io/guides/camel" categories: - "integration" diff --git a/extensions/jackson/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/jackson/runtime/src/main/resources/META-INF/quarkus-extension.yaml index aa6939b..1c11dc6 100644 --- a/extensions/jackson/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/jackson/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -22,7 +22,8 @@ metadata: keywords: - "camel" - "jackson" + - "json" - "dataformat" guide: "https://quarkus.io/guides/camel" categories: - - "integration" \ No newline at end of file + - "integration" diff --git a/extensions/johnzon/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/johnzon/runtime/src/main/resources/META-INF/quarkus-extension.yaml index fbcdc76..6ce06dc 100644 --- a/extensions/johnzon/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/johnzon/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -23,6 +23,7 @@ metadata: - "camel" - "johnzon" - "json" + - "dataformat" guide: "https://quarkus.io/guides/camel" categories: - "integration"