lburgazzoli commented on code in PR #5090:
URL: https://github.com/apache/camel-k/pull/5090#discussion_r1486080395


##########
pkg/trait/cron.go:
##########
@@ -475,3 +479,31 @@ func checkedStringToUint64(str string) uint64 {
        }
        return res
 }
+
+// changeSourcesCronURI is in charge to change the value of the from route 
with a component that executes
+// the workload just once.
+func (t *cronTrait) changeSourcesCronURI(e *Environment) error {

Review Comment:
   Depends on https://github.com/apache/camel-quarkus/issues/5745



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to