1. 0910c1e Create a dagger/guice interoperability library, which permits (with limitations) the use of Dagger modules in Guice. by cgruber · 9 years ago
  2. c7ae433 Add BoundFieldModule to automatically bind @Bind annotated fields to their by Sam Berlin · 10 years ago
  3. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  4. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  5. c9ece6b add grapher to distribution by sberlin@gmail.com · 13 years ago
  6. e0359ad add jdiff build packages, update build.properties for struts2, update build.xml to include a jdiff target & fix up javadoc target, add a new uploadApiDiffs script, update uploadJavadocs script. by sberlin · 14 years ago
  7. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago
  8. 9bcb0a2 more build configuration fixes by limpbizkit@gmail.com · 14 years ago
  9. f7ac6ea Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 439, issue 337, issue 443, and issue 343. All provided by Stuart McCulloch. Many thanks, Stuart! by sberlin · 14 years ago
  10. 2cd3f72 fix for locking problem in old assisted inject. by dhanji · 15 years ago
  11. e05f254 Moving JNDI and JMX out to extensions/ by limpbizkit · 15 years ago
  12. 6fd7e4f Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI. by limpbizkit · 15 years ago
  13. 4ff160c Removed old Javadocs. by limpbizkit · 15 years ago
  14. 47151c2 Private modules first draft. I'm not in love with the name "PrivateModules" or the "expose" method. But I think this is a reasonable first implementation of parent/child modules. by limpbizkit · 16 years ago
  15. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  16. 2c6fe87 tweaked build for multibindings by limpbizkit · 16 years ago
  17. 3a5da39 tweaked build for multibindings by limpbizkit · 16 years ago
  18. a4a7414 Renamed 'visitable' to 'commands' by limpbizkit · 16 years ago
  19. d4b1bf7 Renamed 'visitable' to 'commands' by limpbizkit · 16 years ago
  20. bf5d227 Visitable binder + build by limpbizkit · 16 years ago
  21. 0c43f22 Javadoc and build file fixes for extensions. by limpbizkit · 16 years ago
  22. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  23. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  24. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago
  25. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago
  26. 59959ad Moved servlet source directories. by crazyboblee · 17 years ago
  27. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago
  28. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago
  29. 9d573ed Hid BinderImpl. Redesigned SoureProvider API. by crazyboblee · 17 years ago
  30. b8b84f0 Renamed preload() to eagerly(). Added JMX to the Javadocs. by crazyboblee · 17 years ago
  31. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 17 years ago
  32. 33ce069 Renamed Query to Matcher. The name is more intuitive, and hopefully it'll have the pleasant side effect of discouraging the use of regular expression matchers. by crazyboblee · 17 years ago
  33. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 17 years ago
  34. 3a09e29 Added servlet scopes. by crazyboblee · 17 years ago
  35. 07bd159 Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from source tracing. Added performance check for indexing. Set version # to 1.0rc1. by crazyboblee · 17 years ago
  36. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 17 years ago
  37. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago
  38. 66b415a Initial checkin. by crazyboblee · 18 years ago