cziegeler commented on pull request #20: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/20#issuecomment-1014482083
There are different ways to do this - a concurrent collection could be used as the base, which then does not require to update the reference anymore, event methods with a custom collection could be implemented etc. The osgi commons approach is outdated. If you want to stick to the bind/unbind methods you can get the ServiceReference as one argument and easily sort based on that one (it is comparable) - avoid the extra dependency -- 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]
