HarshMehta112 commented on PR #6683:
URL: https://github.com/apache/camel-k/pull/6683#issuecomment-4726442304
> Thanks for the work. I think we need a minor adjustment and always allows
the `quarkus-native` which is hardcoded by the same trait. So, we need to check
the existence of that task and keep it if available, whilst skipping the reset
if the flag is disable.
Done. When `BUILDER_TASKS_ENABLED=false`, `applyTasksFilter()` now iterates
`t.Tasks` and retains
any entry whose name (first `;`-delimited field) is `quarkus-native` — the
operator-injected task —
while dropping and logging every other entry. If no user tasks are present
the filter is a no-op.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]