Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-1078

Upgrade all instances of commons logging to slf4j (with log4j backend)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.4
    • 1.4
    • None
    • None
    • Patch Available

    Description

      Whilst working on another issue, I noticed that some classes still import and use commons logging for example HttpBase.java

      import java.util.*;
      
      // Commons Logging imports
      import org.apache.commons.logging.Log;
      import org.apache.commons.logging.LogFactory;
      
      // Nutch imports
      import org.apache.nutch.crawl.CrawlDatum;
      

      At this stage I am unsure how many (if any others) still import and reply upon commons logging, however they should be upgraded to slf4j for branch-1.4.

      Attachments

        1. NUTCH-1078-branch-1.4-20110816.patch
          133 kB
          Lewis John McGibbney
        2. NUTCH-1078-branch-1.4-20110824-v2.patch
          142 kB
          Lewis John McGibbney
        3. NUTCH-1078-branch-1.4-20110911-v3.patch
          147 kB
          Lewis John McGibbney
        4. NUTCH-1078-branch-1.4-20110916-v4.patch
          147 kB
          Lewis John McGibbney
        5. NUTCH-1078-trunk-20110929.patch
          2 kB
          Lewis John McGibbney

        Issue Links

          Activity

            People

              lewismc Lewis John McGibbney
              lewismc Lewis John McGibbney
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: