Skip to content

Commit f8f998f

Browse files
committed
#14 Add protobuf example to the readme and update to latest MapStruct version
1 parent db0be77 commit f8f998f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

mapstruct-protobuf3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>

0 commit comments

Comments
 (0)