Improve concurrency by narrowing the RankedBindings subscription lock down to the publisher.
Also fix corner case where a publisher that has a maximum binding rank of Integer.MIN_VALUE
might never be called, despite that being a valid rank.
2 files changed
tree: e56ee26075d2107cacec1fc3ce723d149b58ed77
  1. bin/
  2. doclava/
  3. leftovers/
  4. org.eclipse.sisu.inject/
  5. org.eclipse.sisu.inject.extender/
  6. org.eclipse.sisu.inject.site/
  7. org.eclipse.sisu.inject.tests/
  8. .gitignore
  9. LICENSE.txt
  10. pom.xml
  11. README.md
README.md

Homepage

http://www.eclipse.org/sisu/

Contribution

As required by the Eclipse IP process, all contributions need to be submitted in form of patches attached to a Bugzilla entry, thereby being subject to the Eclipse Terms of Use. For clarity, patches should be provided as standalone files attached to the issue, not as text embedded in the issue description or a comment.

When submitting patches, please follow the existing code style. The corresponding formatter settings for some IDEs can be taken from the Maven Code Style page.

License