1. 9119370 Moved PrivateBinder to inject package. Modified PrivateModule to use configure() instead of configurePrivateBindings(). by crazyboblee · 15 years ago
  2. c112063 Added XML example. by crazyboblee · 15 years ago
  3. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 15 years ago
  4. 2473de5 Improves Grapher's display of names: by phopkins · 15 years ago
  5. c60b665 Fixed NPE on destroy of invalid Servlet error. This is a weird corner case caused by shutdown hook from the servlet container destroying GuiceFilter when one of its filters or servlets was "out of service", i.e. bound incorrectly. by dhanji · 15 years ago
  6. a56b012 Guice Servlet now uses findBindingsByType. Should improve startup performance. by dhanji · 15 years ago
  7. 0aade0c Restoring some runtime compatibility for issue 315. by limpbizkit · 15 years ago
  8. b8a6552 Multilbinder now uses findBindingsByType. Should improve startup performance. by dhanji · 15 years ago
  9. 29ccacf Test to demonstrate issue 317 and how it's implemented. by limpbizkit · 15 years ago
  10. 9c65cc2 update to cglib snapshot that should have fix for duplicated classname issue by chris.nokleberg · 15 years ago
  11. 714df3c bstoler's changes for issue 305... by limpbizkit · 15 years ago
  12. 87dfe5b Error checking for duplicate URI pattern mapping (servlets only). by dhanji · 15 years ago
  13. 1bedfac Added invalid scope (non-singleton) error checking and tests. Should pretty much be the last Guice Servlet 2.0 feature needed before release. by dhanji · 15 years ago
  14. 5c1ab7f Multiple modules support. Also weakened exception in Stage.DEVELOPMENT for multiple injectors with their own pipelines. This allows tests to work in the same VM. by dhanji · 15 years ago
  15. b4cd3ae Added updated Javadocs. by limpbizkit · 15 years ago
  16. 1623bc5 Removed old Javadocs. by limpbizkit · 15 years ago
  17. f04bba8 Fixing broken {@link by limpbizkit · 15 years ago
  18. ce2c7b0 Fixing broken {@link by limpbizkit · 15 years ago
  19. a89b84d Added updated API diffs. by limpbizkit · 15 years ago
  20. a35a329 I mistakenly committed this when I removed the old API diffs. by limpbizkit · 15 years ago
  21. b92a84e Removed old API diffs. by limpbizkit · 15 years ago
  22. b52a7fd Fixes HasDependency instance cases in the Grapher by phopkins · 15 years ago
  23. 7096280 Using a private monitor rather than a public one for building singletons. It's still global... by limpbizkit · 15 years ago
  24. aff72e0 Adds Graphviz-based grapher extension by phopkins · 15 years ago
  25. 696c5cd Exposing the effective interceptors in ConstructorBinding by limpbizkit · 15 years ago
  26. c3f9284 Renaming PrivateEnvironment to PrivateElements. I don't love this name 'cause I don't like plural names for classes; it reminds me of Collections, which is a utility class rather than an instantiable type. by limpbizkit · 15 years ago
  27. b7ed1bb Some cleanups from Jesse's last comments. Performance improvements (minor). Next CL handles more cleanups, multiple modules, and better error checking. by dhanji · 15 years ago
  28. 6fd7e4f Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI. by limpbizkit · 15 years ago
  29. ddb3862 Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1. by limpbizkit · 15 years ago
  30. 9fcc807 Tests for bug 281. We didn't have coverage for getThis(). by limpbizkit · 15 years ago
  31. 8996e80 phopkins' changes to BindingTargetVisitor so it accepts wildcard types. Original patch submitted with issue 290. by limpbizkit · 15 years ago
  32. 5008e3a Fixed type conversion Javadoc as recommended by phopkins. See issue 287. by limpbizkit · 15 years ago
  33. c45600e InjectionRequests now expose their injection points (or throw an exception upon request) by limpbizkit · 15 years ago
  34. 4994bf6 Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) and found a few typos and simplifications by limpbizkit · 15 years ago
  35. eec6511 Added updated Javadocs. by limpbizkit · 15 years ago
  36. 8d7fcaa Removed old Javadocs. by limpbizkit · 15 years ago
  37. 76c24b1 This should be the last big refactoring before Guice 2 final... by limpbizkit · 15 years ago
  38. ae3de7d Added varargs mapping for filters and servlets. And added a bunch of tests that verify the dispatch pipeline, servlet spec compliance, and so forth. by dhanji · 15 years ago
  39. bb80789 Kindof important minor bug fix... ;) Tested in container and working properly. More tests and varargs binding coming in next CL. by dhanji · 15 years ago
  40. 6634fe1 Review v733 fixes. And additional tests (all passing). by dhanji · 15 years ago
  41. 52ce321 First cut of Guice Servlet 2.0. Contains regex dispatching, improved binding DSL, and almost the full gamut of features short of per-servlet filtering. by dhanji · 15 years ago
  42. 9b89470 I compiled all of our Javadoc examples and fixed some problems. by limpbizkit · 15 years ago
  43. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 15 years ago
  44. 02d9918 Applying dtm's suggestions for r723. by limpbizkit · 15 years ago
  45. 79dc99b Implementing dtm's clever suggestions for optimizing getJustInTimeBinding for child injectors. by limpbizkit · 15 years ago
  46. f9e2658 Applying Daniel Martin's fixes for our test cases. by limpbizkit · 15 years ago
  47. dc1ca56 New API diffs. by limpbizkit · 15 years ago
  48. 56ad249 Removing old API diffs by limpbizkit · 15 years ago
  49. d653649 Added updated Javadocs. by limpbizkit · 15 years ago
  50. 28b1e68 Removed old Javadocs. by limpbizkit · 15 years ago
  51. 2d633cd Big API change to AssistedInject Deluxe. by limpbizkit · 15 years ago
  52. 2ac8369 Applying 2 of 3 fixes from chris.nokleberg's code review... by limpbizkit · 15 years ago
  53. 519803c Testcases for proxy generation. by limpbizkit · 15 years ago
  54. 0de5e3e Changed ProxyFactory so that AOP generated proxy classes can be shared between injectors. We leverage cglib's cache, which required us to defer setting the callbacks until the instance is about to be created. It also requires us to support equals() and hashCode() for all objects used to configure the Enhancer. by limpbizkit · 15 years ago
  55. afe0471 Fixing a doc mistake, as pointed out by agertzen. by limpbizkit · 15 years ago
  56. 648fbae Temporary fix to ensure extensions have access to ImmutableMultimap. The current approach for creating jarjar'd extensions isn't going to work as cleanly as I'd originally hoped because jarjar vacuums out dependencies unused by Guice. by limpbizkit · 16 years ago
  57. 6469a4a Added updated Javadocs. by limpbizkit · 16 years ago
  58. b206d20 Removed old Javadocs. by limpbizkit · 16 years ago
  59. 03c8d26 AssistedInject Deluxe. by limpbizkit · 16 years ago
  60. cfa95ae New type safety for multibindings... I changed the methods to take TypeLiteral<T>s and Class<T>s rather than unsafe Type objects. by limpbizkit · 16 years ago
  61. a7184cf Applied mcculls patch for issue 235 - OSGi classloading. The goal is to use a bridge classloader whenever: by limpbizkit · 16 years ago
  62. 8dfd5cc Fixing a typo -- the test was supposed to ensure a and d were exported, b and c were not. by limpbizkit · 16 years ago
  63. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 16 years ago
  64. 9bf6585 Fix for bug 242. by limpbizkit · 16 years ago
  65. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  66. 0551b64 Applying suggestions from code reviews by Daniel Martin (fizbin) and Mike Ward (mikeward.norcal) by limpbizkit · 16 years ago
  67. b1f42f5 Removing the obsolete PrivateModules extension; PrivateModules are now folded-in to core Guice. by limpbizkit · 16 years ago
  68. fcbdf99 Pretty massive rewrite of PrivateModules so that they're now implemented in core Guice. by limpbizkit · 16 years ago
  69. 5ea4ab2 Adding newPrivateBinder() to the SPI. We're promoting private bindings from an extension to being a part of core Guice! by limpbizkit · 16 years ago
  70. 7fd6851 Added updated Javadocs. by limpbizkit · 16 years ago
  71. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  72. 4272aef Key.get() now explodes when you give it a type parameter like 'T'. Guice has never supported this, but now we fail earlier. by limpbizkit · 16 years ago
  73. 8bb742a Specifying Java 1.5 explicitly in the build. We don't work build perfectly on Java 1.6 yet... by limpbizkit · 16 years ago
  74. eabdb30 Test and fix for issue 276, wherein we explode while preparing a pretty error message. The regression was caused when PrivateModules were added. by limpbizkit · 16 years ago
  75. c489adf A whole bunch of @since tags, and a JDiff report of everything that's changed since Guice 1. by limpbizkit · 16 years ago
  76. 3a8c155 Changed the InjectionPoint factory methods. Now the ConfigurationException includes a partial value, which means that a sink collection doesn't need to be passed in. by limpbizkit · 16 years ago
  77. b0f3c9b Guice now reifies types! If you inject a TypeLiteral<T>, Guice will deduce what T is and inject the proper TypeLiteral for you. by limpbizkit · 16 years ago
  78. 45e6751 Added updated Javadocs. by limpbizkit · 16 years ago
  79. 4ff160c Removed old Javadocs. by limpbizkit · 16 years ago
  80. 8d13d41 Wildcards now supported in TypeLiteral type resolution by limpbizkit · 16 years ago
  81. 2ce244a Made type resolution way fast. We no longer build any collections -- instead we just do everything on demand. A very naive benchmark showed this to be much faster (50s vs 3s). by limpbizkit · 16 years ago
  82. 4f5d1f7 Made type resolution way fast. We no longer build any collections -- instead we just do everything on demand. A very naive benchmark showed this to be much faster (50s vs 3s). by limpbizkit · 16 years ago
  83. a8dccb3 Hierarchical Parent Child Chained injectors are now threadsafe by limpbizkit · 16 years ago
  84. e7fb805 More Javadoc fixes... by limpbizkit · 16 years ago
  85. 8ba9788 This change is big, and it makes Guice slower. I'll need to follow-up with some optimizations that make TypeResolver quicker. by limpbizkit · 16 years ago
  86. 87b88f5 Fix for bug 255. by limpbizkit · 16 years ago
  87. 42b0c48 Tests and fix for bug 256. by limpbizkit · 16 years ago
  88. df26ed9 Tests that proves issue 209 is fixed... by limpbizkit · 16 years ago
  89. 72d11dd Taking advantage of the error message changes in some extensions. by limpbizkit · 16 years ago
  90. 43a8b0e Removing compiletime. This is obsoleted by GIN. by limpbizkit · 16 years ago
  91. 0689806 Hopefully the last of the big exceptions refactorings. I went through all of the places we're adding context to our Errors object and made sure we're never doubling-up -- specifing the same injection point or key multiple times. by limpbizkit · 16 years ago
  92. 4c01fd7 Hopefully the last of the big exceptions refactorings. I went through all of the places we're adding context to our Errors object and made sure we're never doubling-up -- specifing the same injection point or key multiple times. by limpbizkit · 16 years ago
  93. 490833f Cleaning up exceptions and Javadoc: by limpbizkit · 16 years ago
  94. 83f69eb Incorporating Brian Slesinsky's feedback into the PrivateModules javadoc by limpbizkit · 16 years ago
  95. afe185d More docs for PrivateModules... by limpbizkit · 16 years ago
  96. 28fac2a Restoring a missing .withSource() (as discovered by Ben Yu) by limpbizkit · 16 years ago
  97. b8db6a9 Restoring a missing 'at' statement in the Errors message by limpbizkit · 16 years ago
  98. edd8d64 New API: Injector.getParent by limpbizkit · 16 years ago
  99. a26a41e New test case as recommended by Mike Ward. by limpbizkit · 16 years ago
  100. d38d16d Applied feedback from code reviews by Mike Ward and Giles Douglas. by limpbizkit · 16 years ago