Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@Chessray Chessray released this 25 Sep 08:56
· 15 commits to main since this release

Additions:

  • New module test-extensions which contains a @ConverterScan annotation that greatly simplifies the writing of integration tests. Thanks to @joosehav for the suggestion.
  • New annotation @AdapterMethodName which allows a developer to override the default name for generated adapter methods. Thanks to @pw-lehre for the inspiration.
  • New annotation @DelegatingConverter that will generate a converter calling the one whose method is annotated with this. The intended use is in conjunction with MapStruct Core's @InheritInverseConfiguration. Thanks again to @pw-lehre for the idea.

Full Changelog: v1.0.2...v1.1.0