You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/01/25 10:52:08 UTC

[GitHub] [nifi] turcsanyip commented on pull request #5692: NIFI-9609 Added nifi-snowflake-bundle with a SnowflakeConnectionPool.

turcsanyip commented on pull request #5692:
URL: https://github.com/apache/nifi/pull/5692#issuecomment-1021056412


   @tpalfy @exceptionfactory Regarding nar/jar dependencies, I believe the following should work:
   - declare `nifi-dbcp-service-nar` as the parent nar of the new `nifi-snowflake-service-nar` bundle (all classes in jars bundled in the parent will be available for the child at runtime)
   - add `nifi-dbcp-service` (jar) dependency in `nifi-snowflake-service` as `provided` (=> you can inherit from the class but ServiceLoader will not initialize duplicated service classes)


-- 
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@nifi.apache.org

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