You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/10/29 15:35:19 UTC

[GitHub] [solr] madrob opened a new pull request #378: Address Gradle deprecations

madrob opened a new pull request #378:
URL: https://github.com/apache/solr/pull/378


   Da[vw]id - would appreciate a look at the prometheus exporter class path handling, I tried to understand what to replace it with but didn't quite get there. The docs point at https://docs.gradle.org/7.2/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors


-- 
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: issues-unsubscribe@solr.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] dsmiley commented on pull request #378: Address Gradle deprecations

Posted by GitBox <gi...@apache.org>.
dsmiley commented on pull request #378:
URL: https://github.com/apache/solr/pull/378#issuecomment-955015726


   I'm not clear how you determined what changes to make here.  I read the link you pointed to but it's not apparent how to connect that to your PR.


-- 
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: issues-unsubscribe@solr.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] madrob commented on pull request #378: Address Gradle deprecations

Posted by GitBox <gi...@apache.org>.
madrob commented on pull request #378:
URL: https://github.com/apache/solr/pull/378#issuecomment-955042286


   The changes are the warnings that arise from `./gradlew assemble --warning-mode all` (typical gradle logging toggles like `--stacktrace` can help here too)
   
   What I think the documentation suggests is that `project(':solr:server').configurations.getByName('libExt')` in the prometheus module needs to be replaced with a  proper dependency on solr-server?


-- 
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: issues-unsubscribe@solr.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org