1. a41ab39 mvn spotless:apply by Stuart McCulloch · 3 years, 4 months ago master
  2. fe6da02 Add Sisu code formatting and configure spotless to apply it by Stuart McCulloch · 3 years, 4 months ago
  3. 17a0245 Use Streams utility to open URL streams in SpaceScanner by Stuart McCulloch · 3 years, 4 months ago
  4. 65561db Fixes https://github.com/eclipse/sisu.inject/pull/4 by Stuart McCulloch · 3 years, 4 months ago
  5. 2e49058 Update test dependencies to more secure versions (fixes #6 #7 #8) by Stuart McCulloch · 3 years, 4 months ago
  6. 90b6e66 Exclude org.eclipse.sisu.inject.tests from sonar analysis by Stuart McCulloch · 3 years, 9 months ago
  7. bf9667a Move jacoco report to top-level directory by Stuart McCulloch · 3 years, 9 months ago
  8. a9e3a2d Enable jacoco reporting by Stuart McCulloch · 3 years, 9 months ago
  9. 0898c9e Update CI link by Stuart McCulloch · 3 years, 9 months ago
  10. fc17200 Update build target by Stuart McCulloch · 3 years, 9 months ago
  11. a45f892 Use https to retrieve extra build artifacts by Stuart McCulloch · 3 years, 9 months ago
  12. 570e81a Bug 552642: generated javax.inject.Named index should be sorted by Stuart McCulloch · 4 years, 6 months ago
  13. f4d69f7 Build with Tycho 1.0.0 by Stuart McCulloch · 7 years ago
  14. e66c67b Bug 501624: Update scanner to ASM6 by Stuart McCulloch · 8 years ago
  15. ae6e9d9 Bug 501624: Update ASM to version 6.0_ALPHA by Stuart McCulloch · 8 years ago
  16. 3748c7e Disable jacoco when building with Java 9 by Stuart McCulloch · 8 years ago
  17. 6684855 Update plugins to use plexus-archiver 3.0.3 (minimum required for Java 9) by Stuart McCulloch · 8 years ago
  18. 1797c4a Upgrade to Tycho 0.26.0 (supports building with Java 9) by Stuart McCulloch · 8 years ago
  19. b6562ab Bug 426167: track auto-published injectors rather than their temporary wrappers by Stuart McCulloch · 8 years ago
  20. 5ad3c87 Bug 426167: support custom BindingPublishers when auto-publishing Injectors by Stuart McCulloch · 8 years ago
  21. 9d9124a Re-use default ranking function instance across injectors by avoiding use of @ImplementedBy by Stuart McCulloch · 8 years ago
  22. 14555e2 Reworking solution to bug 426167 by Stuart McCulloch · 8 years ago
  23. f0e0efc Use earlier version of Tycho when building with JDK7 by Stuart McCulloch · 8 years ago
  24. 76e7079 Upgrade to Tycho 0.25.0 (supports offline mode) by Stuart McCulloch · 8 years ago
  25. 545892c Bug 426167: first step to allowing alternative publishing strategies by Stuart McCulloch · 8 years ago
  26. 2a86305 Be consistent in using Guice's @Singleton over JSR330's @Singleton for internal components (see bug 458351) by Stuart McCulloch · 8 years ago
  27. 5fe489a Document the auto-injection workaround for child injectors by Stuart McCulloch · 8 years ago
  28. 0ca4a46 Bug 487090: support the old 'pessimistic' cycle detection by Stuart McCulloch · 8 years ago
  29. 2c513c0 Bug 487090: support turning off cycle detection, plus extra trace logging by Stuart McCulloch · 8 years ago
  30. 57929a3 Reduce object creation when using BeanScheduler without provision listener by Stuart McCulloch · 8 years ago
  31. c798459 JSR250 lifecycle module doesn't need deferred activation of component cycles by Stuart McCulloch · 8 years ago
  32. 86a6551 Bug 433894: support use of custom bean manager in LifecycleModule by Stuart McCulloch · 8 years ago
  33. 5634630 Bug 487090: improve detection of property-based injection cycles by Stuart McCulloch · 8 years ago
  34. 961f5a6 Bug 487090: only defer activation below scoped dependencies, as we can't be in an injection cycle before then by Stuart McCulloch · 8 years ago
  35. 984c3c0 Build with Tycho 0.24.0 by Stuart McCulloch · 8 years ago
  36. 03202ac Bug 485098: Remove deprecated locator.add(injector,rank) and locator.remove(injector) methods by Stuart McCulloch · 8 years ago
  37. f1708b1 Cleanup import ordering by Stuart McCulloch · 8 years ago
  38. a938812 Use 'present' for current year in headers by Stuart McCulloch · 8 years ago
  39. 4f6a729 Need APT in target platform to satisfy annotation processor reference in plugin.xml by Stuart McCulloch · 9 years ago
  40. cbdd546 Update target platform to use latest stable orbit and platform sites by Stuart McCulloch · 9 years ago
  41. c16911e Support building with Java9+Jigsaw by Stuart McCulloch · 9 years ago
  42. 24b4412 Call setAccessible as privileged action by Stuart McCulloch · 9 years ago
  43. 85ff8c0 Only call setAccessible if not already accessible by Stuart McCulloch · 9 years ago
  44. 8fd4e5a Address sonar comments by Stuart McCulloch · 9 years ago
  45. c266d2d Bug 477062: tweak logging tests to run on Java9+Jigsaw by Stuart McCulloch · 9 years ago
  46. bd3eaa6 Revert "Bug 477062: tweak logging tests to run on Java9+Jigsaw" by Stuart McCulloch · 9 years ago
  47. 96ba82c fix comment by Stuart McCulloch · 9 years ago
  48. 1db3405 Bug 477062: fixed name optimization should only take effect when using the default system class-path by Stuart McCulloch · 9 years ago
  49. 8759df6 Format code by Stuart McCulloch · 9 years ago
  50. d6738e5 Bug 477062: tweak logging tests to run on Java9+Jigsaw by Stuart McCulloch · 9 years ago
  51. a5bb14a Bug 477062: short-circuit looking up resources with fixed names from system loader by Stuart McCulloch · 9 years ago
  52. 9f626a6 Bug 477062: fall-back to java.class.path when system loader is not a URLClassLoader by Stuart McCulloch · 9 years ago
  53. a46a959 Build with Tycho 0.23.1 by Stuart McCulloch · 9 years ago
  54. 126d0eb javadoc by Stuart McCulloch · 9 years ago
  55. 9c8618f Use proxy to mock out bundle with broken resources by Stuart McCulloch · 9 years ago
  56. 233f7eb Improve documentation of @Priority by Stuart McCulloch · 9 years ago
  57. 347cbe2 Bug 473794: support injection of a component by its implementation plus @Named qualifier by Stuart McCulloch · 9 years ago
  58. eaa2723 Update Guice dependency (add comment that Sisu is still compatible with Guice 3.0+) by Stuart McCulloch · 9 years ago
  59. 2f9bffb Bug 470902: Sisu should ignore blueprint-managed Bundles by Stuart McCulloch · 9 years ago
  60. 9858bf5 Empty commit to close eclipse/sisu.inject#1 as doc changes were merged under 5cdea34 by Stuart McCulloch · 9 years ago
  61. 1637008 Use deque to manage lifecycle components by Stuart McCulloch · 9 years ago
  62. 3e328fa Set default concurrency level to 1 (one writer, many readers) by Stuart McCulloch · 9 years ago
  63. 093c057 Set default concurrency level to 1 (one writer, many readers) by Stuart McCulloch · 9 years ago
  64. 36017ff Set default concurrency level to 1 (one writer, many readers) by Stuart McCulloch · 9 years ago
  65. f924dc9 Prefer autoboxing over explicit object creation by Stuart McCulloch · 9 years ago
  66. 5829481 Align patched variable names to match upstream code by Stuart McCulloch · 9 years ago
  67. 3832d6f Bug 426197: record auto-installed modules and mediators by Stuart McCulloch · 9 years ago
  68. fc0a823 Bug 410820: support use of 'sisu.qualifiers' system property when annotation processing by Stuart McCulloch · 9 years ago
  69. 19d9045 Fix typo by Stuart McCulloch · 9 years ago
  70. 13108f1 Bug 410820: support aliasing of third-party type annotations as @Qualifiers by Stuart McCulloch · 9 years ago
  71. c22edf6 Bug 410820: support aliasing of third-party type annotations as @Qualifiers by Stuart McCulloch · 9 years ago
  72. b75549c Update target platform to Guice 4.0 by Stuart McCulloch · 9 years ago
  73. dca8ce6 Guice 4.0 has been released by Stuart McCulloch · 9 years ago
  74. 8576512 Prepare for next round of development by Stuart McCulloch · 9 years ago
  75. 50bd406 Release 0.3.1 by Stuart McCulloch · 9 years ago releases/0.3.1
  76. edb8ef1 expectBytes can never be negative here by Stuart McCulloch · 9 years ago
  77. 4752f39 Tighten check that allows legacy use of Scopes.SINGLETON.scope by Stuart McCulloch · 9 years ago
  78. 90e3496 Revert "Avoid false-negative when checking for lazy singleton scope" by Stuart McCulloch · 9 years ago
  79. b0267a5 Avoid false-negative when checking for lazy singleton scope by Stuart McCulloch · 9 years ago
  80. 0dc07cc Bug 463219: avoid NPE when support classes are exposed via bootdelegation by Stuart McCulloch · 9 years ago
  81. db94d97 Support use of base Annotation type in injected BeanEntries/Maps by Stuart McCulloch · 9 years ago
  82. f4930b4 Bug 463024: update wildcard key strategy to cache original qualifier in pseudo-strategy by Stuart McCulloch · 9 years ago
  83. 38ce08c Bug 461943: handle multi-byte characters when decoding file URLs (simplify logic) by Stuart McCulloch · 9 years ago
  84. b02dfd0 Bug 461943: handle multi-byte characters when decoding file URLs by Stuart McCulloch · 9 years ago
  85. 78fe8c6 Move development version to 0.9.0-SNAPSHOT by Stuart McCulloch · 9 years ago
  86. 654c793 Prepare for next round of development by Stuart McCulloch · 9 years ago
  87. 4182abc Release 0.3.0 by Stuart McCulloch · 9 years ago releases/0.3.0
  88. f24195d Bug 386435: rename settings to allow/ignore by Stuart McCulloch · 9 years ago
  89. e902c52 Maintain order of index tables by Stuart McCulloch · 9 years ago
  90. 1d9514f Bug 386435: cleanup tracker defaults by Stuart McCulloch · 9 years ago
  91. 4fc05ab Bug 386435: auto-close tracker when it's no longer required by Stuart McCulloch · 9 years ago
  92. b9f045c Bug 386435: handle null service rankings by Stuart McCulloch · 9 years ago
  93. a1485c8 Bug 386435: avoid pinning types when tracking for services by Stuart McCulloch · 9 years ago
  94. 76e7b6c Bug 386435: trace when service tracking starts/stops by Stuart McCulloch · 9 years ago
  95. 34df22c Bug 386435: move OSGi service binding code to its own package by Stuart McCulloch · 9 years ago
  96. 9b03227 Bug 386435: prototype service binding include/exclude filtering by Stuart McCulloch · 9 years ago
  97. 4f4d09d Bug 386435: enable service injection in example extender by Stuart McCulloch · 9 years ago
  98. 33bee8f Bug 386435: implement named services by Stuart McCulloch · 9 years ago
  99. bac0f21 Rename ServicePublisher->ServiceBindings to avoid confusion with exporting a service (same for InjectorPublisher) by Stuart McCulloch · 9 years ago
  100. 3b8acfc Improve concurrency by narrowing the RankedBindings subscription lock down to the publisher. by Stuart McCulloch · 9 years ago