tjwatson commented on PR #552: URL: https://github.com/apache/felix-dev/pull/552#issuecomment-5500052221
> > I don't see where you are calling `org.eclipse.osgitech.plurl.Plurl.install(String...)` to get the singleton factories registered with the JVM. > > Looking into this, i stopped working on the draft when i noticed the license. Will continue with it now that's resolved 👍🏻 I should mention that the intention was to use a `ServiceLoader` call to lookup the implementation instance of `Plurl`. But I found just doing a `new PlurlImpl()` is easier as long as you don't care to replace the impl with some other `META-INF/services` implementation. -- 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]
