1. 33018c3 Add standard Apache LICENSE and NOTICE files to the Maven build by mcculls · 13 years ago
  2. 92f3eab Use correct timestamped CGLIB release in Maven build by mcculls · 13 years ago
  3. b0548c3 Update Maven build to use same level of CGLIB as Ant build by mcculls · 13 years ago
  4. 8468bab Fix for issues 581 and 582 by dhanji · 13 years ago
  5. c9ece6b add grapher to distribution by sberlin@gmail.com · 13 years ago
  6. 672d074 implement hashcode when implementing equals. by sberlin · 13 years ago
  7. 7691f9e require ProviderMethod instance to be equal also, per jessewilson review. by sberlin · 13 years ago
  8. 1068a4a allow duplicate @Provides methods to be deduplicated also. by sberlin · 13 years ago
  9. c9d97cf Cache annotation lookups. by crazyboblee · 13 years ago
  10. fc46e1a Fix warnings in core. by limpbizkit@gmail.com · 13 years ago
  11. f981ab5 Enable all warnings except for serialization warnings. by limpbizkit@gmail.com · 13 years ago
  12. ea27c01 review comments from jesse. by sberlin · 13 years ago
  13. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 13 years ago
  14. c2420fb Cleanup pom - lock deploy plugin to 2.5 and remove extra source/javadoc profile as they are already enabled when building with -DperformRelease by mcculls · 13 years ago
  15. 01941a0 Use same release profile id as the main google pom by mcculls · 13 years ago
  16. 692ca95 Align Maven no_aop classifier to match the Ant target by mcculls · 13 years ago
  17. 16f8b0f fix issue 578, Providers.guicify loses injection points from the delegate. by sberlin · 13 years ago
  18. d00bb05 add missing @since tag. by sberlin · 13 years ago
  19. 3bdf721 fix for NO_AOP build. by sberlin · 13 years ago
  20. 251cda6 Added updated 3.0 api diffs. by sberlin@gmail.com · 13 years ago
  21. b2f65f1 Removed old 3.0 api diffs. by sberlin@gmail.com · 13 years ago
  22. 8c470a4 Added updated Javadocs. by sberlin@gmail.com · 13 years ago
  23. a6fe2d3 Removed old Javadocs. by sberlin@gmail.com · 13 years ago
  24. cf09ab9 put generics back in Struts2Factory. by sberlin · 13 years ago
  25. 2244882 update uploadApiDiffs to update the version.xml in latest-api-diffs. by sberlin · 13 years ago
  26. a523ea5 rm jsr330, move the one method into Providers. by sberlin · 13 years ago
  27. c1d48f8 cleanup struts2 examples/code. by sberlin · 13 years ago
  28. 4489484 Add source and javadoc to Maven release profile by mcculls · 13 years ago
  29. 81a0c60 re-add struts2 to build.xml & pom.xml, cleanup compile. by sberlin@gmail.com · 13 years ago
  30. 95d0418 changes to the struts2 plugin, by Ben McCann. by sberlin@gmail.com · 13 years ago
  31. 12c1a0a Pull back struts2 extension code in preperation for changes to make it better. by sberlin@gmail.com · 13 years ago
  32. b886ce3 rm ServletScopes.nullObject -- use a null value in the map to seed a key with null. by sberlin · 13 years ago
  33. 4d93ce6 fix license. by sberlin@gmail.com · 14 years ago
  34. ba8a4cd add more tests for @CheckedProvides methods, fix bug exposed with @Exposed methods, cleanup class names & javadoc. by sberlin@gmail.com · 14 years ago
  35. 5d5941f rm documentation that a TypeLiteral with wildcard character (such as List<? extends CharSequence>) doesn't work, add a test that asserts it does work. by sberlin · 14 years ago
  36. 4d4e160 Clarify that the Maven build requires Maven3 and cleanup temporary CGLIB dependency by mcculls · 14 years ago
  37. 2196786 allow scopeRequest/continueRequest to seed with a null value, and also type-check the values immediately. by sberlin · 14 years ago
  38. fcb2b1b discontinue the struts2 extension. by sberlin · 14 years ago
  39. 68f2b6c Added updated 3.0 api diffs. by sberlin@gmail.com · 14 years ago
  40. c924d62 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
  41. 74970c3 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
  42. 40bcbae Removed old Javadocs. by sberlin@gmail.com · 14 years ago
  43. 30b582e Minor javadoc fix by mcculls · 14 years ago
  44. 5f47ccc change period to semicolon show javadoc shows it in the one-liner for package infos. by sberlin · 14 years ago
  45. 6716a71 a few more @sinces. by sberlin · 14 years ago
  46. 9c28d5b revert State & InheritingState back to using Iterable & Set. by sberlin · 14 years ago
  47. b2f1760 issue 436 -- add Injector.getTypeConverters, and expand ConvertedConstantBinding to expose the TypeConverter for it. patch graciously provided by Stuart, thanks! by sberlin · 14 years ago
  48. dfdf3e3 Fix strict container tests (avoid duplicate CGLIB classes) by mcculls · 14 years ago
  49. 1c6ff88 fix issue 508 -- consider method return type when deciding whether to bridge. patch contributed by stuart. by sberlin · 14 years ago
  50. 488284d deprecated ThrowingProvider in favor of CheckedProvider, which lets you specify more than one exception type. remove tentative @ThrowingProvides in favor of @CheckedProvides. add tests. by sberlin · 14 years ago
  51. 0e9a2c5 add @since tag. by sberlin · 14 years ago
  52. a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
  53. 71fe73e issue 570 & issue 569 -- share a hierarchy for servlet module bindings, expose a method to see if the binding will match against a URI. by sberlin · 14 years ago
  54. 845fc0e fix @since version. by sberlin · 14 years ago
  55. a102c17 make sure $$EnhancerByGuice$$ & $$FastClassByGuice$$ stay named that way and don't become $$$EnhancerByGuice$$ & $$$FastClassByGuice$$ after jarjar renames the cglib classes. by sberlin · 14 years ago
  56. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  57. c63f9bb These tests are still intermittent on Maven, so keep them disabled for now by mcculls · 14 years ago
  58. 4757520 Run maven tests with TestNG (better handling of tests) by mcculls · 14 years ago
  59. d523a88 fix googlecode keep pattern. by sberlin · 14 years ago
  60. 3140104 Temporarily disable intermittent tests on the Maven grid by mcculls · 14 years ago
  61. 188875a Process googlecode test classes by mcculls · 14 years ago
  62. 2c3076b Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist tests by mcculls · 14 years ago
  63. 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
  64. fdd9500 made new classes final. by sberlin · 14 years ago
  65. 6d8ab0b never call hashcode on the underlying binding instances. continue to call equals as lazily as possible. by sberlin · 14 years ago
  66. 6f8b395 (and remove unused import) by sberlin@gmail.com · 14 years ago
  67. 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
  68. 9db504f exclude some more things from the src build. by sberlin@gmail.com · 14 years ago
  69. 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
  70. cb0c7ee Added updated Javadocs. by sberlin@gmail.com · 14 years ago
  71. aaa92ca Removed old javadocs. by sberlin@gmail.com · 14 years ago
  72. 152e18f change api diff javadoc from 'javadocs' to 'javadoc' because doclava has a hardcode reference to '../javadoc'. by sberlin@gmail.com · 14 years ago
  73. 66ed420 Remove old 2.0 changes, prepare for new javadoc location. by sberlin@gmail.com · 14 years ago
  74. 42fef49 Added updated 3.0 api diffs. by sberlin@gmail.com · 14 years ago
  75. 17d6f13 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
  76. 3be9103 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
  77. 451c057 Added updated api diffs. by sberlin@gmail.com · 14 years ago
  78. 3d39570 Revised latest-api-diffs layout to support keeping 1.0->2.0 diffs & 2.0->3.0 diffs. by sberlin@gmail.com · 14 years ago
  79. c13b545 adding more missing @since 3.0 tags. by sberlin · 14 years ago
  80. f67c721 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
  81. bc42b48 Removed old Javadocs. by sberlin@gmail.com · 14 years ago
  82. b0f0022 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
  83. 81791c7 Removed old Javadocs by sberlin@gmail.com · 14 years ago
  84. dfee9fd issue 531 -- don't let c.g.i.internal.util reference outside its package. by sberlin · 14 years ago
  85. f712ffd make sure MembersInjector dependencies don't blow up on requireExplicitBindings. by sberlin · 14 years ago
  86. 7f6067d Update test to make sure custom @Nullable annotations work, in addition to c.g.i.i.util.Nullable. by sberlin · 14 years ago
  87. 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
  88. 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
  89. 6f0aee6 move @nullable to internal.util by sberlin · 14 years ago
  90. 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
  91. 23a7f0f rm echo. by sberlin · 14 years ago
  92. e08af47 fix javadoc bootclasspath so that it references ${java.home}, which is set by every ant dist, instead of ${javahome} which may not be set. by sberlin · 14 years ago
  93. 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
  94. 6542fdb issue 553 -- add a mention in the javadoc of MapBinder & Multibinder that the Set & Map are unmodifiable. by sberlin · 14 years ago
  95. 103af50 update extension package-info.java files to reference 3.0 instead of 2.0, also fix issue 563 -- assistedinject package-info referenced the wrong jar name. by sberlin · 14 years ago
  96. 2ef2266 issue 428 - better error validation for AssistedInject, specifically with public factories & non-public method return types that can lead to IllegalAccessErrors. by sberlin · 14 years ago
  97. ede7731 issue 496 -- ConstantBindingBuilder was missing to(byte), forgot to commit test. by sberlin · 14 years ago
  98. ebaa152 issue 496 -- ConstantBindingBuilder was missing to(byte). by sberlin · 14 years ago
  99. 09ab5f9 issue 477 - fix Scopes.isSingleton to navigate through exposed private elements. by sberlin · 14 years ago
  100. ee446ca update ThrowingProvider to support an @ThrowingProvides annotation, much like @Provides. update the internals of the class to give more explicit error messaging & use bind.addError instead of throwing exceptions. added lots & lots of tests. by sberlin · 14 years ago