Just released Beta version 0.6 of GoChaCha a modern well engineered, stateless, functional replacement for BeanUtils.
Now more than four times faster than BeanUtils!
Just released Beta version 0.6 of GoChaCha a modern well engineered, stateless functional replacement for BeanUtils.
Supports collections, including generics to determine converter
Supports direct setting of array and collection elements
Now twice as fast as BeanUtils!
Just released Alpha version 0.5 of GoChaCha a modern well engineered, stateless functional replacement for BeanUtils.
Changes are:
Updated java docs
Included javadocs in build
Included support for retro-fitting BeanUtils converters
Just released Alpha version 0.2 of GoChaCha a modern well engineered, stateless functional replacement for BeanUtils.
Changes are:
Updated performance test
Now builds 'buildable' archives
Includes support for primitive and complex arrays
Just released Alpha version 0.2 of GoChaCha a modern well engineered, stateless functional replacement for BeanUtils.
Changes are:
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!
Just released Alpha version 0.2 of GoChaCha a modern well engineered, stateless functional replacement for BeanUtils.
Changes are:
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