Skip to content

Release notes 1.5.0

Sidi Mohamed EL AATIFI edited this page Dec 7, 2016 · 1 revision

Implemented enhancements:

  • RamUsageEstimator fails with ClassNotFound #106

Fixed bugs:

  • CodeGenerationStrategy.addSpecification(...) should accept Class<T extends Specification> instead of Class<Specification> #134
  • Registering map with multiple converters does not work #99
  • Mapping between Map<a, Map<b, c>> causes null pointer exception #98
  • TypeFactory doesn't resolve the real Type Argument for parameterized type. #83
  • (1.4.6) Invalid code generated when embedded field name not a valid java variable name #77
  • CustomMapper ArrayIndexOutOfBoundsException if an intermediate generic superclass is used for a mapper implementation #69
  • NPE on VariableRef.isPrimitive() with map of map #67
  • Orika does not create intermediate property when mapping lists #64
  • Paranamer issue if Object uses lambda #60
  • Default mapper with SortedSet throws ClassCastException #58
  • Deadlock with Orika 1.4.4 #56

Closed issues:

  • Inheritance check does not consider interfaces. #148
  • Cancel mapping in filter #143
  • Property types are not correctly resolved from generic interfaces. #131
  • How to map CurrencyUnit field #128
  • Fix Travis CI build #125
  • Caliper link is broken #121
  • ClassLoader strategy coherency #114
  • Orika does not map has[boolean field] as it does for is[boolean field] #109
  • Upgrade ConcurrentLinkedHashMap #100
  • compile error: no such field: java #92
  • No concrete class mapping defined error mapping a list of interfaces #91
  • Don't loose Map instance when mapping MultiOccurenceVariable to a Map #87
  • Error when base interface has methods with default implementations #84
  • Loses values when mapping List<> to Map<>. Works the other way around. #82
  • Mapping java.util.Map attribute to java.util.HashMap throws MappingException #79
  • CustomConverter does not support parameterized types on subclasses #78
  • Null-pointer exception #76
  • Pojos are mutated after being added to Sets, causing equals to fail #75
  • Missing support for @Transient annotations #72
  • Orika in Felix (OSGi) #66

Merged pull requests:

Clone this wiki locally