astefanutti opened a new pull request #1121: feat(build): Task-based builds URL: https://github.com/apache/camel-k/pull/1121 Move to a task-based build API. This enables decoupling the build scheduling logic from the actual build logic. This brings more flexibility in the way build logic gets scheduled and executed. For example, tasks can be scheduled using init-containers, hence removing the requirement of relying on persistence volumes to coordinate inputs and outputs of sequential tasks. Fixes #1069. This incidentally cleans-up the build API. **Release Note** ``` feat(build): Task-based builds ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services