ppalaga commented on issue #3788:
URL: https://github.com/apache/camel-quarkus/issues/3788#issuecomment-1132963177

   What happens here is that our tool resolves every single Camel Quarkus 
extension, it collects all their transitives and based on that set, it removes 
constraints from our effective BOM that are not relevant to us. Apparently the 
set of transitives is platform dependent. It this case, we'd want to keep that 
mac specific constraint in our BOM.
   
   I do not see any way how I could run the resolution over all possible 
platform specific profiles. Have you encountered anything like this by any 
chance, @aloubyansky?
   
   I guess, we could whitelist the known cases in the cq plugin config and 
perhaps also implement some sort of a trap that would check that the content of 
the profile in the given pom has not changed. That would not solve the 
detection part. 
   
   Running the cq mojo on all supported platforms would uncover the diffs for 
sure. Not sure new cases like this are likely enough to add Mac build on our CI?
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to