apupier commented on code in PR #26832:
URL: https://github.com/apache/camel/pull/26832#discussion_r4091264025
##########
.github/workflows/pr-build-main.yml:
##########
@@ -235,3 +266,24 @@ jobs:
name: ci-comment
path: ci-comment-artifact/
overwrite: true
+ # Dependency analysis runs only on JDK 25 (the primary CI JDK) and only
on full builds
+ # (not /component-test targeted builds). The regen.sh step above has
already compiled the
+ # full reactor and installed all JARs into the local .m2 repository, so
pilot:dependencies
+ # can run directly without re-compiling or installing SNAPSHOT stubs —
the compiled classes
+ # and resolved artifacts are already available on disk.
+ - name: Run dependency analysis
+ if: matrix.java == '25' && !inputs.skip_full_build
+ continue-on-error: true
Review Comment:
I guess that even if it continues it will mark the JDK 25 build in error,
right? If yes, I think we cannot do it for now because the dep check review is
providing too often false-positive see
https://issues.apache.org/jira/browse/CAMEL-24985
--
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]