1. 82585b8 Bug 386435: initial draft of a BindingPublisher for OSGi services by Stuart McCulloch · 9 years ago
  2. a15a7fb Cleanup test source by Stuart McCulloch · 9 years ago
  3. dbe1f97 Bug 457398: support lifecycle management of dynamic proxies by Stuart McCulloch · 9 years ago
  4. 05ba797 Bug 386430: improve proxying of Object methods by Stuart McCulloch · 9 years ago
  5. 8e8c94a Bug 386430: take care proxying Object methods by Stuart McCulloch · 9 years ago
  6. 4b361fe Bug 386430: test dynamic interface and concrete proxies by Stuart McCulloch · 9 years ago
  7. 285b87f Bug 386430: test dynamic proxy by Stuart McCulloch · 9 years ago
  8. 6bf2880 Minor cleanup by Stuart McCulloch · 9 years ago
  9. 6119e61 Bug 386430: minor rename by Stuart McCulloch · 9 years ago
  10. cd04ea9 Bug 386430: minor rename by Stuart McCulloch · 9 years ago
  11. d5624ed Bug 386430: cleanup proxy code by Stuart McCulloch · 9 years ago
  12. 0c9f11c Bug 386430: reduce contention in the proxy cache by Stuart McCulloch · 9 years ago
  13. c9f26cb Bug 386430: implement weak classloader cache by Stuart McCulloch · 9 years ago
  14. 544b010 Bug 386430: simplify merging of proxy methods by Stuart McCulloch · 9 years ago
  15. fb27ff0 Bug 386430: begin merge of peaberry proxy code (see CQ 8264) by Stuart McCulloch · 9 years ago
  16. 9c96762 Re-use type id holder by Stuart McCulloch · 9 years ago
  17. 9b1ec52 Add placeholder to workaround javadoc bug where it crashes attempting to find @javax.annotation.Nullable which is indirectly referenced from various Guava classes on the classpath by Stuart McCulloch · 9 years ago
  18. 65bf161 Cleanup by Stuart McCulloch · 9 years ago
  19. 474975d Eclipse->calculate uses by Stuart McCulloch · 9 years ago
  20. 573aa90 Minor rename by Stuart McCulloch · 9 years ago
  21. 8407b0e Minor rename by Stuart McCulloch · 9 years ago
  22. b74b769 Use 'test-guice-version' property to run tests against different versions of Guice by Stuart McCulloch · 9 years ago
  23. 2d65e89 Bug 458588: handle future where use of Scopes.SINGLETON.scope() outside of the injector is no longer supported by Stuart McCulloch · 9 years ago
  24. 0eb8e3c Bug 427260: rename @Internal back to @Hidden by Stuart McCulloch · 9 years ago
  25. 1c3e6b6 Simplify MutableBeanLocator API, instead publishers will automatically be ranked according to their maxBindingRank by Stuart McCulloch · 9 years ago
  26. 303b51c Bug 441912: bindings can use @Priority to escalate their rank to MAX_VALUE, so DefaultRankingFunction.maxRank should reflect that by Stuart McCulloch · 9 years ago
  27. 821ea9c Improve matching algorithm to make best use of cached wildcard bindings by Stuart McCulloch · 9 years ago
  28. 33354ed Cache visible wildcard bindings to avoid repeatedly building the same list for different queries by Stuart McCulloch · 9 years ago
  29. 2861758 Clean-up matching algorith in InjectorPublisher by Stuart McCulloch · 9 years ago
  30. 3b79f9e Use index over iterator for critical path by Stuart McCulloch · 9 years ago
  31. 35e2222 Re-check cache before allocating new bindings in case another thread beat us to it. by Stuart McCulloch · 9 years ago
  32. f04d1b6 Clean up IDE warnings by Stuart McCulloch · 9 years ago
  33. ab8256f Move code to adapt to new Guice 4 SPI into its own class by Stuart McCulloch · 9 years ago
  34. d806b12 Bug 458351: prefer Guice's @Singleton over JSR330's @Singleton for Sisu's own internal components to avoid triggering CDI-377 by Stuart McCulloch · 9 years ago
  35. 8c34fe5 Bug 427260: allow AnnotatedSources to supply annotations on a per-binding basis by Stuart McCulloch · 9 years ago
  36. 7891f63 Bug 427260: rename @Hidden to @Internal by Stuart McCulloch · 9 years ago
  37. 33a8875 Bug 427260: move implementation-specific annotation logic under Implementations by Stuart McCulloch · 9 years ago
  38. 0fd228a Bug 427260: clean-up Sources public API by Stuart McCulloch · 9 years ago
  39. 8e62c63 Bug 427260: initial implementation of AnnotatedSource by Stuart McCulloch · 9 years ago
  40. e188a4f Bug 427260: relocate binding source interfaces under Sources by Stuart McCulloch · 9 years ago
  41. 2c2fef7 Update headers by Stuart McCulloch · 9 years ago
  42. 9532ae1 Use tycho 0.22.0 in release scripts by Stuart McCulloch · 9 years ago
  43. 85796b4 Use tycho 0.22.0 by Stuart McCulloch · 9 years ago
  44. 03fdd44 Support running tests on Java8 by Stuart McCulloch · 9 years ago
  45. 2a8feea happy new year! by Stuart McCulloch · 9 years ago
  46. acdf91d Move target platform to Eclipse 3.7 / OSGi 4.3 by Stuart McCulloch · 9 years ago
  47. 650ff7a Bug 427260: extract utility methods relating to sources by Stuart McCulloch · 10 years ago
  48. 9cf1f9f Bug 386435: contribution of peaberry.eclipse intended for re-use (CQ 8265) by Stuart McCulloch · 10 years ago
  49. eaa9fc9 Bug 386435: contribution of peaberry.core intended for re-use (CQ 8264) by Stuart McCulloch · 10 years ago
  50. efb648c Update target platform by Stuart McCulloch · 10 years ago
  51. 8ebc2f9 Align version of guava used in build with latest cleared by EMO by Stuart McCulloch · 10 years ago
  52. cb0da7a Only check for @Qualifier when we're processing all annotations. by Stuart McCulloch · 10 years ago
  53. 84540d7 Reduce reflection now we're building against a more recent Guice build by Stuart McCulloch · 10 years ago
  54. f246406 Update build target by Stuart McCulloch · 10 years ago
  55. f48b93c Eclipse proxy on CI machine doesn't appear to like https by Stuart McCulloch · 10 years ago
  56. 272ba65 Clean up requirements by Stuart McCulloch · 10 years ago
  57. 270cad0 Clean up test dependencies by Stuart McCulloch · 10 years ago
  58. 6a18dd2 Use official Guice artifacts in target platform by Stuart McCulloch · 10 years ago
  59. 2c78e0c Build against official Guice artifacts by Stuart McCulloch · 10 years ago
  60. c8c6737 Bug 446046: support SisuIndexAPT6 on minimal processor path by Stuart McCulloch · 10 years ago
  61. a75bf7a Bug 446046: support limited form of logging on degraded classpaths by Stuart McCulloch · 10 years ago
  62. 0becd9e Bug 446046: support use of SisuIndex on degraded classpaths by Stuart McCulloch · 10 years ago
  63. f57581f Support SisuIndex logging redirection by Stuart McCulloch · 10 years ago
  64. be206ae Bug 446008: refactor SisuIndex to avoid unnecessary initialization of indexed classes by Stuart McCulloch · 10 years ago
  65. aa133c5 Update versions by Stuart McCulloch · 10 years ago
  66. 54ccffc Use stable release by Stuart McCulloch · 10 years ago
  67. 1c3f8b0 Fix pom by Stuart McCulloch · 10 years ago
  68. 11df594 Pick up latest javadoc by Stuart McCulloch · 10 years ago
  69. 612310e Bump up to latest plugins by Stuart McCulloch · 10 years ago
  70. e5c2578 Bug 445385: take advantage of Java6 Deque API by Stuart McCulloch · 10 years ago
  71. 4764117 Bug 445385: bump minimum JRE level to 1.6 by Stuart McCulloch · 10 years ago
  72. 7334856 Rework implementation finder by Stuart McCulloch · 10 years ago
  73. b46cf5c Compile against latest JSR-250 API (but keep optional at runtime) by Stuart McCulloch · 10 years ago
  74. 80d9b8e Bug 429278: binding source should override annotations by Stuart McCulloch · 10 years ago
  75. a922c99 Update header year by Stuart McCulloch · 10 years ago
  76. b907008 Bug 429278: Support @Priority level/ranking via the declared binding source by Stuart McCulloch · 10 years ago
  77. 671d304 Update target links by Stuart McCulloch · 10 years ago
  78. cd3ed73 Apply trivial fixes from ASM 5.0.3 to embedded copy by Stuart McCulloch · 10 years ago
  79. 0eecb59 Convert non-trivial anonymous class to nested by Stuart McCulloch · 10 years ago
  80. 755778a Build with Tycho 0.21.0 by Stuart McCulloch · 10 years ago
  81. d5e7e47 Prepare for next round of development by Stuart McCulloch · 10 years ago
  82. 2cc1597 Milestone 0.3.0.M1 by Stuart McCulloch · 10 years ago milestones/0.3.0.M1
  83. 3e456de Source->Cleanup by Stuart McCulloch · 10 years ago
  84. f77fd01 Bug 441254: implement keySet(), values(), and entrySet() methods with proper backing by Stuart McCulloch · 10 years ago
  85. 120bd4a More tweaking of type id algorithm by Stuart McCulloch · 10 years ago
  86. 9ede939 Fine-tune generated type ids by Stuart McCulloch · 10 years ago
  87. 8fa01d9 Bug 441254: improve eviction rate from cached bindings; avoid keeping strong references to TypeLiterals by Stuart McCulloch · 10 years ago
  88. e9cdd35 Revert "441254 evict disposed injectors from DefaultBeanLocator#cachedBindings" by Igor Fedorenko · 10 years ago
  89. 39978fd 441254 evict disposed injectors from DefaultBeanLocator#cachedBindings by Igor Fedorenko · 10 years ago
  90. 001b216 Bug 433807: Fix warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.space.SisuIndexAPT6' less than -source '1.7' by Stuart McCulloch · 10 years ago
  91. 03dca04 Bug 433187: upgrade scanner to ASM5 by Stuart McCulloch · 10 years ago
  92. 9f206a8 No need for StringBuffer here, prefer StringBuilder by Stuart McCulloch · 11 years ago
  93. 36a67b0 Hide unused ASM classes by Stuart McCulloch · 11 years ago
  94. 972f637 Bug 433187: upgrade bundled ASM to 5.0.2 by Stuart McCulloch · 10 years ago
  95. 7d5a7c1 Bug 429268: support @org.eclipse.sisu.Typed as an alternative to @javax.enterprise.inject.Typed by Stuart McCulloch · 10 years ago
  96. d13cc45 Bug 433960: avoid evaluating value in LazyBeanEntry.toString by Stuart McCulloch · 10 years ago
  97. bd20406 Bug 429277: Remove unused type parameter from BeanEntry List/Set adapters by Stuart McCulloch · 10 years ago
  98. 3657f37 Prepare for next round of development by Stuart McCulloch · 10 years ago
  99. 105fff4 Release 0.2.1 by Stuart McCulloch · 10 years ago releases/0.2.1
  100. 87cd1cc Code cleanup by Stuart McCulloch · 10 years ago