bbende commented on PR #9231: URL: https://github.com/apache/nifi/pull/9231#issuecomment-2334606916
@exceptionfactory thanks for the review! I refactored the approach so that the original `loadExtensionsUi(Set<Bundle>)` method now adds the bundles to a queue, and then a background task polls the queue to process the bundles, and the background task is not started until after Jetty has been started to avoid any issues with the Spring WebApplicationContext not being available yet. -- 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]
