Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0.0
-
None
-
None
-
Unknown
Description
There are a number of issues opened in Camel K since most DSLs are no longer working. The cause is probably the addition of these overloadings of the `.process()` method that work in Java but fail in Groovy and JS:
https://github.com/apache/camel/commit/e38f2a0751445478a2a71620407a723ffab9ab04
Camel K issues:
- https://github.com/apache/camel-k/issues/1143
- https://github.com/apache/camel-k/issues/1144
Are they really important for Camel users? Can we deprecate them and then remove in next minor?