You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/03 16:56:33 UTC

[GitHub] sijie commented on a change in pull request #670: BP-14 Relax Durability - patch 1 Introducing LedgerType

sijie commented on a change in pull request #670: BP-14 Relax Durability - patch 1 Introducing LedgerType
URL: https://github.com/apache/bookkeeper/pull/670#discussion_r148838357
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -204,7 +204,8 @@
           <target>1.8</target>
           <compilerArgs>
             <compilerArg>-Werror</compilerArg>
-            <compilerArg>-Xlint:deprecation</compilerArg>
+            <!-- protobuf generates deprecated code for top level enums -->
+            <!--<compilerArg>-Xlint:deprecation</compilerArg>-->
 
 Review comment:
   +1 for 3)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services