1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 9 years ago
  3. bac730f Add missing @since tags for 4.0 by Ben McCann · 9 years ago
  4. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  5. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  6. 647b24f Fix external issue 755. Grapher config was wrong. by Sam Berlin · 10 years ago
  7. cade897 Preparations for OptionalBinder. This fixes MapBinder's SPI so elements from different MapBinders are distinct, and also fixes ProviderLookup's Provider so it exposes its dependency, which allows MapBinder to properly find its dependencies. by Christian Edward Gruber · 10 years ago
  8. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  9. 8ad60eb Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider, by Sam Berlin · 10 years ago
  10. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  11. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  12. 2bb4771 Exposes ElementSource at getSource() methods. by Christian Edward Gruber · 11 years ago
  13. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  14. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  15. ad6584a Fix issue 663: Grapher is producing corrupt graphs by Christian Edward Gruber · 11 years ago
  16. 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
  17. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  18. 45ef017 Cleanup a few things: by Sam Berlin · 12 years ago
  19. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  20. 8a539da Remove @MediumTest annotation since it is not available on the build classpath by Stuart McCulloch · 12 years ago
  21. b719556 by sberlin · 13 years ago
  22. b7a02b0 by sberlin · 13 years ago
  23. ec76179 by sberlin · 13 years ago
  24. a23937e by sberlin · 13 years ago
  25. 4e11457 fixup whitespace by sberlin · 13 years ago
  26. 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
  27. 77b8178 issue 602 - allow grapher to be rooted at keys. contributed by bojan, thanks! by sberlin · 13 years ago
  28. 6f0aee6 move @nullable to internal.util by sberlin · 14 years ago
  29. 6e37096 issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest. by sberlin · 14 years ago
  30. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  31. b085238 issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks! by sberlin · 14 years ago
  32. 255af73 Merge 2.0-maven branch into trunk. by sberlin@gmail.com · 14 years ago
  33. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  34. 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
  35. a843a95 Simplifying listeners: by limpbizkit · 15 years ago
  36. 03b81a6 Early draft of InjectionListeners. by limpbizkit · 15 years ago
  37. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  38. ca16de9 Removes unnecessary and invalid align="left" attributes from grapher's by phopkins · 15 years ago
  39. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 15 years ago
  40. 2473de5 Improves Grapher's display of names: by phopkins · 15 years ago
  41. b92a84e Removed old API diffs. by limpbizkit · 15 years ago
  42. b52a7fd Fixes HasDependency instance cases in the Grapher by phopkins · 15 years ago
  43. aff72e0 Adds Graphviz-based grapher extension by phopkins · 15 years ago