-
Notifications
You must be signed in to change notification settings - Fork 19
Release notes
zerounix edited this page Apr 16, 2014
·
4 revisions
- Using specified class loader for loading mappings has been implemented
- NominMapper interface has been expanded to use specified character set
- Nomin has been upgraded to use the latest versions of dependencies
- Deleted deprecations
- Cycle detection and caching has been implemented
- Setting default introspector has been implemented
- Several additional hooks have been added. See the corresponding page
- org.nomin.NominMapper allows to parse files and directories as well as class path resources
- Nomin has been updated to use Groovy 1.8.2 instead of 1.7.5. Please refer Groovy docs
- java.util.Map type is now supported by Nomin, for details see the page dedicated to maps
- Using a Map as the context is changed to using separate the Context interface, details at the context management page
- FastIntrospector and FastInstanceCreator were created to create objects, get/set properties and invoke methods. They use CGLIB to provide such functionality.
- Changed the use of dateFormat conversion, details at the conversions page
- Some components were refactored
- Shared context isn't available in another thread
- Minor refactorings