1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  3. 22d4cca Fix the compareBuilds script (compares mvn vs ant generated jars) & add it to travis (before publishing snapshots). Comment out comparing the noaop builds since they're different right now, and update to asm 5.0.3 (which was a source of a difference). by Sam Berlin · 10 years ago
  4. 57aad21 Change Opcodes.ASM4 to Opcodes.ASM5, to work with java8 lambdas. Also update opensource build to ASM 5.0.1. by Sam Berlin · 10 years ago
  5. d57f8ec The bug in the test that became flaky has been fixed. Note that this is not a strict rollback of the rollback - I've added protection against the NPE that would happen if there's a GC between the isBlacklisted call and the getSources call. by Sam Berlin · 10 years ago
  6. c013fac *** Reason for rollback *** by Sam Berlin · 10 years ago
  7. bab9b60 Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys. 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. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  10. 32a8f24 Fix issue 720 -- minor build fixes, from the issue: by Sam Berlin · 10 years ago
  11. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  12. 359c5c3 Fix up poms to properly sign on deploy, provide source and javadoc jars per sonatype's requirements, and bump the API version to 1.4 for OSGI components. by Christian Edward Gruber · 11 years ago
  13. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  14. 3f42514 Fix to pom.xml to address ASM4/CGLIB3 upgrade (from Stuart McCulloch) by Christian Edward Gruber · 11 years ago
  15. a1867f8 update cglib dependency in poms. 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. 88b6d13 Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Sam Berlin · 12 years ago
  19. 45ef017 Cleanup a few things: by Sam Berlin · 12 years ago
  20. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  21. abfe40d Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Stuart McCulloch · 12 years ago
  22. 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
  23. e7511fd Official cglib 2.2.2 artifact now available on Maven central by mcculls · 13 years ago
  24. ca183a6 Fix maven build (TODO: replace dependency with official cglib-2.2.2 when it's on Maven Central) by mcculls · 13 years ago
  25. 33018c3 Add standard Apache LICENSE and NOTICE files to the Maven build by mcculls · 13 years ago
  26. 92f3eab Use correct timestamped CGLIB release in Maven build by mcculls · 13 years ago
  27. b0548c3 Update Maven build to use same level of CGLIB as Ant build by mcculls · 13 years ago
  28. 692ca95 Align Maven no_aop classifier to match the Ant target by mcculls · 13 years ago
  29. 4d4e160 Clarify that the Maven build requires Maven3 and cleanup temporary CGLIB dependency by mcculls · 13 years ago
  30. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  31. c63f9bb These tests are still intermittent on Maven, so keep them disabled for now by mcculls · 14 years ago
  32. 4757520 Run maven tests with TestNG (better handling of tests) by mcculls · 14 years ago
  33. 3140104 Temporarily disable intermittent tests on the Maven grid by mcculls · 14 years ago
  34. 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
  35. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago