1. f120e29 Fix old codehaus issue link by Sebb · 3 years, 9 months ago
  2. 4a93771 SCM: SVN => Git by sebbASF · 4 years, 9 months ago
  3. 838024d (chore) adding commons.module.name and updating commons.componentid in pom by Rob Tompkins · 7 years ago
  4. b606336 Update copyright for 2016 in NOTICE.txt by Gary D. Gregory · 8 years ago
  5. c47b989 Collect the DOAPs by Sebastian Bazley · 8 years ago
  6. 9414273 Fix up URLs by Sebastian Bazley · 10 years ago
  7. 74c7a81 [maven-release-plugin] prepare for next development iteration by Matthew Jason Benson · 10 years ago
  8. 7f61089 [maven-release-plugin] prepare release 2.0_RC1 by Matthew Jason Benson · 10 years ago
  9. 2ec724a versions by Matthew Jason Benson · 10 years ago
  10. ec9e3b3 [maven-release-plugin] rollback the release of 1.0_RC1 by Matthew Jason Benson · 10 years ago
  11. 97648fd [maven-release-plugin] prepare for next development iteration by Matthew Jason Benson · 10 years ago
  12. 0b3ad17 [maven-release-plugin] prepare release 1.0_RC1 by Matthew Jason Benson · 10 years ago
  13. 87992d6 generate 2.0 release notes by Matthew Jason Benson · 10 years ago
  14. fe254ef changes by Matthew Jason Benson · 10 years ago
  15. b4ca4e3 cleanup by Matthew Jason Benson · 10 years ago
  16. ab396e4 fix release info and pull from pom to site by Matthew Jason Benson · 10 years ago
  17. 6d6e7b6 enable filtering by Matthew Jason Benson · 10 years ago
  18. 26656f3 document serialization and stubbing by Matthew Jason Benson · 10 years ago
  19. 2251996 missing parens by Matthew Jason Benson · 10 years ago
  20. 9e84781 move quote by Matthew Jason Benson · 10 years ago
  21. 8b2e326 join two static init blocks; remove unnecessary checks on method identity (name/args are enough to identify a method) by Matthew Jason Benson · 10 years ago
  22. 60174ea correct @since tag by Matthew Jason Benson · 10 years ago
  23. 56a8554 Missing inline explanation by Sebastian Bazley · 10 years ago
  24. 0d65ab7 Eol-style by Sebastian Bazley · 10 years ago
  25. fcc8516 Eol style by Sebastian Bazley · 10 years ago
  26. 0b9eb1c remove spurious executable props by Sebastian Bazley · 10 years ago
  27. e9976ea Eol style by Sebastian Bazley · 10 years ago
  28. 1c17dea Missed some more @author tags by Sebastian Bazley · 10 years ago
  29. 3cd1b9a We really don't need @since markers in test code Remove some more @author tags by Sebastian Bazley · 10 years ago
  30. 337cf7c lang3 by Matthew Jason Benson · 10 years ago
  31. f427127 explain suppressed warnings by Matthew Jason Benson · 10 years ago
  32. d558291 generics fix by Matthew Jason Benson · 10 years ago
  33. 14f32e6 use ObjectUtils#clone for cloning functionality by Matthew Jason Benson · 10 years ago
  34. be9664c unmodifiable static maps by Matthew Jason Benson · 10 years ago
  35. e084e64 fix generics by Matthew Jason Benson · 10 years ago
  36. 1cc4c72 use ServiceLoader to find available ProxyFactory implementations by Matthew Jason Benson · 10 years ago
  37. 3017615 move abstract test case to appropriate package by Matthew Jason Benson · 10 years ago
  38. 34bf490 rename asm4 module to asm by Matthew Jason Benson · 10 years ago
  39. 78c1b43 Update dependency versions to latest by Sebastian Bazley · 10 years ago
  40. f893431 Drop @author tags (following agreement from authors) by Sebastian Bazley · 10 years ago
  41. eaeb524 Use numeric formatting for fields that are expected to be numbers; explicit boxing by Sebastian Bazley · 10 years ago
  42. ab004db Explicit boxing by Sebastian Bazley · 10 years ago
  43. b58630f Boxing OK in test code by Sebastian Bazley · 10 years ago
  44. e6f2789 Avoid unused warnings by Sebastian Bazley · 10 years ago
  45. dbc9f40 += @Override for interface implementations (Java 1.6) by Sebastian Bazley · 10 years ago
  46. 19fa752 Add minimum JVM version for binary bundle by Sebastian Bazley · 10 years ago
  47. 43062c5 Add default serialVersionUID values (rest of code uses dummy values) by Sebastian Bazley · 10 years ago
  48. 04e72b3 Field not accessed outside its class by Sebastian Bazley · 10 years ago
  49. 327b134 Immutable private field might as well be final by Sebastian Bazley · 10 years ago
  50. 380d25f Explicit boxing needed here by Sebastian Bazley · 10 years ago
  51. d927570 Dummy svuid by Sebastian Bazley · 10 years ago
  52. 6640f9b Javadoc references by Sebastian Bazley · 10 years ago
  53. 1564740 Javadoc by Sebastian Bazley · 10 years ago
  54. 9093850 Avoid variable hiding by Sebastian Bazley · 10 years ago
  55. 305276a Unnecessay cast by Sebastian Bazley · 10 years ago
  56. 58e68e0 Add missing method @Overrides (Java 5) by Sebastian Bazley · 10 years ago
  57. 911978f Make immutable private static field final by Sebastian Bazley · 10 years ago
  58. 70bfeba Specify version for pmd and findbugs reporting plugins by Sebastian Bazley · 10 years ago
  59. 99958cd create checksum files during install when deploy profile is activated by Matthew Jason Benson · 10 years ago
  60. 7ae2737 checkstyle/findbugs/pmd by Matthew Jason Benson · 10 years ago
  61. 247c8c3 add license header by Matthew Jason Benson · 10 years ago
  62. b8d87de missing headers by Matthew Jason Benson · 10 years ago
  63. 12aa45b test artifacts by Matthew Jason Benson · 10 years ago
  64. 19000a5 formatting by Matthew Jason Benson · 10 years ago
  65. 4d8ae97 add support interfaces and unit test by way of example for supporting the serialization proxy pattern when the default Serializable implementations fall short by Matthew Jason Benson · 10 years ago
  66. b43f337 extracted AbstractProxyFactoryAgnosticTest by Matthew Jason Benson · 10 years ago
  67. 6d21efe expand star imports by Matthew Jason Benson · 10 years ago
  68. 0c30015 use JUnit parameterized test to test all known proxyFactory implementations by Matthew Jason Benson · 10 years ago
  69. 909700a expand star imports by Matthew Jason Benson · 10 years ago
  70. e462044 format, edit javadoc; make CaseBuilder EDSL syntax class constructor private by Matthew Jason Benson · 10 years ago
  71. cec577a expand star imports by Matthew Jason Benson · 10 years ago
  72. 4f58cb3 empty test packages by Matthew Jason Benson · 10 years ago
  73. 193cdf4 release javadoc by Matthew Jason Benson · 10 years ago
  74. 6a8134d commons.site.path by Matthew Jason Benson · 10 years ago
  75. 833254f upgrade commons-parent; introduce commons-proxy2 distribution module, renaming original module of this artifactId to commons-proxy2-core, clone other multimodule setup from [weaver] by Matthew Jason Benson · 10 years ago
  76. ec0918c c'right by Matthew Jason Benson · 10 years ago
  77. ea9d4eb add doap file back to (new) trunk by Matthew Jason Benson · 10 years ago
  78. 3d0c564 make 2.0 branch into trunk by Matthew Jason Benson · 10 years ago
  79. 129333f synchronization by Matthew Jason Benson · 10 years ago version-2.0-work
  80. 75036db restrict access to TrainingContext; rework method names; permit interrupt-then-resume stubbing by Matthew Jason Benson · 10 years ago
  81. 408a446 make annotationType available as early as possible for stubbed annotations; implement stubbed annotation arrays as nested annotation members by Matthew Jason Benson · 10 years ago
  82. a2190ff format by Matthew Jason Benson · 10 years ago
  83. 7a9348e format by Matthew Jason Benson · 10 years ago
  84. 95b6ec9 add support for stubbing array elements of a stub by Matthew Jason Benson · 10 years ago
  85. 5d2c38e [PROXY-19] Add download link, upgrade to parent 32 for site publishing. by Thomas Neidhart · 11 years ago
  86. fde1719 ASF Branding by Sebastian Bazley · 11 years ago
  87. 6ee7c9c add the ability to add additional types when stubbing by Matthew Jason Benson · 11 years ago
  88. c72c4fd add delegating invoker by Matthew Jason Benson · 11 years ago
  89. 7599b68 add invoker interceptor by Matthew Jason Benson · 11 years ago
  90. 54e6744 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationExceptioncore/src/test/java/org/apache/commons/proxy2/util/MockInvocation.java by Matthew Jason Benson · 11 years ago
  91. 5845652 I swear I'm specifying the file at the command line, grrr... by Matthew Jason Benson · 11 years ago
  92. edc3c38 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationExceptioncore/src/test/java/org/apache/commons/proxy2/util/MockInvocation.java by Matthew Jason Benson · 11 years ago
  93. ff60348 revert too-big commit by Matthew Jason Benson · 11 years ago
  94. d6b9926 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationException by Matthew Jason Benson · 11 years ago
  95. d257e2c add declaredBy matcher by Matthew Jason Benson · 11 years ago
  96. 2e37bd2 protected constructor of abstract class by Matthew Jason Benson · 11 years ago
  97. 864f638 site by Matthew Jason Benson · 11 years ago
  98. aa45796 update module desccriptions by Matthew Jason Benson · 11 years ago
  99. c59e2c5 fold stub code back into core artifact by Matthew Jason Benson · 11 years ago
  100. c525dc8 site work by Matthew Jason Benson · 11 years ago