File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Currently, the following examples exist:
1515* _ mapstruct-nested-bean-mappings_ : Shows how to map object graphs via a main root method
1616* _ mapstruct-mapping-with-cycles_ : Shows how to map object graphs that can contain cycles
1717* _ mapstruct-spi-accessor-naming_ : Example on how to use the Service Provider Interface (SPI) for a custom accessor naming strategy.
18+ * _ mapstruct-protobuf3_ : Example on how to use protobuf3 with MapStruct
1819
1920## License
2021
Original file line number Diff line number Diff line change 3232 <os .mavenplugin.version>1.4.0.Final</os .mavenplugin.version>
3333 <protobuf .plugin.version>0.5.0</protobuf .plugin.version>
3434 <protobuf .java.version>3.2.0</protobuf .java.version>
35- <org .mapstruct.version>1.2.0.Beta1 </org .mapstruct.version>
35+ <org .mapstruct.version>1.2.0.CR1 </org .mapstruct.version>
3636 <maven .compiler.source>1.8</maven .compiler.source>
3737 <maven .compiler.target>1.8</maven .compiler.target>
3838 </properties >
You can’t perform that action at this time.
0 commit comments