Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
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
Attachments
Issue Links
- is depended upon by
-
NUTCH-1091 Remove commons logging dependency from Nutch branch and trunk
- Closed