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