1. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  2. c63f9bb These tests are still intermittent on Maven, so keep them disabled for now by mcculls · 14 years ago
  3. 4757520 Run maven tests with TestNG (better handling of tests) by mcculls · 14 years ago
  4. 3140104 Temporarily disable intermittent tests on the Maven grid by mcculls · 14 years ago
  5. 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
  6. fdd9500 made new classes final. by sberlin · 14 years ago
  7. 6d8ab0b never call hashcode on the underlying binding instances. continue to call equals as lazily as possible. by sberlin · 14 years ago
  8. 6f8b395 (and remove unused import) by sberlin@gmail.com · 14 years ago
  9. 22b3c09 build a list, not a set -- so that we don't call hashCode or equals on any bindings. by sberlin@gmail.com · 14 years ago
  10. c13b545 adding more missing @since 3.0 tags. by sberlin · 14 years ago
  11. dfee9fd issue 531 -- don't let c.g.i.internal.util reference outside its package. by sberlin · 14 years ago
  12. f712ffd make sure MembersInjector dependencies don't blow up on requireExplicitBindings. by sberlin · 14 years ago
  13. 7f6067d Update test to make sure custom @Nullable annotations work, in addition to c.g.i.i.util.Nullable. by sberlin · 14 years ago
  14. 94a6855 Jesse's suggestion for fixing Nullability -- check the String just for name=="Nullable", but add class==Nullable.class to catch the jarjar'd c.g.i.i.util.Nullable. by sberlin · 14 years ago
  15. 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
  16. 6f0aee6 move @nullable to internal.util by sberlin · 14 years ago
  17. 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
  18. b02627d issue 407 -- better error messaging for failed interception. previously exploded with a ComputationException, now uses a ConfigurationException with a good msg. by sberlin · 14 years ago
  19. ede7731 issue 496 -- ConstantBindingBuilder was missing to(byte), forgot to commit test. by sberlin · 14 years ago
  20. ebaa152 issue 496 -- ConstantBindingBuilder was missing to(byte). by sberlin · 14 years ago
  21. 09ab5f9 issue 477 - fix Scopes.isSingleton to navigate through exposed private elements. by sberlin · 14 years ago
  22. 1d0f816 issue 446 -- InternalContext.setDependency was returning the current, not previous, dependency. by sberlin · 14 years ago
  23. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  24. ac4cdbe Issue 561: fix no_aop build by munging away all aop-related references by mcculls · 14 years ago
  25. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago