1. 6b5db11 Modified Guice to use different names for generated classes from stock cglib. by crazyboblee · 17 years ago
  2. 68d2f4b Reimplemented Scopes as a normal class. by crazyboblee · 17 years ago
  3. baaaf2d Updated scope javadocs. by crazyboblee · 17 years ago
  4. 1dd8a7c Added updated Javadocs. by crazyboblee · 17 years ago
  5. 253215d Removed old Javadocs. by crazyboblee · 17 years ago
  6. e5fbbb0 Added overloaded methods which accept a name to Container. Re-implemented the built-in scopes as an enum. Added ContainerBuilder.scope(Enum). Added support for custom scope annotations. by crazyboblee · 17 years ago
  7. b116fca Added updated Javadocs. by crazyboblee · 17 years ago
  8. a379601 Removed old Javadocs. by crazyboblee · 17 years ago
  9. 187a962 Added tests for getInstance() and getFactory() convenience methods. by crazyboblee · 17 years ago
  10. dda3219 Added updated Javadocs. by crazyboblee · 17 years ago
  11. 65ec706 Removed old Javadocs. by crazyboblee · 17 years ago
  12. c2fcc43 Added builder() to AbstractFactory. by crazyboblee · 17 years ago
  13. e2ae034 Added updated Javadocs. by crazyboblee · 17 years ago
  14. 1814fa4 Removed old Javadocs. by crazyboblee · 17 years ago
  15. 94c8411 Added updated Javadocs. by crazyboblee · 17 years ago
  16. a3b0c05 Removed old Javadocs. by crazyboblee · 17 years ago
  17. d543d24 Made to(T) public. by crazyboblee · 17 years ago
  18. c50cfcd Added updated Javadocs. by crazyboblee · 17 years ago
  19. aa52fbc Removed old Javadocs. by crazyboblee · 17 years ago
  20. 654d09b Added updated Javadocs. by crazyboblee · 17 years ago
  21. 4e1ecc0 Removed old Javadocs. by crazyboblee · 17 years ago
  22. 07bd159 Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from source tracing. Added performance check for indexing. Set version # to 1.0rc1. by crazyboblee · 17 years ago
  23. 80d0ba5 Updated project. by crazyboblee · 17 years ago
  24. 46ac59f Upgraded cglib so it works w/ jarjar. by crazyboblee · 17 years ago
  25. bb28ebf Added updated Javadocs. by crazyboblee · 17 years ago
  26. 00ba139 Removed old Javadocs. by crazyboblee · 17 years ago
  27. b7598a6 Exposed source provider functionality through spi. by crazyboblee · 17 years ago
  28. 9153228 Updated javadocs. Made Queries.all() take Object insted of T. by crazyboblee · 17 years ago
  29. 420d462 Updated javadocs. by crazyboblee · 17 years ago
  30. 861eb33 Updated jarjar. by crazyboblee · 17 years ago
  31. 43ebede Commented build time only jars. by crazyboblee · 17 years ago
  32. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 17 years ago
  33. b49dbe6 Added updated Javadocs. by crazyboblee · 17 years ago
  34. 047d1f4 Removed old Javadocs. by crazyboblee · 17 years ago
  35. 2a1ea89 Added ProxyFactory.getFactory() to simplify standalone use of ProxyFactory. by crazyboblee · 17 years ago
  36. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  37. d8d900f Added updated Javadocs. by crazyboblee · 17 years ago
  38. 47e4f66 Removed old Javadocs. by crazyboblee · 17 years ago
  39. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago
  40. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  41. e039bac Exposed the error message objects. by crazyboblee · 17 years ago
  42. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago
  43. 84a798b Added updated Javadocs. by crazyboblee · 17 years ago
  44. 50ea4ab Removed old Javadocs. by crazyboblee · 17 years ago
  45. 9592a91 Moved Query, etc., to intercept package. by crazyboblee · 17 years ago
  46. 685c954 Added updated Javadocs. by crazyboblee · 17 years ago
  47. 11a88ca Removed old Javadocs. by crazyboblee · 17 years ago
  48. 2008ec7 Added Query which will be used to apply interceptors. by crazyboblee · 17 years ago
  49. 76effad Added updated Javadocs. by crazyboblee · 17 years ago
  50. 356789d Removed old Javadocs. by crazyboblee · 17 years ago
  51. a6e7398 Added Binding. The source object now follows the binding all the way through. by crazyboblee · 17 years ago
  52. 2af0637 Added convenience method for specifying container scope. by crazyboblee · 17 years ago
  53. 1596921 Added parameter index to context. This will be useful if a custom factory wants to change behavior based on annotations on parameters. by crazyboblee · 17 years ago
  54. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  55. ef83bd2 Enabled validation of static dependencies. by crazyboblee · 17 years ago
  56. 7289ac1 Pulled up some anonymous inner classes. Hopefully the CB will be eligible for garbage collection after startup. I'll have to test this theory later. by crazyboblee · 17 years ago
  57. 9bb6202 Created ContainerCreationException which delivers the error messages to the client. Added performance logging. Validation performance might be a concern. Will keep the design such that we can lazily validate if desired. by crazyboblee · 17 years ago
  58. 0baa9fc Updated Javadocs. Renamed TypeToken to TypeLiteral. Hid ConfigurationException from the public API. by crazyboblee · 17 years ago
  59. 235d068 Further improved the up front error reporting. Hid ErrorMessage and source() logic from the public API for the time being. Removed javadocs. by crazyboblee · 17 years ago
  60. db178d7 Removed documentation template. Using Docs instead. by crazyboblee · 17 years ago
  61. fbc5644 Removed stderr noise from a test. by crazyboblee · 17 years ago
  62. 4727ee2 Added support for up front error handling. More work remains. by crazyboblee · 17 years ago
  63. 4776db7 Renamed injectStatics() to requestStaticInjection(). by crazyboblee · 17 years ago
  64. dac4991 Updated Javadocs. by crazyboblee · 17 years ago
  65. e20bd18 Fixed Javadoc warning. by crazyboblee · 17 years ago
  66. 041e933 Renamed performance test. Introduced AbstractModule to support more concise configuration code. by crazyboblee · 17 years ago
  67. 9e5fe5d Added a hand coded implementation to the performance comparison. by crazyboblee · 17 years ago
  68. f1ba2b5 Modified Container to return a 'creator' or new instance factory. This helps clients avoid a concurrent map lookup each time they inject a class. Also fixed typing of Key.getRawType() and undeprecated it. by crazyboblee · 17 years ago
  69. 7fb1d7f Removed unnecessary interface. by crazyboblee · 17 years ago
  70. 78e1cc1 Removed return types in ConstantBindingBuilder and LinkedBindingBuilder. Updated Javadocs. by crazyboblee · 17 years ago
  71. fc9337f Added code to automatically convert between primitive types and their wrapper types. Modified SingletonScope to use double checked locking which resulted in a noticable performance improvement. by crazyboblee · 17 years ago
  72. e9f0fa5 Added comment to performance test. by crazyboblee · 17 years ago
  73. 664a82e Used cglib for critical constructor and method invocations boosting overall performance by about 40%. by crazyboblee · 17 years ago
  74. 70eb033 Restored Spring performance comparison to working order. by crazyboblee · 17 years ago
  75. b052dd8 Minor performance enhancements (removed unnecessary object creations). by crazyboblee · 17 years ago
  76. f638928 Updated Javadocs. by crazyboblee · 17 years ago
  77. abfd546 Removed old Javadocs. by crazyboblee · 17 years ago
  78. 63b592b Redesigned scopes to enable custom implementations. Renamed DependencyException to ConfigurationException. Cleaned up Container's interface. It now returns a Factory instead of a direct instance so clients don't have to keep passing in the paramters resulting in a map lookup. Added support for injecting Factory<T> where T is any bound type. by crazyboblee · 17 years ago
  79. fe2f167 Added missing file. by crazyboblee · 17 years ago
  80. 4c90ac0 Fixed mime types. by crazyboblee · 17 years ago
  81. bb8e585 Set HTML mime types. by crazyboblee · 17 years ago
  82. 161e627 Regenerated Javadocs. by crazyboblee · 17 years ago
  83. 7c5b2c4 Refactored ContainerBuilder API. Added support for generic types. by crazyboblee · 17 years ago
  84. b944668 Refactoring binding API. Adding support for generic types. by crazyboblee · 17 years ago
  85. 41bc852 Added TypeToken. Refactored Key to use it. Goodbye, raw types! by crazyboblee · 17 years ago
  86. d42a05b Added key tests and code to convert to raw keys. by crazyboblee · 17 years ago
  87. ed8825f Refactoring binding API. Adding support for generic types. by crazyboblee · 17 years ago
  88. 6ab7e1f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  89. 953aa44 Make it possible to inject constant instances by limpbizkit · 18 years ago
  90. 07e4182 Added type conversion for constants. Optimized ReferenceCache. by crazyboblee · 18 years ago
  91. 263c5bc Added alias methods to container builder, added npe check when retrieving a factory by donald.brown · 18 years ago
  92. 249d691 Setting mime type for documentation. by crazyboblee · 18 years ago
  93. 66b415a Initial checkin. by crazyboblee · 18 years ago
  94. 4f29bc8 Initial directory structure. by (no author) · 18 years ago