protostuff v1.3.1 Release Notes

Release Date: 2015-02-12 // about 9 years ago
  • ๐Ÿ‘Œ Improvements

    ๐Ÿ”ง #86: Configure system properties for maven plugin in the POM

    Now it is possible to specify proto-compiler options directly in pom.xml

    <plugin>
            <groupId>io.protostuff</groupId>
            <artifactId>protostuff-maven-plugin</artifactId>
            <version>${protostuff.version}</version>
            <configuration>
              <properties>
                <property>
                  <name>ppc.check_filename_placeholder</name>
                  <value>true</value>
                </property>
              </properties>
              <protoModules>
    ...
    

    ๐Ÿ›  Fixes

    #84: Value of @Generated annotation is not valid string [code generator] #90: