[
https://issues.apache.org/jira/browse/CAMEL-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Gubaidullin updated CAMEL-17097:
--------------------------------------
Description:
1. YAML DSL uses Camel Case for Component parameters, ex *authorizationToken*
{code:java}
- from:
uri: "timer://tick"
parameters:
period: "1s"
steps:
- to:
uri: "telegram:bots"
parameters:
authorizationToken: "XXX"
{code}
2. YAML DSL uses Kebab Case for EIP and EIP parameters, ex:
[do-catch|https://github.com/apache/camel/blob/eb4b84ad37d7e1e94165dcb966f7ed1d8114f508/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/camel-yaml-dsl.json#L17],
*wire-tap, etc*
3. Kubernetes part of Integration is also in Camel Case: *apiVersion*:
camel.apache.org/v1
I would like to propose to synchronize YAML DSL for the only one case: ex.
Camel Case to be more Kubernetes standard oriented
was:
1. YAML DSL uses Camel Case for parameters, ex *authorizationToken*
{code:java}
- from:
uri: "timer://tick"
parameters:
period: "1s"
steps:
- to:
uri: "telegram:bots"
parameters:
authorizationToken: "XXX"
{code}
2. YAML DSL uses Kebab Case for EIP, ex:
[do-catch|https://github.com/apache/camel/blob/eb4b84ad37d7e1e94165dcb966f7ed1d8114f508/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/camel-yaml-dsl.json#L17],
*wire-tap, etc*
3. Kubernetes part of Integration is also in Camel Case: *apiVersion*:
camel.apache.org/v1
I would like to propose to synchronize YAML DSL for the only one case: ex.
Camel Case to be more Kubernetes standard oriented
> YAML DSL Camel Case
> -------------------
>
> Key: CAMEL-17097
> URL: https://issues.apache.org/jira/browse/CAMEL-17097
> Project: Camel
> Issue Type: Improvement
> Reporter: Marat Gubaidullin
> Priority: Major
>
> 1. YAML DSL uses Camel Case for Component parameters, ex *authorizationToken*
> {code:java}
> - from:
> uri: "timer://tick"
> parameters:
> period: "1s"
> steps:
> - to:
> uri: "telegram:bots"
> parameters:
> authorizationToken: "XXX"
> {code}
>
> 2. YAML DSL uses Kebab Case for EIP and EIP parameters, ex:
> [do-catch|https://github.com/apache/camel/blob/eb4b84ad37d7e1e94165dcb966f7ed1d8114f508/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/camel-yaml-dsl.json#L17],
> *wire-tap, etc*
> 3. Kubernetes part of Integration is also in Camel Case: *apiVersion*:
> camel.apache.org/v1
> I would like to propose to synchronize YAML DSL for the only one case: ex.
> Camel Case to be more Kubernetes standard oriented
--
This message was sent by Atlassian Jira
(v8.3.4#803005)