You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (Updated) (JIRA)" <ji...@apache.org> on 2012/02/26 17:26:48 UTC

[jira] [Updated] (NUTCH-1273) Fix [deprecation] javac warnings

     [ https://issues.apache.org/jira/browse/NUTCH-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1273:
----------------------------------------

    Attachment: NUTCH-1273-trunk.patch

This is not 100% complete but fixes all but a trivial issue with use of deprecated  Tika methods and one issue with http-client, which in all honesty I'm not going to fix for obvious reasons. I'll update the patch when I get news through about tika methods from user@tika. 
                
> Fix [deprecation] javac warnings
> --------------------------------
>
>                 Key: NUTCH-1273
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1273
>             Project: Nutch
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: nutchgora, 1.5
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: nutchgora, 1.5
>
>         Attachments: NUTCH-1273-trunk.patch
>
>
> As part of this task, these warnings should be resolved, however this particular strand of warnings can either be resolved by adding
> {code}
> @SuppressWarnings("deprecation")
> {code}
> or by actually upgrading our class usage to rely upon non-deprecated classes. Which option is more appropriate for the project?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira