gnodet opened a new pull request, #22040:
URL: https://github.com/apache/camel/pull/22040

   ## Summary
   
   Follow-up to #22022. Some properties (e.g., `mcp-java-sdk-version`) are 
defined in the parent POM but used directly in module `pom.xml` files via 
`${prop}`, not through the parent's `<dependencyManagement>` section.
   
   The Toolbox `tree-find` approach only works for managed artifacts. For 
properties without a managed artifact, this adds a fallback that greps module 
`pom.xml` files for `${property}` references.
   
   Discovered from CI logs on PR #22018 where `mcp-java-sdk-version` was 
correctly detected as changed but no modules were found because the property is 
referenced directly in `camel-openai/pom.xml` rather than through dependency 
management.


-- 
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]

Reply via email to