This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


    from 5b970ff22 NUTCH-2951 Crawl datum with metadata 
WRITABLE_GENERATE_TIME_KEY awaits fetching forever - bug fix: add missing 
braces   (bug introduced with NUTCH-2737, solution contributed by Lapadula 
Alessandro)
     new 03e0ffda4 NUTCH-2936 Early registration of URL stream handlers 
provided by plugins may fail Hadoop jobs running in distributed mode if 
protocol-okhttp is used - protocol-okhttp: initialize SSLContext used to ignore 
SSL/TLS certificate verificiation   not in a static code block
     new 1f5f3e4d4 NUTCH-2936 Early registration of URL stream handlers 
provided by plugins may fail Hadoop jobs running in distributed mode if 
protocol-okhttp is used - code improvements Nutch plugin system:   - use 
`Class<?>` and remove suppressions of warnings   - javadocs: fix typos   - 
remove superfluous white space   - autoformat using code style template
     new 487110b07 NUTCH-2936 Early registration of URL stream handlers 
provided by plugins may fail Hadoop jobs            running in distributed mode 
if protocol-okhttp is used NUTCH-2949 Tasks of a multi-threaded map runner may 
fail because of slow creation of URL stream handlers

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/java/org/apache/nutch/plugin/Extension.java    |  14 +--
 src/java/org/apache/nutch/plugin/Plugin.java       |   2 +-
 .../org/apache/nutch/plugin/PluginRepository.java  |  26 +++---
 .../nutch/plugin/URLStreamHandlerFactory.java      | 101 +++++++++++++++------
 .../org/apache/nutch/protocol/okhttp/OkHttp.java   |  29 +++---
 5 files changed, 107 insertions(+), 65 deletions(-)

Reply via email to