1. 1dabcfd Trying to preserve the getCause() of ProvisionException to be the user's exception by limpbizkit · 17 years ago
  2. c808df0 Now we can inject null wherever the injection point is annotated @Nullable by limpbizkit · 17 years ago
  3. 3ea63ff Updated Spring to 2.0.6. Added concurrent performance test. by crazyboblee · 17 years ago
  4. de02df2 tiny tweaks to proposed new introspection API by kevinb9n · 17 years ago
  5. dde697b Issue 29: preliminary draft of new introspection API by kevinb9n · 17 years ago
  6. 3650081 Issue 87: simple Providers.of(instance) method to facilitate your unit tests by kevinb9n · 18 years ago
  7. cad2c2b very minor javadoc tweeks by kevinb9n · 18 years ago
  8. 9fd9fe6 very minor javadoc tweeks by kevinb9n · 18 years ago
  9. 0bad03b remove some irrelevant things from the .ipr file by kevinb9n · 18 years ago
  10. 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 18 years ago
  11. 7bef622 Added ability to look up providers before the injector is created. You cannot use the provider until the injector is created, and you will get a by crazyboblee · 18 years ago
  12. e148102 @Inject should be @Documented by kevinb9n · 18 years ago
  13. ade7be4 (thanks dhalem!) Issue 76: Matchers.annotatedWith() should require annotation to have runtime retention by kevinb9n · 18 years ago
  14. a0f4705 don't reinstall modules that are equal by kevinb9n · 18 years ago
  15. da11d0d Issue 82: improve toString() of bundled scopes by kevinb9n · 18 years ago
  16. 9da90b3 Issue 86: don't try to construct an inner class ferchrissakes. by kevinb9n · 18 years ago
  17. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 18 years ago
  18. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 18 years ago
  19. 5ec23f9 fix IDEA .iml file by kevinb9n · 18 years ago
  20. 490333b small javadoc enhancement by kevinb9n · 18 years ago
  21. 6966a8b use new jarjar "keep" feature instead of manual zapping by chris.nokleberg · 18 years ago
  22. 61e081c Issue 82: toString() missing in servlet scopes by kevinb9n · 18 years ago
  23. cb2dadd now that we use asm 2.x we can use non-nodep version of cglib for smaller jar by chris.nokleberg · 18 years ago
  24. 409df52 backport LineNumbers to asm 2.x, will make maveny people happier (forgot one, oops) by chris.nokleberg · 18 years ago
  25. e1981d4 backport LineNumbers to asm 2.x, will make maveny people happier by chris.nokleberg · 18 years ago
  26. b605482 Issue 35: override to no scope; Issue 56: OutOfScopeException. by kevinb9n · 18 years ago
  27. af46529 Issue 74: make it easier to get your servlets injected. by kevinb9n · 18 years ago
  28. a73288c get rid of most of the unused CGLIB code; saves about 100K by chris.nokleberg · 18 years ago
  29. 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 18 years ago
  30. 8b68d33 spot fix of some binder javadoc by kevinb9n · 18 years ago
  31. 68b1be8 spot fix of some binder javadoc by kevinb9n · 18 years ago
  32. 75ed16f Added updated Javadocs. by kevinb9n · 18 years ago
  33. 97f479b Removed old Javadocs. by kevinb9n · 18 years ago
  34. 96eeb3a at last! a big start on the Binding EDSL javadoc! by kevinb9n · 18 years ago
  35. f73ca5d random trivial cleanup: don't need <M extends AnnotatedElement & Member> anymore. by kevinb9n · 18 years ago
  36. b950ad9 Did a bit of javadoc work. Removed pointless package-private method Guice.createEmptyInjector(). by kevinb9n · 18 years ago
  37. 951621c Added updated Javadocs. by crazyboblee · 18 years ago
  38. 05b9285 Removed old Javadocs. by crazyboblee · 18 years ago
  39. 65b6f97 Minor Javadoc changes. by crazyboblee · 18 years ago
  40. 9e13952 Redesigned constant binding API. by crazyboblee · 18 years ago
  41. 0c24994 try 3 to get the hack right. drawing attention to it now. :-( by kevinb9n · 18 years ago
  42. aee4a48 Moved instance injections back in the injector creation process, after static injection. by crazyboblee · 18 years ago
  43. 0ac1d0e Added support for automatically binding Spring beans. by crazyboblee · 18 years ago
  44. b7ffa50 make the earlier dumb hack suck less... cpu cycles at runtime. by kevinb9n · 18 years ago
  45. 3431e20 update ant build: when we build, we're gonna build 1.0 final. w0o0t by kevinb9n · 18 years ago
  46. d4d4df3 log timing info at "fine" level by kevinb9n · 18 years ago
  47. cd38685 sadly, must hack in secret support for something evil; will remove later by kevinb9n · 18 years ago
  48. 265f5ab Added updated Javadocs. by crazyboblee · 18 years ago
  49. c1d0c64 Removed old Javadocs. by crazyboblee · 18 years ago
  50. ad8b4d2 Updated example. by crazyboblee · 18 years ago
  51. 84e32fa some binder javadoc. not great but better. by kevinb9n · 18 years ago
  52. 8642130 Added updated Javadocs. by crazyboblee · 18 years ago
  53. dd079c2 Removed old Javadocs. by crazyboblee · 18 years ago
  54. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 18 years ago
  55. f739015 Added Spring and JNDI integration. by crazyboblee · 18 years ago
  56. 51c39c3 Trying to clean up. by crazyboblee · 18 years ago
  57. 42c8bb2 IntelliJ svn support sucks. by crazyboblee · 18 years ago
  58. 3a971f3 Locked down binder API even more. by crazyboblee · 18 years ago
  59. 015aab3 Renamed eagerly() to asEagerSingleton(). by crazyboblee · 18 years ago
  60. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 18 years ago
  61. 3854582 Renamed default impl and provider annotations. by crazyboblee · 18 years ago
  62. 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 18 years ago
  63. b20cc35 oops, add missing file headers. by kevinb9n · 18 years ago
  64. 833fc69 Remove code we don't need use (sorry bob). by kevinb9n · 18 years ago
  65. a312d7a Issue 41: guice should never inject a null value. by kevinb9n · 18 years ago
  66. 7eb9f44 Examples. by crazyboblee · 18 years ago
  67. 17c05fd Issue 32: forbid binding to guice framework types (Module, Binding, etc.) by kevinb9n · 18 years ago
  68. 0af85cf Issue 30: Binder.addError(Throwable); a little associated cleanup by kevinb9n · 18 years ago
  69. 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 18 years ago
  70. 57b8d5a Added updated Javadocs. by kevinb9n · 18 years ago
  71. 68ccf31 Removed old Javadocs. by kevinb9n · 18 years ago
  72. dd01ceb Added updated Javadocs. by kevinb9n · 18 years ago
  73. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 18 years ago
  74. 393515b Added code to clean up state if we get an exception while creating an implicit binding. by crazyboblee · 18 years ago
  75. af0c9e3 Added updated Javadocs. by kevinb9n · 18 years ago
  76. c4c1676 Removed old Javadocs. by kevinb9n · 18 years ago
  77. 5a33f38 who wants more javadoc? by kevinb9n · 18 years ago
  78. f0fb1bd Added examples. by crazyboblee · 18 years ago
  79. 36a3668 Added JNDI example. by crazyboblee · 18 years ago
  80. 4bfb975 Added updated Javadocs. by crazyboblee · 18 years ago
  81. 9a1fffe Removed old Javadocs. by crazyboblee · 18 years ago
  82. 3b08d4d Updated IntelliJ project. by crazyboblee · 18 years ago
  83. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 18 years ago
  84. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 18 years ago
  85. 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 18 years ago
  86. 59959ad Moved servlet source directories. by crazyboblee · 18 years ago
  87. ac266a2 Added Maven build file. by crazyboblee · 18 years ago
  88. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 18 years ago
  89. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 18 years ago
  90. 0dfec97 Moved servlet package into its own module. by crazyboblee · 18 years ago
  91. c3e8849 If we can't find a binding to an annotation with given attribute values, we look for a binding to the annotation type. Added check to make sure binding annotations are annotated with @BindingAnnotation. by crazyboblee · 18 years ago
  92. 77bf3b2 We now inject bound instances and bound Provider instances. by crazyboblee · 18 years ago
  93. 1fc4978 Extracted interface for Binding. by crazyboblee · 18 years ago
  94. 6b0e91b Fixed package documentation to not reference Factory. by crazyboblee · 18 years ago
  95. 589b57d Replace Factory with Provider. Hid Context from public API. by crazyboblee · 18 years ago
  96. bd9544e Renamed Locator to Provider. by crazyboblee · 18 years ago
  97. 0b3189c Added support for injecting private constructors and fields. by crazyboblee · 18 years ago
  98. 0f09fe3 Added checks to ensure annotations are retained at runtime. by crazyboblee · 18 years ago
  99. 97b2cac Added @ScopeAnnotation. Added Binder.addError(). Removed Scopes.DEFAULT. We now refer to this as 'no' scope. by crazyboblee · 18 years ago
  100. 9119a63 improve error message when instance location causes an exception (e.g. from your constructor or custom factory) by kevinb9n · 18 years ago