1. 49f67c0 Fixing owner types so they're no longer missing in ThrowingProviderBinder. Also adding the necessary precondition checks so that we always include 'em when necessary. by limpbizkit · 16 years ago
  2. 3beaaaf Making Types public for issue 123. by limpbizkit · 16 years ago
  3. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  4. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  5. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  6. c0fe03b Key now wraps primitive types. This is a big deal. The consequence is that this test now passes: by limpbizkit · 16 years ago
  7. eab7647 A bunch of polish fixes for 2.0: by limpbizkit · 16 years ago
  8. 5a72c09 Initial checkin of Sam Berlin's contribution for Module overrides. We still might want a small DSL to replace the single two-argument method. by limpbizkit · 16 years ago
  9. 00d513f Decreasing visibility of some members to prepare for 2.0 API review by limpbizkit · 16 years ago
  10. fa86216 Giving DPB full credit for authoring the MapBinder code. by limpbizkit · 16 years ago
  11. d6967b9 More testcases for multibindings, including some fairly specific tests for toString() on the Binder API by limpbizkit · 16 years ago
  12. e97e15b Checking in dpb's MapBinder code. This code is a dramatic improvement over the previous rev of MapBinder by limpbizkit · 16 years ago
  13. c913489 Whoops - missed a hashCode problem by limpbizkit · 16 years ago
  14. 0886126 AllTests for multi- and map binders by limpbizkit · 16 years ago
  15. c75363a Checking in David Baker's MapBinder implementation. by limpbizkit · 16 years ago
  16. 83b510c Fixes from David P Baker's review. by limpbizkit · 16 years ago
  17. 7c533ac There was a pretty horrible bug in Multibinder where collections were checked for annotation but not element type. by limpbizkit · 16 years ago
  18. 084e49f Multibinder needs to be public! by limpbizkit · 16 years ago
  19. 5019270 New multibindings extension. by limpbizkit · 16 years ago
  20. 8b23745 Fixing compile problems in r438, rearranging Reflection code by limpbizkit · 16 years ago
  21. 5828a22 Tweaking the code generator to do imports and qualified names properly. by limpbizkit · 16 years ago
  22. 916f548 adding first pass of compile-time guice. Also moving stuff to internal to make ConstructionProxy and Reflection classes available there. by limpbizkit · 16 years ago
  23. e39d8d8 Unifying unique annotations, used for creating unique keys by limpbizkit · 17 years ago
  24. 0197f9d Fixing a bug in the unique annotation in throwingproviderbinder by limpbizkit · 17 years ago
  25. 7f8eda0 Moving commands from extensions into core. I left InterceptingBinderBuilder in the commands package, I can probably rename this to the 'intercepting' package or similar. by limpbizkit · 17 years ago
  26. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 17 years ago
  27. 947540b Adding a binding to the set of intercepted keys. This is so that InjectionController can fail on a mismatched substitute. by limpbizkit · 17 years ago
  28. 32a845d Moving InjectionController out... by limpbizkit · 17 years ago
  29. 195e8eb Moving InjectionController out... by limpbizkit · 17 years ago
  30. 08624a5 visitable --> commands by limpbizkit · 17 years ago
  31. 6c0feb5 Patching in David Baker's fix for AssistedInject - now it works with implicit bindings by limpbizkit · 17 years ago
  32. 5741fb8 Patching in David Baker's fix for AssistedInject - now it works with implicit bindings by limpbizkit · 17 years ago
  33. 33a24ea Adding AllTests file by limpbizkit · 17 years ago
  34. d79f5b7 commands to visitable by limpbizkit · 17 years ago
  35. a67e39f visitable to commands by limpbizkit · 17 years ago
  36. c519952 Tweaked API for CommandReplayer by limpbizkit · 17 years ago
  37. a171692 More test coverage, especially for InterceptingInjectorBuilder. by limpbizkit · 17 years ago
  38. 338597b Latest API tweaks on Recorder, Replayer by limpbizkit · 17 years ago
  39. 4e4b3e6 Renaming VisitableBinder to CommandRecorder, by limpbizkit · 17 years ago
  40. 900c0ea Renaming VisitableBinder to CommandRecorder, by limpbizkit · 17 years ago
  41. 4e626f7 Further cleanup by limpbizkit · 17 years ago
  42. 58749f8 Simplifying bindCommand by limpbizkit · 17 years ago
  43. 3e2530f Finishing the tests for VisitableBinder (which found one bug, getProvider() wasn't recorded propertly) by limpbizkit · 17 years ago
  44. a02cd90 First draft of visitablebinder. This is an alternate implementation of binder() that builds an ADT of the module's bindings, which can be introspected on and manipulated independently of an Injector. by limpbizkit · 17 years ago
  45. a39bbc0 Added assistedinject, throwing providers modules by limpbizkit · 17 years ago
  46. 0c43f22 Javadoc and build file fixes for extensions. by limpbizkit · 17 years ago
  47. e451ef7 Adding AssistedInject and ThrowingProviders as Guice extensions. by limpbizkit · 17 years ago