1. 59027d8 Hiding utility class constructors. by James W. Carman · 12 years ago
  2. 4e0fb48 Removing direct array stores. Security issue (reported by Sonar). by James W. Carman · 12 years ago
  3. 3ab7e25 Ignoring IntelliJ IDEA Files. by James W. Carman · 12 years ago
  4. fde695c comma by Matthew Jason Benson · 12 years ago
  5. 4ecce1b explain suppressed warning by Matthew Jason Benson · 12 years ago
  6. 99d44b9 generics precision by Matthew Jason Benson · 12 years ago
  7. 1aef3ad upgrade parent to v25 by Matthew Jason Benson · 12 years ago
  8. 8bf9657 delegating annotation stubs by Matthew Jason Benson · 12 years ago
  9. 960a556 revert too-big commit by Matthew Jason Benson · 12 years ago
  10. d3a2e7d delegating annotation stubs by Matthew Jason Benson · 12 years ago
  11. 55ed4d7 prune superfluous dependencies by Matthew Jason Benson · 13 years ago
  12. ca129e5 dependency management, continued by Matthew Jason Benson · 13 years ago
  13. a6ae2b2 dependency management in parent pom by Matthew Jason Benson · 13 years ago
  14. 9f80f3f svnignore by Matthew Jason Benson · 13 years ago
  15. 9c580b8 Fix Oracle Javadoc site references (was Sun.) by Gary D. Gregory · 13 years ago
  16. 52d291a adjust to package move of *Pair classes to org.apache.commons.lang3.tuple by Matthew Jason Benson · 13 years ago
  17. 57ca8ed adapt to changing Pair API again by Matthew Jason Benson · 13 years ago
  18. d785869 Ignore eclipse project files. by Gary D. Gregory · 13 years ago
  19. 9d3cf75 handle stubbed methods w/o args separately from methods with args by Matthew Jason Benson · 13 years ago
  20. 34af47d adjust to Pair changes in latest lang3 snapshot by Matthew Jason Benson · 13 years ago
  21. 0683374 acknowledge the invalidity of null annotation members by Matthew Jason Benson · 13 years ago
  22. 2f35a09 unused import by Matthew Jason Benson · 14 years ago
  23. 44141e2 explicit constructors from superclass by Matthew Jason Benson · 14 years ago
  24. 3012766 COMMONSSITE-57 Fix announce mod_mbox link by Niall Pemberton · 14 years ago
  25. e61b5ed add the ability to program an annotation from (ugh) a string-keyed attribute map by Matthew Jason Benson · 14 years ago
  26. a1ea5b7 clean up nested context code a bit + reuse classloader for children by Matthew Jason Benson · 14 years ago
  27. b359d4e bail early if bad return values are specified while stubbing by Matthew Jason Benson · 14 years ago
  28. 7866ec4 (re-)add notion of a special Annotation-specific StubConfigurer subclass, AnnotationConfigurer. Not required for use, but if used, provides methods to simplify the creation of nested annotations a bit by Matthew Jason Benson · 14 years ago
  29. 8431487 make sure static ProxyFactory exists before instantiating static AnnotationFactory with it by Matthew Jason Benson · 14 years ago
  30. 8222b04 javadoc; change exception message by Matthew Jason Benson · 14 years ago
  31. 17f757c add static INSTANCE by Matthew Jason Benson · 14 years ago
  32. 6b38e2c remove extraneous javadoc by Matthew Jason Benson · 14 years ago
  33. df21425 refactor AnnotationFactory to always use a custom java.lang.reflect.Proxy-based ProxyFactory implementation that ensures generated annotation proxies correctly implement equals/hashCode/toString by Matthew Jason Benson · 14 years ago
  34. 84b6a8e generics error by Matthew Jason Benson · 14 years ago
  35. 1717d1a since AnnotationFactory now uses a single StubFactory instance internally, the annotationType() handling can be handled therein. Having taken away AnnotationStubConfigurer's only reason for being, it is deleted. by Matthew Jason Benson · 14 years ago
  36. 65bf2d8 factory method by Matthew Jason Benson · 14 years ago
  37. d7b521a format by Matthew Jason Benson · 14 years ago
  38. d85aaef aggregation by Matthew Jason Benson · 14 years ago
  39. 2264fe0 base all artifactIds on commons-proxy2 by Matthew Jason Benson · 14 years ago
  40. a5ef304 mark lang3 as non-optional until/unless I can figure out how to make a dependency required-for-test (transitive), required-for-compile, optional-at-RT by Matthew Jason Benson · 14 years ago
  41. a98e7a7 license header by Matthew Jason Benson · 14 years ago
  42. 99ee5eb native eol-style by Matthew Jason Benson · 14 years ago
  43. 546465d use lang3 TypeUtils in commons-proxy core by Matthew Jason Benson · 14 years ago
  44. b6e8f17 mark commons-lang3 as optional since TypeUtils is used only as a fallback mechanism, albeit a useful one by Matthew Jason Benson · 14 years ago
  45. 003cf91 use lang3 TypeUtils by Matthew Jason Benson · 14 years ago
  46. f20a496 more maximal generics errors by Matthew Jason Benson · 14 years ago
  47. e77cdaa use a shared instance of StubProxyFactory per AnnotationFactory instance by Matthew Jason Benson · 14 years ago
  48. 705cc91 add default constructor that uses the default (delegating) proxyFactory by Matthew Jason Benson · 14 years ago
  49. 50b0f14 add stub module by Matthew Jason Benson · 14 years ago
  50. e9f0746 more checkstyle tweakage by Matthew Jason Benson · 14 years ago
  51. 4a4a746 move checkstyle.xml to build-tools by Matthew Jason Benson · 14 years ago
  52. 25bd68e oops; copied checkstyle config instead of moving by Matthew Jason Benson · 14 years ago
  53. 2f47d45 use technique documented at http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html to enable shared checkstyle config among modules by Matthew Jason Benson · 14 years ago
  54. e7c35f4 header by Matthew Jason Benson · 14 years ago
  55. 076191e add header by Matthew Jason Benson · 14 years ago
  56. 8992e49 revert instances of the string proxy2 to proxy that were erroneously converted along with the package name by Matthew Jason Benson · 14 years ago
  57. 267396d eol-style native by Matthew Jason Benson · 14 years ago
  58. 0cf9393 shut maven-bundle-plugin up; how to do correctly? by Matthew Jason Benson · 14 years ago
  59. 9f6625d header by Matthew Jason Benson · 14 years ago
  60. 1c34879 package name by Matthew Jason Benson · 14 years ago
  61. f71a849 oops; new package name by Matthew Jason Benson · 14 years ago
  62. 35d6152 add new test module to exercise the defaultProxyFactory by Matthew Jason Benson · 14 years ago
  63. f49e5ca more of the bounds-related compiler errors + the proxytoys way of casting to a local variable and reducing the scope of the unchecked suppresswarnings annotation to the variable declaration by Matthew Jason Benson · 14 years ago
  64. ec479a1 fix goofy generics-related compiler errors by Matthew Jason Benson · 14 years ago
  65. 8ec0cc6 add ProxyFactory that delegates to discovered service providers by Matthew Jason Benson · 14 years ago
  66. 4532052 add shared instance of the noncomplex NullInvoker by Matthew Jason Benson · 14 years ago
  67. cdc0094 ignore mvn target dirs and eclipse metadata by Matthew Jason Benson · 14 years ago
  68. 4075542 ProxyClassGenerator.generateProxyClass() varargs by Matthew Jason Benson · 14 years ago
  69. abb276b warnings/javadoc by Matthew Jason Benson · 14 years ago
  70. 15814af switch to least number of interface methods that will accomplish all of: varargs/typesafe results/optional classloader by Matthew Jason Benson · 14 years ago
  71. d45ee49 import moved class by Matthew Jason Benson · 14 years ago
  72. 3f9d64c move RecordedInvocation to oac.proxy2.invoker by Matthew Jason Benson · 14 years ago
  73. 838de1e javadocs/compiler warnings by Matthew Jason Benson · 14 years ago
  74. 6611837 Fixing test cases. by James W. Carman · 14 years ago
  75. d98938f Changing src/target to 1.6 because of ServiceLoader references. by James W. Carman · 14 years ago
  76. 90aa376 renaming packages by James W. Carman · 14 years ago
  77. 76e3313 adding ignore by James W. Carman · 14 years ago
  78. 9b5866e renaming packages by James W. Carman · 14 years ago
  79. 5e59b11 All tests pass (with some commented out to get a clean compile) by James W. Carman · 14 years ago
  80. d2d7964 All tests pass (with some commented out to get a clean compile) by James W. Carman · 14 years ago
  81. e7de9b4 Adding service descriptor files (for ServiceLoader) by James W. Carman · 14 years ago
  82. 0206df9 Removing old src/test by James W. Carman · 14 years ago
  83. abd24eb Work in progress, still. by James W. Carman · 14 years ago
  84. b097452 Work in progress, still. by James W. Carman · 14 years ago
  85. f327dd2 generics/serialization warnings, javadoc, and the occasional minor code change by Matthew Jason Benson · 14 years ago
  86. 65310aa comments, headers, warnings by Matthew Jason Benson · 14 years ago
  87. be9753a Updating copyright. by James W. Carman · 14 years ago
  88. 8ab6e20 work in progress. by James W. Carman · 14 years ago
  89. 1a0f4fc update to new checkstyle rules by Matthew Jason Benson · 14 years ago
  90. a3c1475 establish location of checkstyle.xml; update parent version by Matthew Jason Benson · 14 years ago
  91. 08fd5a8 Generate custom Mailing List pages for components (using "mvn commons:mail-page") by Niall Pemberton · 14 years ago
  92. d11d3ab Upgrade to commons-parent version 15 by Niall Pemberton · 14 years ago
  93. ee38462 Fix up jakarta download references by Sebastian Bazley · 14 years ago
  94. aed51e5 Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when specified) by Niall Pemberton · 14 years ago
  95. da25931 Update components to point to the new download pages by Niall Pemberton · 14 years ago
  96. e6e3112 Re-generate the download pages using the new commons-build-plugin .12 (via commons-parent version 13) by Niall Pemberton · 14 years ago
  97. 5af1ca3 Upgrade to version 13 of commons-parent by Niall Pemberton · 14 years ago
  98. 98293c0 Update to commons-parent-12 by Niall Pemberton · 15 years ago
  99. cdfdc83 Add basic DOAP for Commons Proxy by Sebastian Bazley · 15 years ago
  100. fef0f65 Fixing author tags by James W. Carman · 15 years ago