Re: [PR] Optimize dependency resolution via platform module [solr]

2025-01-20 Thread via GitHub
malliaridis closed pull request #2915: Optimize dependency resolution via platform module URL: https://github.com/apache/solr/pull/2915 -- 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 c

Re: [PR] Optimize dependency resolution via platform module [solr]

2025-01-20 Thread via GitHub
malliaridis commented on PR #2915: URL: https://github.com/apache/solr/pull/2915#issuecomment-2602716704 Closing this in favor to https://github.com/apache/solr/pull/2925 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Optimize dependency resolution via platform module [solr]

2024-12-27 Thread via GitHub
dsmiley commented on PR #2915: URL: https://github.com/apache/solr/pull/2915#issuecomment-2564228811 Ah; thanks for making the important distinction between constraints and dependencies. Your Gradle knowledge is impressive! -- This is an automated message from the Apache Git Service. To

Re: [PR] Optimize dependency resolution via platform module [solr]

2024-12-23 Thread via GitHub
malliaridis commented on PR #2915: URL: https://github.com/apache/solr/pull/2915#issuecomment-2560092738 > SolrJ depends on "api" module too; so does this mean we unwittingly add dependencies for SolrJ users which they previously didn't have? We have to distinguish between constraints

[PR] Optimize dependency resolution via platform module [solr]

2024-12-18 Thread via GitHub
malliaridis opened a new pull request, #2915: URL: https://github.com/apache/solr/pull/2915 # Description After the upgrade to version catalogs there were changes made in the way our project resolves the dependencies. The new "flow introduced has proven to be quite confusing and prob