gnodet commented on PR #22292: URL: https://github.com/apache/camel/pull/22292#issuecomment-4142916955
Note: the second commit (3ec45dc) adds a `resilientSrc` wrapper around `gulp.src()` that gracefully handles ENOENT errors from ephemeral directories (e.g. `.camel-jbang/work` created/deleted by tests running in parallel). Instead of failing the build, it logs a warning and continues. This is a defense-in-depth measure — the first commit prevents scanning `target/`, but other transient directories could still cause the same race condition during parallel builds. It also adds `.camel-jbang/**` to the ignore patterns and logs the number of symlinked files per destination for easier debugging. _Claude Code on behalf of Guillaume Nodet_ -- 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]
