1. 7c508c2 Initial support for building an AOP-free copy of the Guice source tree from the standard source tree. by limpbizkit · 15 years ago
  2. ca16de9 Removes unnecessary and invalid align="left" attributes from grapher's by phopkins · 15 years ago
  3. 387abc0 Critical bug fix for issue: http://code.google.com/p/google-guice/issues/detail?id=335 by dhanji · 15 years ago
  4. 36e6d8d Javadoc fix, servlet scopes as singleton. by dhanji · 15 years ago
  5. 4957f9a Some small changes I ran into while upgrading the internal snapshot: by limpbizkit · 15 years ago
  6. 9119370 Moved PrivateBinder to inject package. Modified PrivateModule to use configure() instead of configurePrivateBindings(). by crazyboblee · 15 years ago
  7. c112063 Added XML example. by crazyboblee · 15 years ago
  8. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 15 years ago
  9. 2473de5 Improves Grapher's display of names: by phopkins · 15 years ago
  10. 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
  11. a56b012 Guice Servlet now uses findBindingsByType. Should improve startup performance. by dhanji · 15 years ago
  12. 0aade0c Restoring some runtime compatibility for issue 315. by limpbizkit · 15 years ago
  13. b8a6552 Multilbinder now uses findBindingsByType. Should improve startup performance. by dhanji · 15 years ago
  14. 29ccacf Test to demonstrate issue 317 and how it's implemented. by limpbizkit · 15 years ago
  15. 9c65cc2 update to cglib snapshot that should have fix for duplicated classname issue by chris.nokleberg · 15 years ago
  16. 714df3c bstoler's changes for issue 305... by limpbizkit · 15 years ago
  17. 87dfe5b Error checking for duplicate URI pattern mapping (servlets only). by dhanji · 15 years ago
  18. 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
  19. 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
  20. b4cd3ae Added updated Javadocs. by limpbizkit · 15 years ago
  21. 1623bc5 Removed old Javadocs. by limpbizkit · 15 years ago
  22. f04bba8 Fixing broken {@link by limpbizkit · 15 years ago
  23. ce2c7b0 Fixing broken {@link by limpbizkit · 15 years ago
  24. a89b84d Added updated API diffs. by limpbizkit · 15 years ago
  25. a35a329 I mistakenly committed this when I removed the old API diffs. by limpbizkit · 15 years ago
  26. b92a84e Removed old API diffs. by limpbizkit · 15 years ago
  27. b52a7fd Fixes HasDependency instance cases in the Grapher by phopkins · 15 years ago
  28. 7096280 Using a private monitor rather than a public one for building singletons. It's still global... by limpbizkit · 15 years ago
  29. aff72e0 Adds Graphviz-based grapher extension by phopkins · 15 years ago
  30. 696c5cd Exposing the effective interceptors in ConstructorBinding by limpbizkit · 15 years ago
  31. 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
  32. 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
  33. 6fd7e4f Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI. by limpbizkit · 15 years ago
  34. ddb3862 Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1. by limpbizkit · 15 years ago
  35. 9fcc807 Tests for bug 281. We didn't have coverage for getThis(). by limpbizkit · 15 years ago
  36. 8996e80 phopkins' changes to BindingTargetVisitor so it accepts wildcard types. Original patch submitted with issue 290. by limpbizkit · 15 years ago
  37. 5008e3a Fixed type conversion Javadoc as recommended by phopkins. See issue 287. by limpbizkit · 15 years ago
  38. c45600e InjectionRequests now expose their injection points (or throw an exception upon request) by limpbizkit · 15 years ago
  39. 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
  40. eec6511 Added updated Javadocs. by limpbizkit · 15 years ago
  41. 8d7fcaa Removed old Javadocs. by limpbizkit · 15 years ago
  42. 76c24b1 This should be the last big refactoring before Guice 2 final... by limpbizkit · 15 years ago
  43. 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
  44. 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
  45. 6634fe1 Review v733 fixes. And additional tests (all passing). by dhanji · 15 years ago
  46. 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
  47. 9b89470 I compiled all of our Javadoc examples and fixed some problems. by limpbizkit · 15 years ago
  48. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 15 years ago
  49. 02d9918 Applying dtm's suggestions for r723. by limpbizkit · 15 years ago
  50. 79dc99b Implementing dtm's clever suggestions for optimizing getJustInTimeBinding for child injectors. by limpbizkit · 15 years ago
  51. f9e2658 Applying Daniel Martin's fixes for our test cases. by limpbizkit · 15 years ago
  52. dc1ca56 New API diffs. by limpbizkit · 15 years ago
  53. 56ad249 Removing old API diffs by limpbizkit · 15 years ago
  54. d653649 Added updated Javadocs. by limpbizkit · 15 years ago
  55. 28b1e68 Removed old Javadocs. by limpbizkit · 15 years ago
  56. 2d633cd Big API change to AssistedInject Deluxe. by limpbizkit · 15 years ago
  57. 2ac8369 Applying 2 of 3 fixes from chris.nokleberg's code review... by limpbizkit · 15 years ago
  58. 519803c Testcases for proxy generation. by limpbizkit · 15 years ago
  59. 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
  60. afe0471 Fixing a doc mistake, as pointed out by agertzen. by limpbizkit · 15 years ago
  61. 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
  62. 6469a4a Added updated Javadocs. by limpbizkit · 16 years ago
  63. b206d20 Removed old Javadocs. by limpbizkit · 16 years ago
  64. 03c8d26 AssistedInject Deluxe. by limpbizkit · 16 years ago
  65. 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
  66. a7184cf Applied mcculls patch for issue 235 - OSGi classloading. The goal is to use a bridge classloader whenever: by limpbizkit · 16 years ago
  67. 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
  68. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 16 years ago
  69. 9bf6585 Fix for bug 242. by limpbizkit · 16 years ago
  70. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  71. 0551b64 Applying suggestions from code reviews by Daniel Martin (fizbin) and Mike Ward (mikeward.norcal) by limpbizkit · 16 years ago
  72. b1f42f5 Removing the obsolete PrivateModules extension; PrivateModules are now folded-in to core Guice. by limpbizkit · 16 years ago
  73. fcbdf99 Pretty massive rewrite of PrivateModules so that they're now implemented in core Guice. by limpbizkit · 16 years ago
  74. 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
  75. 7fd6851 Added updated Javadocs. by limpbizkit · 16 years ago
  76. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  77. 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
  78. 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
  79. 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
  80. c489adf A whole bunch of @since tags, and a JDiff report of everything that's changed since Guice 1. by limpbizkit · 16 years ago
  81. 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
  82. 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
  83. 45e6751 Added updated Javadocs. by limpbizkit · 16 years ago
  84. 4ff160c Removed old Javadocs. by limpbizkit · 16 years ago
  85. 8d13d41 Wildcards now supported in TypeLiteral type resolution by limpbizkit · 16 years ago
  86. 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
  87. 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
  88. a8dccb3 Hierarchical Parent Child Chained injectors are now threadsafe by limpbizkit · 16 years ago
  89. e7fb805 More Javadoc fixes... by limpbizkit · 16 years ago
  90. 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
  91. 87b88f5 Fix for bug 255. by limpbizkit · 16 years ago
  92. 42b0c48 Tests and fix for bug 256. by limpbizkit · 16 years ago
  93. df26ed9 Tests that proves issue 209 is fixed... by limpbizkit · 16 years ago
  94. 72d11dd Taking advantage of the error message changes in some extensions. by limpbizkit · 16 years ago
  95. 43a8b0e Removing compiletime. This is obsoleted by GIN. by limpbizkit · 16 years ago
  96. 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
  97. 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
  98. 490833f Cleaning up exceptions and Javadoc: by limpbizkit · 16 years ago
  99. 83f69eb Incorporating Brian Slesinsky's feedback into the PrivateModules javadoc by limpbizkit · 16 years ago
  100. afe185d More docs for PrivateModules... by limpbizkit · 16 years ago