Closed cristph closed 1 year ago
Yeah it seems like a bug in camel-core / yaml-dsl. I created a ticket https://issues.apache.org/jira/browse/CAMEL-18807
Okay the bug is fixed and will be in next releases 3.18.5 and 3.20.0
You can configure karavan to what Camel version it should use, so when 3.20.0 is out you can use that, or wait for 3.18.5 etc.
And please if you find other issues then you are very welcome to report here
You can configure karavan to what Camel version it should use, so when 3.20.0 is out you can use that, or wait for 3.18.5 etc.
ohhhhhhhh, thanks so much!
this is why I enjoy Camel !
And please if you find other issues then you are very welcome to report here
Yeah, I‘m always keeping following the development of Camel, that's a nice tour!
I'm using camel-karavan to delpoy my camel.yaml integration, code as below:
and testCheck is a Spring Bean
when loading the route, I encountered the following problem:
It seems like that the method language does not work with the filter pattern, anyone can help? much appreciated!