1. 2f07af1 Don't initialize AtomicInteger to its default value by Gary D. Gregory · 5 weeks ago master
  2. 97e3744 Don't initialize AtomicInteger to its default value by Gary D. Gregory · 5 weeks ago
  3. 0450158 Dormant by Sebb · 1 year, 11 months ago
  4. a26161b Add a default goal by Sebb · 1 year, 11 months ago
  5. 9b40490 Fix up GHA badges by Sebb · 1 year, 11 months ago
  6. 9313f5c fix componentid and a related README link by Sebb · 1 year, 11 months ago
  7. f905a60 Fix spelling in error message by Gary Gregory · 1 year, 11 months ago
  8. abf1582 Grammar by Gary Gregory · 2 years, 4 months ago
  9. 9b36abf codecov-commenter => notifications by Sebb · 2 years, 8 months ago
  10. 6efa3db +=README by Sebb · 2 years, 8 months ago
  11. 5f27046 += .asf.yaml by Sebb · 2 years, 8 months ago
  12. 371bbc3 Update NOTICE to 2023 by Gary Gregory · 2 years, 9 months ago
  13. 679b3d9 Add GHitHub robots file by Gary Gregory · 2 years, 10 months ago
  14. 9a2af4f Add a GitHub code of conduct and security page. by Gary Gregory · 3 years ago
  15. 82bfe8b Git ignore Eclipse files and folders and then some by Gary Gregory · 3 years ago
  16. f120e29 Fix old codehaus issue link by Sebb · 5 years ago
  17. 4a93771 SCM: SVN => Git by sebbASF · 6 years ago
  18. 838024d (chore) adding commons.module.name and updating commons.componentid in pom by Rob Tompkins · 8 years ago
  19. b606336 Update copyright for 2016 in NOTICE.txt by Gary D. Gregory · 10 years ago
  20. c47b989 Collect the DOAPs by Sebastian Bazley · 10 years ago
  21. 9414273 Fix up URLs by Sebastian Bazley · 11 years ago
  22. 74c7a81 [maven-release-plugin] prepare for next development iteration by Matthew Jason Benson · 11 years ago
  23. 7f61089 [maven-release-plugin] prepare release 2.0_RC1 by Matthew Jason Benson · 11 years ago
  24. 2ec724a versions by Matthew Jason Benson · 11 years ago
  25. ec9e3b3 [maven-release-plugin] rollback the release of 1.0_RC1 by Matthew Jason Benson · 11 years ago
  26. 97648fd [maven-release-plugin] prepare for next development iteration by Matthew Jason Benson · 11 years ago
  27. 0b3ad17 [maven-release-plugin] prepare release 1.0_RC1 by Matthew Jason Benson · 11 years ago
  28. 87992d6 generate 2.0 release notes by Matthew Jason Benson · 11 years ago
  29. fe254ef changes by Matthew Jason Benson · 11 years ago
  30. b4ca4e3 cleanup by Matthew Jason Benson · 11 years ago
  31. ab396e4 fix release info and pull from pom to site by Matthew Jason Benson · 11 years ago
  32. 6d6e7b6 enable filtering by Matthew Jason Benson · 11 years ago
  33. 26656f3 document serialization and stubbing by Matthew Jason Benson · 11 years ago
  34. 2251996 missing parens by Matthew Jason Benson · 11 years ago
  35. 9e84781 move quote by Matthew Jason Benson · 11 years ago
  36. 8b2e326 join two static init blocks; remove unnecessary checks on method identity (name/args are enough to identify a method) by Matthew Jason Benson · 11 years ago
  37. 60174ea correct @since tag by Matthew Jason Benson · 11 years ago
  38. 56a8554 Missing inline explanation by Sebastian Bazley · 11 years ago
  39. 0d65ab7 Eol-style by Sebastian Bazley · 11 years ago
  40. fcc8516 Eol style by Sebastian Bazley · 11 years ago
  41. 0b9eb1c remove spurious executable props by Sebastian Bazley · 11 years ago
  42. e9976ea Eol style by Sebastian Bazley · 11 years ago
  43. 1c17dea Missed some more @author tags by Sebastian Bazley · 11 years ago
  44. 3cd1b9a We really don't need @since markers in test code Remove some more @author tags by Sebastian Bazley · 11 years ago
  45. 337cf7c lang3 by Matthew Jason Benson · 11 years ago
  46. f427127 explain suppressed warnings by Matthew Jason Benson · 11 years ago
  47. d558291 generics fix by Matthew Jason Benson · 11 years ago
  48. 14f32e6 use ObjectUtils#clone for cloning functionality by Matthew Jason Benson · 11 years ago
  49. be9664c unmodifiable static maps by Matthew Jason Benson · 11 years ago
  50. e084e64 fix generics by Matthew Jason Benson · 11 years ago
  51. 1cc4c72 use ServiceLoader to find available ProxyFactory implementations by Matthew Jason Benson · 11 years ago
  52. 3017615 move abstract test case to appropriate package by Matthew Jason Benson · 11 years ago
  53. 34bf490 rename asm4 module to asm by Matthew Jason Benson · 11 years ago
  54. 78c1b43 Update dependency versions to latest by Sebastian Bazley · 11 years ago
  55. f893431 Drop @author tags (following agreement from authors) by Sebastian Bazley · 11 years ago
  56. eaeb524 Use numeric formatting for fields that are expected to be numbers; explicit boxing by Sebastian Bazley · 11 years ago
  57. ab004db Explicit boxing by Sebastian Bazley · 11 years ago
  58. b58630f Boxing OK in test code by Sebastian Bazley · 11 years ago
  59. e6f2789 Avoid unused warnings by Sebastian Bazley · 11 years ago
  60. dbc9f40 += @Override for interface implementations (Java 1.6) by Sebastian Bazley · 11 years ago
  61. 19fa752 Add minimum JVM version for binary bundle by Sebastian Bazley · 11 years ago
  62. 43062c5 Add default serialVersionUID values (rest of code uses dummy values) by Sebastian Bazley · 11 years ago
  63. 04e72b3 Field not accessed outside its class by Sebastian Bazley · 11 years ago
  64. 327b134 Immutable private field might as well be final by Sebastian Bazley · 11 years ago
  65. 380d25f Explicit boxing needed here by Sebastian Bazley · 11 years ago
  66. d927570 Dummy svuid by Sebastian Bazley · 11 years ago
  67. 6640f9b Javadoc references by Sebastian Bazley · 11 years ago
  68. 1564740 Javadoc by Sebastian Bazley · 11 years ago
  69. 9093850 Avoid variable hiding by Sebastian Bazley · 11 years ago
  70. 305276a Unnecessay cast by Sebastian Bazley · 11 years ago
  71. 58e68e0 Add missing method @Overrides (Java 5) by Sebastian Bazley · 11 years ago
  72. 911978f Make immutable private static field final by Sebastian Bazley · 11 years ago
  73. 70bfeba Specify version for pmd and findbugs reporting plugins by Sebastian Bazley · 11 years ago
  74. 99958cd create checksum files during install when deploy profile is activated by Matthew Jason Benson · 11 years ago
  75. 7ae2737 checkstyle/findbugs/pmd by Matthew Jason Benson · 11 years ago
  76. 247c8c3 add license header by Matthew Jason Benson · 12 years ago
  77. b8d87de missing headers by Matthew Jason Benson · 12 years ago
  78. 12aa45b test artifacts by Matthew Jason Benson · 12 years ago
  79. 19000a5 formatting by Matthew Jason Benson · 12 years ago
  80. 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 · 12 years ago
  81. b43f337 extracted AbstractProxyFactoryAgnosticTest by Matthew Jason Benson · 12 years ago
  82. 6d21efe expand star imports by Matthew Jason Benson · 12 years ago
  83. 0c30015 use JUnit parameterized test to test all known proxyFactory implementations by Matthew Jason Benson · 12 years ago
  84. 909700a expand star imports by Matthew Jason Benson · 12 years ago
  85. e462044 format, edit javadoc; make CaseBuilder EDSL syntax class constructor private by Matthew Jason Benson · 12 years ago
  86. cec577a expand star imports by Matthew Jason Benson · 12 years ago
  87. 4f58cb3 empty test packages by Matthew Jason Benson · 12 years ago
  88. 193cdf4 release javadoc by Matthew Jason Benson · 12 years ago
  89. 6a8134d commons.site.path by Matthew Jason Benson · 12 years ago
  90. 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 · 12 years ago
  91. ec0918c c'right by Matthew Jason Benson · 12 years ago
  92. ea9d4eb add doap file back to (new) trunk by Matthew Jason Benson · 12 years ago
  93. 3d0c564 make 2.0 branch into trunk by Matthew Jason Benson · 12 years ago
  94. 129333f synchronization by Matthew Jason Benson · 12 years ago version-2.0-work
  95. 75036db restrict access to TrainingContext; rework method names; permit interrupt-then-resume stubbing by Matthew Jason Benson · 12 years ago
  96. 408a446 make annotationType available as early as possible for stubbed annotations; implement stubbed annotation arrays as nested annotation members by Matthew Jason Benson · 12 years ago
  97. a2190ff format by Matthew Jason Benson · 12 years ago
  98. 7a9348e format by Matthew Jason Benson · 12 years ago
  99. 95b6ec9 add support for stubbing array elements of a stub by Matthew Jason Benson · 12 years ago
  100. 5d2c38e [PROXY-19] Add download link, upgrade to parent 32 for site publishing. by Thomas Neidhart · 12 years ago