jsedding commented on PR #3072: URL: https://github.com/apache/jackrabbit-oak/pull/3072#issuecomment-5244441624
@pat-lego I am calling `getServiceReference()` (singular, not plural). This caches the first reference in a [field of the `ServiceTracker` class](https://github.com/osgi/osgi/blob/8c7184dad43779668052afe5b29a2a201e527b52/org.osgi.util.tracker/src/org/osgi/util/tracker/ServiceTracker.java#L561). BTW, I included your test case and my change passes it. I like how you're checking for contention! 👍 -- 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]
