Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description to extension matedata #367

Merged
merged 1 commit into from
Nov 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions build/scripts/validate-extension-metadata.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ project.basedir.eachFile(FileType.DIRECTORIES) {
if (!descriptor.name) {
messages.add(shortPath + ' must contain name')
}
if (!descriptor.description) {
messages.add(shortPath + ' must contain description')
}

// metadata
if (!descriptor.metadata) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Attachments"
description: "Java Attachments support for Camel Message"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus AWS EKS"
description: "A Camel Amazon EKS Web Service Component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus AWS S3"
description: "A Camel Amazon S3 Web Service Component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus AWS SNS"
description: "A Camel Amazon SNS Web Service Component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus AWS SQS"
description: "A Camel Amazon SQS Web Service Component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Bean"
description: "Camel Bean component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Core Cloud"
description: "The Camel Quarkus core cloud module"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus XML Common"
description: "The Camel Quarkus code XML module"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Core"
description: "The Camel Quarkus core module"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus CSV"
description: "Camel CSV data format support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Direct"
description: "Camel Direct component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus FHIR"
description: "Camel FHIR HL7 support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: "Camel Quarkus HTTP Common"
description: "Camel Quarkus HTTP Common"
metadata:
unlisted: true
keywords:
- "camel"
- "http"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Infinispan"
description: "Camel Infinispan support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Jackson"
description: "Camel Jackson support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus JDBC"
description: "Camel JDBC support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Log"
description: "Camel Log support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Mail"
description: "Camel Mail support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus MicroProfile Health"
description: "Integration with the Quarkus MicroProfile Health extension"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus MicroProfile Metrics"
description: "Integration with the Quarkus MicroProfile Metrics extension"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus MicroProfile Netty HTTP"
name: "Camel Quarkus Netty HTTP"
description: "Camel Netty HTTP support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Netty"
description: "Camel Netty xupport"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus OpenTracing"
description: "Distributed tracing using OpenTracing"
metadata:
keywords:
- "integration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Paho"
description: "Camel Eclipse Paho support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus PDF"
description: "Camel PDF support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Platform HTTP"
description: "HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Reactive Executor"
description: "Integrates Quarkus reactive executor with Camel"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Rest"
description: "Camel REST component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Salesforce"
description: "Camel Salesforce component"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Servlet"
description: "Camel servlet transport support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Slack"
description: "Camel Slack support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: "Camel Quarkus Support Common"
description: "Camel Quarkus Support Common"
metadata:
unlisted: true
keywords:
- "internal"
- "camel"
guide: "https://quarkus.io/guides/camel"
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: "Camel Quarkus Support Jetty"
description: "Camel Quarkus Support Jetty"
metadata:
unlisted: true
keywords:
- "internal"
- "camel"
- "jetty"
guide: "https://quarkus.io/guides/camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: "Camel Quarkus Support XML"
description: "Camel Quarkus Support XML"
metadata:
unlisted: true
keywords:
- "internal"
- "camel"
- "xml"
guide: "https://quarkus.io/guides/camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: "Camel Quarkus Support XStream"
description: "Camel Quarkus Support XStream"
metadata:
unlisted: true
keywords:
- "internal"
- "camel"
- "xstream"
guide: "https://quarkus.io/guides/camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Tarfile"
description: "Camel Tar file support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Timer"
description: "Camel Timer support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Twitter"
description: "Camel Twitter support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus VM"
description: "Camel VM support"
metadata:
keywords:
- "camel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Camel Quarkus Zipfile"
description: "Camel Zip file support"
metadata:
keywords:
- "camel"
Expand Down