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 7765bb3 Merge pull request #448 from
sebastian-nagel/NUTCH-2704-crawler-commons-upgrade-1.0
new 615b20e NUTCH-2585 NPE in TrieStringMatcher - add test for
thread-safety to main() method of PrefixStringMatcher using parallel streams
calling the match method
new b1c46c4 NUTCH-2585 NPE in TrieStringMatcher - move code preparing
TrieNode for matching into synchronized method - add note about thread-safety
new fd203d8 Merge pull request #452 from
sebastian-nagel/NUTCH-2585-trie-string-matcher
The 2896 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:
.../org/apache/nutch/util/PrefixStringMatcher.java | 26 ++++++++++++++++++++--
.../org/apache/nutch/util/TrieStringMatcher.java | 18 ++++++++++++---
2 files changed, 39 insertions(+), 5 deletions(-)