Release Notes
B0.6.1: 30 June 2007 ------------------------------ Improved performance - now over four times faster than BeanUtils. B0.6: 27 June 2007 ------------------------------ Supports collections, including generics to determine converter Supports direct setting of array and collection elements A0.5: 20 June 2007 ------------------------------ Updated java docs Included javadocs in build Included support for retro-fitting BeanUtils converters A0.4: 17 June 2007 ------------------------------ Updated performance test Now builds 'buildable' archives Includes support for primitive and complex arrays A0.3: 13 June 2007 ------------------------------ Updated MethodCache to use reentrant read/write lock Fixed field interceptor to actually check for circular dependencies Included test to ensure that multiple setters for the same field are handled cleanly Added performance test - 20% faster than BeanUtils! A0.2: 13 June 2007 ------------------------------ Added ShortConverter Added ExceptionMode Changed ObjectBoxException to inherit RuntimeException Added MethodCache and plumbed into ObjectBox Refactored getter/setter finding to the MethodCache Introduced FieldInterceptor Implemented GhostFieldInterceptor A0.1: 11 June 2007 ------------------------------ First Release
