gnodet opened a new pull request, #22279:
URL: https://github.com/apache/camel/pull/22279
## Summary
Reverts the detect-dependencies CI action back to its original
implementation (#22022). The reworked version is causing issues in CI. A proper
fix will be done in #22247.
## Known limitation
The original `detect-test.sh` searches for `${property-name}` references in
module `pom.xml` files to find affected modules. This rarely matches because
modules inherit managed dependency versions from the parent BOM without
referencing the properties directly. As a result, this step is effectively a
no-op for most dependency version bumps. This will be addressed in #22247.
## Test plan
- [ ] CI passes
--
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]