turcsanyip commented on PR #8863: URL: https://github.com/apache/nifi/pull/8863#issuecomment-2125243198
> since it is loaded via reflection the classloader should be the child classloader and it seems to be should not be necessary to move them up to the top area. I believe if `grpc-api` is loaded by the parent class loader, it cannot load classes from the child class loader, even via reflection. > why not simply mark the com.google.auth:google-auth-library-oauth2-http dependency as provided which then should address any dependencies it has naturally. There are other google dependencies in the child nar with `compile` scope and transitively bringing the same jars as `google-auth-library-oauth2-http`. -- 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]
