1. 9ebc136 PROXY-8: Improve Proxy Serialization by James W. Carman · 15 years ago
  2. e1fe510 Specifying a specific version of SLF4J. by James W. Carman · 16 years ago
  3. 361661a change commons-parent to version 11 by Niall Pemberton · 16 years ago
  4. 82f06d6 PROXY-12: ChainInvoker by James W. Carman · 16 years ago
  5. c126959 Implemented a "chain" invoker. Also moved getDefaultValue() method to ProxyUtils to avoid code duplication. by James W. Carman · 16 years ago
  6. 562503c COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. by Niall Pemberton · 16 years ago
  7. d2b209e Upgrade to commons-parent-10 pom by Niall Pemberton · 16 years ago
  8. 8ae6949 Fixing the headerFile location as per CODEC-67 and Benjamin's patch by Henri Yandell · 16 years ago
  9. 969a1a2 Now supports genericized method recording. by James W. Carman · 16 years ago
  10. aec0c6b Added reset() method. by James W. Carman · 16 years ago
  11. 322d76d New InvocationRecorder. by James W. Carman · 16 years ago
  12. dfab1bf Genericizing Proxy. by James W. Carman · 16 years ago
  13. 807729f Removing deprecations. by James W. Carman · 16 years ago
  14. 199e451 I'm creating this branch to start working on a genericized version of Proxy. by James W. Carman · 16 years ago
  15. 6132471 Remove plugins from "rc" profile as these are now in the laetst commons-parent release by Niall Pemberton · 16 years ago
  16. 884eeb4 Upgrade to version 9 of commons-parent by Niall Pemberton · 16 years ago
  17. 21b0508 Remove redundant <resource> configuration for NOTICE/LICENSE - these are configured in commons-parent (NOTE: seems that components which define other <resource> elements need to include these - so only removing from components where NOTICE/LICENSE are the only resources configured) by Niall Pemberton · 16 years ago
  18. 6c3249a Add Issue Tracking and Download pages generated by commons-build-plugin by Niall Pemberton · 16 years ago
  19. cc007c3 Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin by Niall Pemberton · 16 years ago
  20. e4636b6 Working on serialization, equals, and hashCode implementations. by James W. Carman · 16 years ago
  21. 1137f76 PROXY-9: Provide Interceptor Support for More Logging Frameworks by James W. Carman · 16 years ago
  22. a099f3c Fixing eol-style by James W. Carman · 16 years ago
  23. 2cfceca PROXY-9: Provide Interceptor Support for More Logging Frameworks by James W. Carman · 16 years ago
  24. d106a60 PROXY-9: Provide Interceptor Support for More Logging Frameworks by James W. Carman · 16 years ago
  25. 8a5f5e0 PROXY-8: Improve Proxy Serialization by James W. Carman · 16 years ago
  26. 5d307d8 PROXY-8: Improve Proxy Serialization Code Formatting by James W. Carman · 16 years ago
  27. 38d5c01 Undoing caching logic, since CGLIB includes this by default. by James W. Carman · 16 years ago
  28. 8f518f0 PROXY-7: CGLIB Implementation Should Cache Proxy Classes by James W. Carman · 16 years ago
  29. 8f32465 Added in proxy class caching by James W. Carman · 16 years ago
  30. 4d5733d Merging changes done during 1.0 release work back into trunk. by James W. Carman · 16 years ago
  31. 5f6defa Removing @version and adding @since by James W. Carman · 16 years ago
  32. 78e9e32 Fixing checkstyle error (line longer than 120 chars) by James W. Carman · 16 years ago
  33. cd2b0c4 upgrade to commons-parent-7 by Niall Pemberton · 16 years ago
  34. a741129 Upgrade to commons-parent version 6 release by Niall Pemberton · 16 years ago
  35. 1770bda Removing STATUS.html - there's no canonical data in this file by Henri Yandell · 16 years ago
  36. 6042268 Update m2 build by Niall Pemberton · 17 years ago
  37. de4f590 PROXY-4: SerializingInterceptor by James W. Carman · 17 years ago
  38. 7af1ac3 PROXY-4: SerializingInterceptor by James W. Carman · 17 years ago
  39. cb590ba Removing AbstractTestCase (didn't add value). by James W. Carman · 17 years ago
  40. 93b0b3c Removing ProviderUtils class. Seems unnecessary. by James W. Carman · 17 years ago
  41. c6abe03 Fixed cglib dependency (per suggestion fromJörg Schaible). by James W. Carman · 17 years ago
  42. 4779cc3 PROXY-3: RMI Test Case Failures on Linux by James W. Carman · 17 years ago
  43. d0ceb6a PROXY-3: RMI Test Case Failures on Linux by James W. Carman · 17 years ago
  44. a6b7b40 PROXY-3: RMI Test Case Failures on Linux by James W. Carman · 17 years ago
  45. 9d102a1 Fixed javadocs (used old terminology). by James W. Carman · 17 years ago
  46. 4c122fd Removing extra license blocks. by James W. Carman · 17 years ago
  47. 0eeb8a4 Moving remoting providers into remoting package. by James W. Carman · 17 years ago
  48. 9f8782c Move from sandbox to proper. by Dennis Lundberg · 17 years ago
  49. c293601 Add xml-declaration. by Dennis Lundberg · 17 years ago
  50. fbce555 PROXY-1: Trunk fails to build under JDK 1.6 by James W. Carman · 17 years ago
  51. 785ba17 Moving Proxy to Commons Proper per vote: by James W. Carman · 17 years ago
  52. cb928f3 Promoting Proxy to the Commons Proper, per vote: by James W. Carman · 17 years ago
  53. 1fa4e29 Removed extra comment block. by James W. Carman · 17 years ago
  54. ab82706 Now checks return types to verify that they are compatible. by James W. Carman · 17 years ago
  55. 319c7f3 Specify changelog plugin version (site wasn't building for me without it) by Niall Pemberton · 17 years ago
  56. 4a9959a Add assembly descriptors for proxy by Niall Pemberton · 17 years ago
  57. 2cb8b2a Changed dependencies to "optional" rather that "provided" by James W. Carman · 17 years ago
  58. 40c6a16 Oops, wrong component. by James W. Carman · 17 years ago
  59. b685df2 Updated release information and removed references to unnecessary dependencies. by James W. Carman · 17 years ago
  60. 31285d6 SANDBOX-198: Duck Typing Invoker by James W. Carman · 17 years ago
  61. 614dcb1 Removing pooled/cached providers (too "frameworky") by James W. Carman · 17 years ago
  62. 4d0d799 Removed unnecessary dependencies. by James W. Carman · 17 years ago
  63. 9bc7ef8 Removed reference to pooled and cached object providers by James W. Carman · 17 years ago
  64. 705fbd3 Maven 2 Build Setup and general cleanup before moving to proper. by James W. Carman · 17 years ago
  65. 938c94e Removed file/folder by James W. Carman · 17 years ago
  66. 5e0ec1e Removed file/folder by James W. Carman · 17 years ago
  67. 54ba570 Copied remotely by James W. Carman · 17 years ago
  68. 241139f Copied remotely by James W. Carman · 17 years ago
  69. 4caa199 Removed file/folder by James W. Carman · 17 years ago
  70. 85e7621 Copied remotely by James W. Carman · 17 years ago
  71. dc8b2d6 Created folder remotely by James W. Carman · 17 years ago
  72. 9507e59 Created folder remotely by James W. Carman · 17 years ago
  73. 68d0a45 Created folder remotely by James W. Carman · 17 years ago
  74. 3296f4b Javassist Has Moved! by James W. Carman · 17 years ago
  75. 9d8558f Changing name to 'Commons Xxx (Sandbox)' by Henri Yandell · 17 years ago
  76. 79eba0a Adding a '(Sandbox)' because it seems like a good idea by Henri Yandell · 17 years ago
  77. 6b183ef Removing 'Commons ' from the pom.xml name to match other components by Henri Yandell · 17 years ago
  78. b087f71 Artifact ID seems to have changed for the sandbox parent by Henri Yandell · 17 years ago
  79. e61cb06 Upgrading to the latest sandbox parent by Henri Yandell · 17 years ago
  80. 6de88b4 Changes because of the TLP move. by Dennis Lundberg · 17 years ago
  81. 9b354e8 TLP move related blanket changes. Please review if possible. by Rahul Akolkar · 17 years ago
  82. 617dd0d Fixing the email addresses to the new lists by Henri Yandell · 17 years ago
  83. 92417bc Moving to TLP by Henri Yandell · 17 years ago
  84. 8113861 Moving back :) by Henri Yandell · 17 years ago
  85. 2347836 Moving to TLP by Henri Yandell · 17 years ago
  86. 44d4ea7 Fix the xdoc syntax. by Dennis Lundberg · 17 years ago
  87. d43daa5 Use the new license header. by Dennis Lundberg · 17 years ago
  88. 4dd3654 Add Changelog and Checkstyle reports. by Dennis Lundberg · 17 years ago
  89. a0a8b5e Rename header file. by Dennis Lundberg · 17 years ago
  90. 71281cb First shot at a Maven 2 site. by Dennis Lundberg · 17 years ago
  91. d5cb2b8 Remove the parts that are inherited from the parent. by Dennis Lundberg · 17 years ago
  92. a8d4c1e Set EOL-style to native. by Dennis Lundberg · 17 years ago
  93. 4aca93d Setting the maven repo - apologies if this borks anything by Henri Yandell · 17 years ago
  94. 087cd11 Renaming the sandbox pom to commons-sandbox from commons-sandbox-parent by Henri Yandell · 18 years ago
  95. d77bd52 Switching viewcvs url to viewvc by Henri Yandell · 18 years ago
  96. 71175b8 Modified the RMI test to use 13099 as a port and not 1099. 1099 is the default, so there's always a chance that it might be in use on the machine its running on. by Henri Yandell · 18 years ago
  97. a375637 Moved to a source param of 1.2 to help compiling on JDK 1.5 by Henri Yandell · 18 years ago
  98. b639e93 Set the parent pom. by Dennis Lundberg · 18 years ago
  99. 8120766 Changing cvs.apache.org to people.apache.org. None of these locations appear to point to an svn or cvs url by Henri Yandell · 18 years ago
  100. 6f56e9a Cleaning up dependencies. by James W. Carman · 18 years ago