1. 1a30c07 Also fix usages of a couple of @Beta APIs. by cgdecker · 9 years ago
  2. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  3. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  4. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  5. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  6. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  7. 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
  8. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  9. b405e04 by guice.mirrorbot@gmail.com · 13 years ago
  10. b7a02b0 by sberlin · 13 years ago
  11. 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
  12. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  13. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  14. 2ee4f18 Fixed a small bug in the async service multi-threaded test. by dhanji · 14 years ago
  15. 4ccf2a3 Minor cleanups, removing some debug stuff that snuck into the previous commit. by dhanji · 14 years ago
  16. 65888c0 Service API extension initial checkin. Support for basic start/stop lifecycle and parallelizing service startup. Needs more integration tests. by dhanji · 14 years ago