It is my pleasure to announce the first official release of MapStruct Spring Extensions.
What started out as a StackOverflow question over a year ago has turned into its own (sub-)project within the MapStruct organization.
This first release solves the issue described in the question linked above: How can we use MapStruct mappers defined as Spring Converters in a Spring-idiomatic way when building a hierarchy of them?
Including the annotations and extensions defined in this project will generate a class acting as bridge between MapStruct’s conventions and Spring’s ConversionService API that in turn can be added to any Mapper’s uses attribute. See the examples for details.
By Filip Hrisafov, Sjaak Derksen under
release
news
It is my pleasure to announce the 1.4.1.Final bug fix release of MapStruct.
Even though we did 3 Beta and 1 CR release we still managed to introduce some regressions.
This release includes 6 bug fixes.
The most notable fix is the support for the IntelliJ incremental annotation processing.
By Filip Hrisafov, Sjaak Derksen under
release
news
Today we release a new beta version of MapStruct 1.4.0. We are very happy to have received good feedback from our users. However, it is like always when writing software bugs are made and are there to be solved. So what did we tackle in 1.4.0.Beta3
Improve selection of mapping constructor
Improve error messages for 2 step mapping methods
Fix various bugs and regressions in relation to 2 step mappings