httpsOmkar opened a new pull request #124:
URL: https://github.com/apache/camel-karavan/pull/124
fixed the bug when we use the following yaml
```yaml
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
name: SOME_INTEGRATION
spec:
flows:
- from:
parameters:
subpath: SOME_PATH
uri: 'kamelet:webhook-source'
steps:
- filter:
expression:
jsonpath:
expression: $.some.data.that.doesnt.exists
suppress-exceptions: true
steps:
- remove-headers:
pattern: '*'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]