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

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


Reply via email to