1. efc3c43 restore download cgi by Olivier Lamy · 11 years ago
  2. 29a1f70 use commons-proxy2-parent as build-tools parent; fix up checkstyle config by Matthew Jason Benson · 11 years ago
  3. 63e2aa8 developed by => developed at by Sebastian Bazley · 11 years ago
  4. 1371891 [PROXY-18] Invocation should return the proxy object, rather than the target, from #getProxy() by Matthew Jason Benson · 12 years ago
  5. aadb6b2 bad 2 by Matthew Jason Benson · 12 years ago
  6. 1cec2f4 Making private static inner classes final. by James W. Carman · 12 years ago
  7. 72a70f8 Making utility classes final. by James W. Carman · 12 years ago
  8. f066bbb Making fields private by James W. Carman · 12 years ago
  9. cf103ae Making field private by James W. Carman · 12 years ago
  10. 08d6c46 Removing references to overridable methods in constructors. by James W. Carman · 12 years ago
  11. 6f97913 Fixing javadoc. by James W. Carman · 12 years ago
  12. 3c1d362 Performance optimization. Using private, static, named inner classes where possible as opposed to anonymous inner classes. by James W. Carman · 12 years ago
  13. cfa6f15 Making inner class which has only private constructors final (checkstyle rule reported by Sonar). by James W. Carman · 12 years ago
  14. 59027d8 Hiding utility class constructors. by James W. Carman · 12 years ago
  15. 4e0fb48 Removing direct array stores. Security issue (reported by Sonar). by James W. Carman · 12 years ago
  16. 3ab7e25 Ignoring IntelliJ IDEA Files. by James W. Carman · 12 years ago
  17. fde695c comma by Matthew Jason Benson · 12 years ago
  18. 4ecce1b explain suppressed warning by Matthew Jason Benson · 12 years ago
  19. 99d44b9 generics precision by Matthew Jason Benson · 12 years ago
  20. 1aef3ad upgrade parent to v25 by Matthew Jason Benson · 12 years ago
  21. 8bf9657 delegating annotation stubs by Matthew Jason Benson · 12 years ago
  22. 960a556 revert too-big commit by Matthew Jason Benson · 12 years ago
  23. d3a2e7d delegating annotation stubs by Matthew Jason Benson · 12 years ago
  24. 55ed4d7 prune superfluous dependencies by Matthew Jason Benson · 13 years ago
  25. ca129e5 dependency management, continued by Matthew Jason Benson · 13 years ago
  26. a6ae2b2 dependency management in parent pom by Matthew Jason Benson · 13 years ago
  27. 9f80f3f svnignore by Matthew Jason Benson · 13 years ago
  28. 9c580b8 Fix Oracle Javadoc site references (was Sun.) by Gary D. Gregory · 13 years ago
  29. 52d291a adjust to package move of *Pair classes to org.apache.commons.lang3.tuple by Matthew Jason Benson · 13 years ago
  30. 57ca8ed adapt to changing Pair API again by Matthew Jason Benson · 13 years ago
  31. d785869 Ignore eclipse project files. by Gary D. Gregory · 13 years ago
  32. 9d3cf75 handle stubbed methods w/o args separately from methods with args by Matthew Jason Benson · 13 years ago
  33. 34af47d adjust to Pair changes in latest lang3 snapshot by Matthew Jason Benson · 13 years ago
  34. 0683374 acknowledge the invalidity of null annotation members by Matthew Jason Benson · 13 years ago
  35. 2f35a09 unused import by Matthew Jason Benson · 14 years ago
  36. 44141e2 explicit constructors from superclass by Matthew Jason Benson · 14 years ago
  37. 3012766 COMMONSSITE-57 Fix announce mod_mbox link by Niall Pemberton · 14 years ago
  38. e61b5ed add the ability to program an annotation from (ugh) a string-keyed attribute map by Matthew Jason Benson · 14 years ago
  39. a1ea5b7 clean up nested context code a bit + reuse classloader for children by Matthew Jason Benson · 14 years ago
  40. b359d4e bail early if bad return values are specified while stubbing by Matthew Jason Benson · 14 years ago
  41. 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
  42. 8431487 make sure static ProxyFactory exists before instantiating static AnnotationFactory with it by Matthew Jason Benson · 14 years ago
  43. 8222b04 javadoc; change exception message by Matthew Jason Benson · 14 years ago
  44. 17f757c add static INSTANCE by Matthew Jason Benson · 14 years ago
  45. 6b38e2c remove extraneous javadoc by Matthew Jason Benson · 14 years ago
  46. 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
  47. 84b6a8e generics error by Matthew Jason Benson · 14 years ago
  48. 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
  49. 65bf2d8 factory method by Matthew Jason Benson · 14 years ago
  50. d7b521a format by Matthew Jason Benson · 14 years ago
  51. d85aaef aggregation by Matthew Jason Benson · 14 years ago
  52. 2264fe0 base all artifactIds on commons-proxy2 by Matthew Jason Benson · 14 years ago
  53. 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
  54. a98e7a7 license header by Matthew Jason Benson · 14 years ago
  55. 99ee5eb native eol-style by Matthew Jason Benson · 14 years ago
  56. 546465d use lang3 TypeUtils in commons-proxy core by Matthew Jason Benson · 14 years ago
  57. 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
  58. 003cf91 use lang3 TypeUtils by Matthew Jason Benson · 14 years ago
  59. f20a496 more maximal generics errors by Matthew Jason Benson · 14 years ago
  60. e77cdaa use a shared instance of StubProxyFactory per AnnotationFactory instance by Matthew Jason Benson · 14 years ago
  61. 705cc91 add default constructor that uses the default (delegating) proxyFactory by Matthew Jason Benson · 14 years ago
  62. 50b0f14 add stub module by Matthew Jason Benson · 14 years ago
  63. e9f0746 more checkstyle tweakage by Matthew Jason Benson · 14 years ago
  64. 4a4a746 move checkstyle.xml to build-tools by Matthew Jason Benson · 14 years ago
  65. 25bd68e oops; copied checkstyle config instead of moving by Matthew Jason Benson · 14 years ago
  66. 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
  67. e7c35f4 header by Matthew Jason Benson · 14 years ago
  68. 076191e add header by Matthew Jason Benson · 14 years ago
  69. 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
  70. 267396d eol-style native by Matthew Jason Benson · 14 years ago
  71. 0cf9393 shut maven-bundle-plugin up; how to do correctly? by Matthew Jason Benson · 14 years ago
  72. 9f6625d header by Matthew Jason Benson · 14 years ago
  73. 1c34879 package name by Matthew Jason Benson · 14 years ago
  74. f71a849 oops; new package name by Matthew Jason Benson · 14 years ago
  75. 35d6152 add new test module to exercise the defaultProxyFactory by Matthew Jason Benson · 14 years ago
  76. 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
  77. ec479a1 fix goofy generics-related compiler errors by Matthew Jason Benson · 14 years ago
  78. 8ec0cc6 add ProxyFactory that delegates to discovered service providers by Matthew Jason Benson · 14 years ago
  79. 4532052 add shared instance of the noncomplex NullInvoker by Matthew Jason Benson · 14 years ago
  80. cdc0094 ignore mvn target dirs and eclipse metadata by Matthew Jason Benson · 14 years ago
  81. 4075542 ProxyClassGenerator.generateProxyClass() varargs by Matthew Jason Benson · 14 years ago
  82. abb276b warnings/javadoc by Matthew Jason Benson · 14 years ago
  83. 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
  84. d45ee49 import moved class by Matthew Jason Benson · 14 years ago
  85. 3f9d64c move RecordedInvocation to oac.proxy2.invoker by Matthew Jason Benson · 14 years ago
  86. 838de1e javadocs/compiler warnings by Matthew Jason Benson · 14 years ago
  87. 6611837 Fixing test cases. by James W. Carman · 14 years ago
  88. d98938f Changing src/target to 1.6 because of ServiceLoader references. by James W. Carman · 14 years ago
  89. 90aa376 renaming packages by James W. Carman · 14 years ago
  90. 76e3313 adding ignore by James W. Carman · 14 years ago
  91. 9b5866e renaming packages by James W. Carman · 14 years ago
  92. 5e59b11 All tests pass (with some commented out to get a clean compile) by James W. Carman · 14 years ago
  93. d2d7964 All tests pass (with some commented out to get a clean compile) by James W. Carman · 14 years ago
  94. e7de9b4 Adding service descriptor files (for ServiceLoader) by James W. Carman · 14 years ago
  95. 0206df9 Removing old src/test by James W. Carman · 14 years ago
  96. abd24eb Work in progress, still. by James W. Carman · 14 years ago
  97. b097452 Work in progress, still. by James W. Carman · 14 years ago
  98. f327dd2 generics/serialization warnings, javadoc, and the occasional minor code change by Matthew Jason Benson · 14 years ago
  99. 65310aa comments, headers, warnings by Matthew Jason Benson · 14 years ago
  100. be9753a Updating copyright. by James W. Carman · 14 years ago