mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* Do not use maven-processor-plugin and use the maven-compiler-plugin annotationProcessors instead * Update NoPackageCyclesRule and exclude tests * Update checkstyle to 8.14 and remove FIleContentsHolder module and move SuppressionCommentFilter to the TreeWalker * Update assertj to 3.11.1 and replace usage of RuntimeIOException (from AssertJ) with UncheckedIOException (from java 8) * Add how to import MapStruct into IntelliJ and Eclipse into the readme