You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/06/30 21:39:36 UTC

[GitHub] ctubbsii opened a new pull request #137: Fix #135 Remove deprecation warnings

ctubbsii opened a new pull request #137: Fix #135 Remove deprecation warnings
URL: https://github.com/apache/incubator-fluo-recipes/pull/137
 
 
   Add missing @Deprecation annotations
   Avoid warning-triggering imports of deprecated classes
   
   This cleans up the warnings in the build so that new warnings which may need to be triage'd won't be lost in the noise. It's not pretty to inline the imports and use the fully-qualified class names, but it's only for classes already deprecated, and I think reducing the noise so we can more easily identify new items for triage outweighs this ugliness.
 
----------------------------------------------------------------
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