joewitt commented on PR #9169:
URL: https://github.com/apache/nifi/pull/9169#issuecomment-2278880884

   Key points:
   1. nothing in 'nifi-extensions' has access/reference to NiFiProperties class 
anymore.
   2. moved remaining extensions that are really extensions to core nifi 
framework and not meant as generally user extensible points to 
nifi-framework-extensions.  These currently do reference NiFiProperties in most 
cases.  This should be refactored out in a later JIRA
   3. Removed defunct reference to NiFiProperties in an hdfs events test.
   
   nifi-property-utils and nifi-properties should fine their way out of the 
root lib directory.  They should at most be in the nifi framework nar and the 
framework extensions should likely have the framework nar as their parent to be 
bound at that level.  But more work is needed to understand the relationship of 
the bootstrap folder and the properties to the framework.


-- 
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]

Reply via email to