forked from elaatifi/orika
-
Notifications
You must be signed in to change notification settings - Fork 268
Release notes 1.4.6
Sidi Mohamed EL AATIFI edited this page May 27, 2015
·
4 revisions
This is a bug fix release including several fixes, many thanks to all contributors
jad7 Emond Papegaaij, Leonard Brünings, Anton Gorenkov, flowenol, Muminur Choudhury
Fixes shipped:
- Upgrade Javassist causing issues with java8
- Nested Property causes NullPointerException in dest argument of shouldMap method.
- Allow to specify values in Map collections not only string keys
- Fix for Issue 129 AdHoc Properties with only getter or setter
- Remove unexpected runtime exception from paranamer
- Adding support of SortedSet and SortedMap interfaces.
- Fix nested field in source, when "CaptureFieldContext" issue related #159 https://code.google.com/p/orika/issues/detail?id=159
- Initialize usedMappers before checking
- Fix for issue 140; a mapped object element may have been cached in the context under a more generic type.
- Fix for issue 160; when a generic type from the argument is not compatible with a type from the reference, favor the argument.
- Property set twice when using implicit superclass mapping
- Fix properties more than once when using implicit used mappers
- Fix bug in MappingContext, building Destination Name Path.
- Make some API more flexible
This make us close to next release (1.5.0-beta1), which includes a fix for the Converter API to include MappingContext into convert method. And add supports for Java 8.