1. 4ad6256 Use 'mvn license:format -N' at top of project to add missing headers by Stuart McCulloch · 10 years ago
  2. 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
  3. 6b3086d Cleanup javadocs. This makes the following changes: 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. af24f63 Adds a new OptionalBinder. OptionalBinder allows frameworks to setup bindings for items that user code may or may not bind. It also allows frameworks to set default values that users can override. by Christian Edward Gruber · 10 years ago
  9. 154c0bd Added updated Javadocs. by Christian Edward Gruber · 10 years ago
  10. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 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. 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
  13. 9e2d95b Clean up some formatting (includes some format artifacts from internal changes), and remove executable bit from several files which do not need them. by Christian Edward Gruber · 11 years ago
  14. 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 11 years ago
  15. 45ef017 Cleanup a few things: by Sam Berlin · 12 years ago
  16. 4e11457 fixup whitespace by sberlin · 13 years ago
  17. 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
  18. 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
  19. 504d6c3 Added updated Javadocs. by sberlin@gmail.com · 13 years ago
  20. 83909bb Added updated Javadocs. by sberlin@gmail.com · 13 years ago
  21. 8c470a4 Added updated Javadocs. by sberlin@gmail.com · 13 years ago
  22. 74970c3 Added updated Javadocs. by sberlin@gmail.com · 13 years ago
  23. 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
  24. cb0c7ee Added updated Javadocs. by sberlin@gmail.com · 14 years ago
  25. 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
  26. 20e7cd8 Rebuild guice 2.0 API spec to include spring by limpbizkit@gmail.com · 14 years ago
  27. 011d7c4 Checkin Doclava build changes. by limpbizkit@gmail.com · 14 years ago
  28. 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
  29. 661b786 Updated TCK. by crazyboblee · 15 years ago
  30. 0054263 Updated TCK. by crazyboblee · 15 years ago
  31. 9b59852 Updated TCK by limpbizkit · 15 years ago
  32. dadc506 Updated TCK. by crazyboblee · 15 years ago
  33. 4465327 Update JSR 330 support to the latest TCK by limpbizkit · 15 years ago
  34. eb8a871 Updated Guice to use latest TCK. by crazyboblee · 15 years ago
  35. a3c45b3 Updated Guice to use latest TCK. by crazyboblee · 15 years ago
  36. 82b8993 Updated Guice to use JUnit-enabled TCK. by crazyboblee · 15 years ago
  37. 8d449c3 Added JSR-330 TCK. by crazyboblee · 15 years ago
  38. 2acabce Update JSR 330 support. by limpbizkit · 15 years ago
  39. 365f834 First effort at support for JSR 330. by limpbizkit · 15 years ago
  40. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  41. bf0d876 Removing all references to method interceptors from the non-AOPified Guice. This passes the full Guice test suite (other than the interceptor tests that are removed, and the tests that fail in the normal Guice build). by limpbizkit · 15 years ago
  42. 7c508c2 Initial support for building an AOP-free copy of the Guice source tree from the standard source tree. by limpbizkit · 15 years ago
  43. c112063 Added XML example. by crazyboblee · 15 years ago
  44. 9c65cc2 update to cglib snapshot that should have fix for duplicated classname issue by chris.nokleberg · 15 years ago
  45. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 15 years ago
  46. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 15 years ago
  47. f67bc73 upgrade to jarjar 1.0rc8 by chris.nokleberg · 16 years ago
  48. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  49. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  50. 4d711f9 OSGi support - I forgot the ant task driver. by limpbizkit · 16 years ago
  51. 16f9ffd Upgrade CGLIB to 2.2, ASM to 3.1, JarJar to 1.0rc7 by chris.nokleberg · 16 years ago
  52. 3ea63ff Updated Spring to 2.0.6. Added concurrent performance test. by crazyboblee · 17 years ago
  53. 6966a8b use new jarjar "keep" feature instead of manual zapping by chris.nokleberg · 17 years ago
  54. cb2dadd now that we use asm 2.x we can use non-nodep version of cglib for smaller jar by chris.nokleberg · 17 years ago
  55. e1981d4 backport LineNumbers to asm 2.x, will make maveny people happier by chris.nokleberg · 17 years ago
  56. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago
  57. 714af36 Upgraded to Spring 2.0.2. by crazyboblee · 17 years ago
  58. 5db87c6 add utility to extract LineNumbers from bytecode by chris.nokleberg · 17 years ago
  59. 16d415d Upgraded jarjar and removed workaround. by crazyboblee · 17 years ago
  60. 3a09e29 Added servlet scopes. by crazyboblee · 17 years ago
  61. 6b5db11 Modified Guice to use different names for generated classes from stock cglib. by crazyboblee · 17 years ago
  62. 46ac59f Upgraded cglib so it works w/ jarjar. by crazyboblee · 17 years ago
  63. 861eb33 Updated jarjar. by crazyboblee · 17 years ago
  64. 43ebede Commented build time only jars. by crazyboblee · 17 years ago
  65. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 17 years ago
  66. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago
  67. 664a82e Used cglib for critical constructor and method invocations boosting overall performance by about 40%. by crazyboblee · 17 years ago
  68. 66b415a Initial checkin. by crazyboblee · 18 years ago