exceptionfactory commented on PR #6114:
URL: https://github.com/apache/nifi/pull/6114#issuecomment-1151684396

   @joewitt Yes, prior to this PR, the `findReferencedParameterContextIds` 
method relied on the `ParameterContextManager` as the only source of inherited 
parameter contexts.
   
   Since NiFi can load Child Context B before Parent Context A, the method 
would log a warning.
   
   The changes implemented construct a map of available context names from the 
Versioned Flow so that the references are available regardless of when they are 
added to the `ParameterContextManager`. Processing further on ensures that all 
referenced Parameter Contexts are loaded, so these changes preserve the intent 
of the `FlowManager.withParameterContextResolution` method.


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