1. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  2. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  3. 5ec23f9 fix IDEA .iml file by kevinb9n · 17 years ago
  4. 490333b small javadoc enhancement by kevinb9n · 17 years ago
  5. 6966a8b use new jarjar "keep" feature instead of manual zapping by chris.nokleberg · 18 years ago
  6. 61e081c Issue 82: toString() missing in servlet scopes by kevinb9n · 18 years ago
  7. 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
  8. 409df52 backport LineNumbers to asm 2.x, will make maveny people happier (forgot one, oops) by chris.nokleberg · 18 years ago
  9. e1981d4 backport LineNumbers to asm 2.x, will make maveny people happier by chris.nokleberg · 18 years ago
  10. b605482 Issue 35: override to no scope; Issue 56: OutOfScopeException. by kevinb9n · 18 years ago
  11. af46529 Issue 74: make it easier to get your servlets injected. by kevinb9n · 18 years ago
  12. a73288c get rid of most of the unused CGLIB code; saves about 100K by chris.nokleberg · 18 years ago
  13. 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 18 years ago
  14. 8b68d33 spot fix of some binder javadoc by kevinb9n · 18 years ago
  15. 68b1be8 spot fix of some binder javadoc by kevinb9n · 18 years ago
  16. 75ed16f Added updated Javadocs. by kevinb9n · 18 years ago
  17. 97f479b Removed old Javadocs. by kevinb9n · 18 years ago
  18. 96eeb3a at last! a big start on the Binding EDSL javadoc! by kevinb9n · 18 years ago
  19. f73ca5d random trivial cleanup: don't need <M extends AnnotatedElement & Member> anymore. by kevinb9n · 18 years ago
  20. b950ad9 Did a bit of javadoc work. Removed pointless package-private method Guice.createEmptyInjector(). by kevinb9n · 18 years ago
  21. 951621c Added updated Javadocs. by crazyboblee · 18 years ago
  22. 05b9285 Removed old Javadocs. by crazyboblee · 18 years ago
  23. 65b6f97 Minor Javadoc changes. by crazyboblee · 18 years ago
  24. 9e13952 Redesigned constant binding API. by crazyboblee · 18 years ago
  25. 0c24994 try 3 to get the hack right. drawing attention to it now. :-( by kevinb9n · 18 years ago
  26. aee4a48 Moved instance injections back in the injector creation process, after static injection. by crazyboblee · 18 years ago
  27. 0ac1d0e Added support for automatically binding Spring beans. by crazyboblee · 18 years ago
  28. b7ffa50 make the earlier dumb hack suck less... cpu cycles at runtime. by kevinb9n · 18 years ago
  29. 3431e20 update ant build: when we build, we're gonna build 1.0 final. w0o0t by kevinb9n · 18 years ago
  30. d4d4df3 log timing info at "fine" level by kevinb9n · 18 years ago
  31. cd38685 sadly, must hack in secret support for something evil; will remove later by kevinb9n · 18 years ago
  32. 265f5ab Added updated Javadocs. by crazyboblee · 18 years ago
  33. c1d0c64 Removed old Javadocs. by crazyboblee · 18 years ago
  34. ad8b4d2 Updated example. by crazyboblee · 18 years ago
  35. 84e32fa some binder javadoc. not great but better. by kevinb9n · 18 years ago
  36. 8642130 Added updated Javadocs. by crazyboblee · 18 years ago
  37. dd079c2 Removed old Javadocs. by crazyboblee · 18 years ago
  38. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 18 years ago
  39. f739015 Added Spring and JNDI integration. by crazyboblee · 18 years ago
  40. 51c39c3 Trying to clean up. by crazyboblee · 18 years ago
  41. 42c8bb2 IntelliJ svn support sucks. by crazyboblee · 18 years ago
  42. 3a971f3 Locked down binder API even more. by crazyboblee · 18 years ago
  43. 015aab3 Renamed eagerly() to asEagerSingleton(). by crazyboblee · 18 years ago
  44. edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 18 years ago
  45. 3854582 Renamed default impl and provider annotations. by crazyboblee · 18 years ago
  46. 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 18 years ago
  47. b20cc35 oops, add missing file headers. by kevinb9n · 18 years ago
  48. 833fc69 Remove code we don't need use (sorry bob). by kevinb9n · 18 years ago
  49. a312d7a Issue 41: guice should never inject a null value. by kevinb9n · 18 years ago
  50. 7eb9f44 Examples. by crazyboblee · 18 years ago
  51. 17c05fd Issue 32: forbid binding to guice framework types (Module, Binding, etc.) by kevinb9n · 18 years ago
  52. 0af85cf Issue 30: Binder.addError(Throwable); a little associated cleanup by kevinb9n · 18 years ago
  53. 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 18 years ago
  54. 57b8d5a Added updated Javadocs. by kevinb9n · 18 years ago
  55. 68ccf31 Removed old Javadocs. by kevinb9n · 18 years ago
  56. dd01ceb Added updated Javadocs. by kevinb9n · 18 years ago
  57. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 18 years ago
  58. 393515b Added code to clean up state if we get an exception while creating an implicit binding. by crazyboblee · 18 years ago
  59. af0c9e3 Added updated Javadocs. by kevinb9n · 18 years ago
  60. c4c1676 Removed old Javadocs. by kevinb9n · 18 years ago
  61. 5a33f38 who wants more javadoc? by kevinb9n · 18 years ago
  62. f0fb1bd Added examples. by crazyboblee · 18 years ago
  63. 36a3668 Added JNDI example. by crazyboblee · 18 years ago
  64. 4bfb975 Added updated Javadocs. by crazyboblee · 18 years ago
  65. 9a1fffe Removed old Javadocs. by crazyboblee · 18 years ago
  66. 3b08d4d Updated IntelliJ project. by crazyboblee · 18 years ago
  67. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 18 years ago
  68. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 18 years ago
  69. 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 18 years ago
  70. 59959ad Moved servlet source directories. by crazyboblee · 18 years ago
  71. ac266a2 Added Maven build file. by crazyboblee · 18 years ago
  72. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 18 years ago
  73. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 18 years ago
  74. 0dfec97 Moved servlet package into its own module. by crazyboblee · 18 years ago
  75. 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
  76. 77bf3b2 We now inject bound instances and bound Provider instances. by crazyboblee · 18 years ago
  77. 1fc4978 Extracted interface for Binding. by crazyboblee · 18 years ago
  78. 6b0e91b Fixed package documentation to not reference Factory. by crazyboblee · 18 years ago
  79. 589b57d Replace Factory with Provider. Hid Context from public API. by crazyboblee · 18 years ago
  80. bd9544e Renamed Locator to Provider. by crazyboblee · 18 years ago
  81. 0b3189c Added support for injecting private constructors and fields. by crazyboblee · 18 years ago
  82. 0f09fe3 Added checks to ensure annotations are retained at runtime. by crazyboblee · 18 years ago
  83. 97b2cac Added @ScopeAnnotation. Added Binder.addError(). Removed Scopes.DEFAULT. We now refer to this as 'no' scope. by crazyboblee · 18 years ago
  84. 9119a63 improve error message when instance location causes an exception (e.g. from your constructor or custom factory) by kevinb9n · 18 years ago
  85. be2a67f Added Binder.getStage(). Added Matchers.annotatedWith(Annotation). Added support for generic arrays to TypeLiteral. by crazyboblee · 18 years ago
  86. 714af36 Upgraded to Spring 2.0.2. by crazyboblee · 18 years ago
  87. 5c64e9f Fixed bug in toInstance(). It should not set a scope. by crazyboblee · 18 years ago
  88. bbc3bae Modified build to not include @author in Javadocs. by crazyboblee · 18 years ago
  89. 472157c Added updated Javadocs. by crazyboblee · 18 years ago
  90. d0e4b30 Removed old Javadocs. by crazyboblee · 18 years ago
  91. 0bfdbc6 Removed convenience methods from Container. Broke down BindingBuilder into multiple interfaces to limit which methods can be called at which times. Filled in missing Javadocs. Synced AbstractModule with Binder. Added code to detect optional=true on constructors. Created Struts 2 modules and got that code working again. Modified CreationException to record stack trace. by crazyboblee · 18 years ago
  92. e68b38e Added updated Javadocs. by crazyboblee · 18 years ago
  93. b495b7b Removed old Javadocs. by crazyboblee · 18 years ago
  94. 9d573ed Hid BinderImpl. Redesigned SoureProvider API. by crazyboblee · 18 years ago
  95. e5073a2 Guice.newContainer() -> createContainer() and overload to allow Stage to be specified. by kevinb9n · 18 years ago
  96. f9388af Added updated Javadocs. by kevinb9n · 18 years ago
  97. 9f6177b Removed old Javadocs. by kevinb9n · 18 years ago
  98. 2a7178f new javadoc for @Inject by kevinb9n · 18 years ago
  99. bf5b401 unbreak build from last change by kevinb9n · 18 years ago
  100. 132b82d forgot to make these classes nonpublic by kevinb9n · 18 years ago