You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/05 11:33:28 UTC

[GitHub] [camel-k] astefanutti opened a new pull request #1121: feat(build): Task-based builds

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:
users@infra.apache.org


With regards,
Apache Git Services