1. 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
  2. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  3. 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
  4. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  5. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  6. 1047e98 Fix no_aop build (make it easier to replace the cglib tokens in the ant build files). by Sam Berlin · 10 years ago
  7. e812003 Update to asm 4.2, cglib 3.1. Fix .gitignore to only ignore /build, not every dir named 'build'. by Sam Berlin · 10 years ago
  8. 32a8f24 Fix issue 720 -- minor build fixes, from the issue: by Sam Berlin · 10 years ago
  9. 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 11 years ago
  10. 88b6d13 Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Sam Berlin · 12 years ago
  11. 45ef017 Cleanup a few things: by Sam Berlin · 12 years ago
  12. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  13. abfe40d Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Stuart McCulloch · 12 years ago
  14. b7a02b0 by sberlin · 13 years ago
  15. 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
  16. d4ec8b0 update to asm-3.3.1, update to new cglib that fixes a bug with bridge methods, add test that verifies the fix works. (previously it worked within Eclipse but not javac because eclipse's compiler wrote out bridge methods differently.) by sberlin · 13 years ago
  17. bd7a14b make sure tests can run in on dist code, and no_aop can still build. by sberlin · 13 years ago
  18. f981ab5 Enable all warnings except for serialization warnings. by limpbizkit@gmail.com · 13 years ago
  19. d523a88 fix googlecode keep pattern. by sberlin · 14 years ago
  20. 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
  21. 982f83e fix Nullability to check for "$Nullable" (the jarjar renamed "Nullable"), and fix jarjar to build using asm-3.3 (it was using 3.1, and using 3.3 fixes http://code.google.com/p/jarjar/issues/detail?id=21, where annotations on methods that are remapped are loss) by sberlin · 14 years ago
  22. 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
  23. 244e590 Issue 554: don't include the ant runtime on the build classpath by mcculls · 14 years ago
  24. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago
  25. 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
  26. e27b63d Updated common api version to 2.1. Next snapshots will have this, more correct, version. by dhanji · 14 years ago
  27. 6a8523c Fix for issue #455 where path info was a memoized provided incorrectly to request-dispatcher produced requests. by dhanji · 14 years ago
  28. 2acabce Update JSR 330 support. by limpbizkit · 15 years ago
  29. 5f7c6bc Removed old Javadocs. by limpbizkit · 15 years ago
  30. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  31. 9c65cc2 update to cglib snapshot that should have fix for duplicated classname issue by chris.nokleberg · 15 years ago
  32. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 15 years ago
  33. 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 · 15 years ago
  34. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 15 years ago
  35. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 15 years ago
  36. 8bb742a Specifying Java 1.5 explicitly in the build. We don't work build perfectly on Java 1.6 yet... by limpbizkit · 15 years ago
  37. 869a3c0 Stuart McCulloch contributed a custom classloader that fixes the memory leak and supports OSGi-style classloaders (plus any other form of non-delegation). by limpbizkit · 16 years ago
  38. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  39. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  40. 28d083b Adding source.jar targets to build zipfiles containing the exact sources used to build each .jar. This can help with IDEs who want to attach a specific source .jar for each binary .jar by limpbizkit · 16 years ago
  41. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  42. 3431e20 update ant build: when we build, we're gonna build 1.0 final. w0o0t by kevinb9n · 17 years ago
  43. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  44. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago