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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated sources regen #753

Merged
merged 1 commit into from
Jan 28, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:core"
- "camel:aws2-cw"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
type: string
example: eu-west-1
dependencies:
- "camel:core"
- "camel:aws2-ec2"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
type: string
example: eu-west-1
dependencies:
- "camel:core"
- "camel:aws2-kinesis"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ spec:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:core"
- "camel:aws2-s3"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
type: string
example: eu-west-1
dependencies:
- "camel:core"
- "camel:aws-secrets-manager"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
type: string
example: eu-west-1
dependencies:
- "camel:core"
- "camel:aws2-ses"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:core"
- "camel:aws2-sns"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
#TODO: these mvn:* dependencies must be removed after upgrading to camel 3.10
- "mvn:com.fasterxml.jackson.core:jackson-core:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-annotations:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-databind:2.11.3"
- "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3"
- "camel:azure-eventhubs"
- "camel:kamelet"
- "camel:core"
#TODO: these mvn:* dependencies must be removed after upgrading to camel 3.10
- "mvn:com.fasterxml.jackson.core:jackson-core:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-annotations:2.11.3"
- "mvn:com.fasterxml.jackson.core:jackson-databind:2.11.3"
- "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3"
- "camel:azure-eventhubs"
- "camel:kamelet"
flow:
from:
uri: "kamelet:source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ spec:
type: string
default: uploadBlockBlob
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
- "camel:core"
- "camel:azure-storage-blob"
- "camel:kamelet"
flow:
from:
uri: "kamelet:source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:core"
- "camel:azure-storage-queue"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
type: string
default: caffeine-cache
dependencies:
- "camel:core"
- "camel:caffeine"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ spec:
If the dns-type header won't be set, the DNS Type A will be used.
type: object
dependencies:
- "camel:core"
- "camel:dns"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
If the header won't be set the body will be used as domain to look for.
type: object
dependencies:
- "camel:core"
- "camel:dns"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
out:
mediaType: application/json
dependencies:
- "camel:core"
- "camel:jackson"
- "camel:dns"
- "camel:kamelet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ spec:
type: string
default: add
dependencies:
- "camel:core"
- "camel:dropbox"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
in:
mediaType: application/json
dependencies:
- "camel:core"
- "camel:jackson"
- "camel:kamelet"
- "camel:elasticsearch-rest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:core"
- "camel:kamelet"
- "camel:google-storage"
- "camel:jackson"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
description: Comma separated list of Kafka Broker URLs
type: string
dependencies:
- "camel:core"
- "camel:kafka"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:core"
- "camel:kafka"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:core"
- "camel:minio"
- "camel:kamelet"
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ spec:
in:
mediaType: application/json
dependencies:
- "camel:core"
- "camel:kamelet"
- "camel:mongodb"
- "camel:jackson"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
out:
mediaType: application/json
dependencies:
- "camel:core"
- "camel:jackson"
- "camel:kamelet"
- "camel:telegram"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
out:
mediaType: application/json
dependencies:
- "camel:core"
- "camel:http"
- "camel:jackson"
- "camel:jsonpath"
Expand Down