Skip to content

1.5.4.Final

Compare
Choose a tag to compare
@filiphr filiphr released this 13 Apr 21:56
· 128 commits to main since this release

Enhancements

  • Support for Jakarta @ApplicationScoped is missing (#2950)

Bugs

  • Exceptions declared to be thrown by a mapping method, are not declared in generated mapping methods for nested types (#3142)
  • DeepClone mapping control not generating third tier functions to clone (#3135)
  • missing throws clauses when mapping enum with checked exceptions (#3110)
  • Version 1.5.3 doesn't consider Mapping annotations for nested objects (worked with 1.5.2) (#3057)
  • Cannot use only BeanMapping#mappingControl (#3040)

Documentation

  • Document <THROW_EXCEPTION> in the reference guide (#3112)