Release 1.1.0
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