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

fix(api): Declare integration Flow as json.RawMessage #1591

Merged
merged 1 commit into from
Jul 6, 2020
Merged

fix(api): Declare integration Flow as json.RawMessage #1591

merged 1 commit into from
Jul 6, 2020

Conversation

astefanutti
Copy link
Member

@astefanutti astefanutti commented Jul 3, 2020

Fixes #1590.

Tested with:

$ kamel run --use-flows examples/routes.yaml  

$ kubectl get it routes -o yaml
apiVersion: camel.apache.org/v1
kind: Integration
...
spec:
  flows:
  - from:
      parameters:
        period: "5000"
      steps:
      - set-body:
          constant: Hello Yaml !!!
      - transform:
          simple: ${body.toUpperCase()}
      - to: log:info
      uri: timer:tick

Release Note

fix(api): Declare integration Flow as json.RawMessage

@nicolaferraro
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Core features of the integration platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore flow type as object?
3 participants