cziegeler commented on PR #59: URL: https://github.com/apache/felix-dev/pull/59#issuecomment-1671045046
@lucapalano Thanks again, looks good, but :) by looking at your PR I realized that there is no good way to pass down the configuration from the OsgiManager to a plugin. I think we could make this easier, if the OsgiManager would simply add the configuration as a request attribute (similar to the others here: https://github.com/apache/felix-dev/blob/master/webconsole/src/main/java/org/apache/felix/webconsole/internal/servlet/OsgiManager.java#L594) before calling the plugin. This would remove the need for all of the (static) managed service/configuration handling -- 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: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org