OpenPojo 0.8.10
oshoukry
released this
09 Mar 05:40
·
49 commits
to master
since this release
Added
- Issue #113 Support for randomly generating BufferedImage. (Thanks to panosgit)
Fixed
- Issue #95 AttributeHelper was stripping out the prefixes from fields regardless of registration scope (causing exceptions). Will now allow you to use the AttributeHelper registering Prefix as guidance not given, enabling you to migrate out of your prefix architecture if needed. (Thanks to Yky)
- Better version detection for ASM versions, there was a corner case when ASM pre-5.0 was loaded causing unexpected failure due to changes in ASM pre-5. OpenPojo will now throw appropriate exception if ASM pre-5.0 is detected or 6.0 or higher.