From commits-return-1340-archive-asf-public=cust-asf.ponee.io@any23.apache.org Wed Feb 28 05:43:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9C28E18077B for ; Wed, 28 Feb 2018 05:43:13 +0100 (CET) Received: (qmail 854 invoked by uid 500); 28 Feb 2018 04:43:12 -0000 Mailing-List: contact commits-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@any23.apache.org Delivered-To: mailing list commits@any23.apache.org Received: (qmail 683 invoked by uid 99); 28 Feb 2018 04:43:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2018 04:43:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A0A43F4E28; Wed, 28 Feb 2018 04:43:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lewismc@apache.org To: commits@any23.apache.org Date: Wed, 28 Feb 2018 04:43:13 -0000 Message-Id: <0eee72cabb364ec68565a43ee1af421b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/10] any23 git commit: Merge branch 'master' into ANY23-321 Merge branch 'master' into ANY23-321 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/6660ed81 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/6660ed81 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/6660ed81 Branch: refs/heads/master Commit: 6660ed8142c57274ce51b40af097e4cabf158d3b Parents: b71142f 6d0606f Author: Lewis John McGibbney Authored: Mon Jan 8 09:26:05 2018 -0500 Committer: Lewis John McGibbney Committed: Mon Jan 8 09:26:05 2018 -0500 ---------------------------------------------------------------------- .../any23/cli/ExtractorDocumentationTest.java | 2 - .../java/org/apache/any23/cli/RoverTest.java | 2 - .../org/apache/any23/cli/SimpleRoverTest.java | 2 - .../any23/extractor/csv/CSVExtractor.java | 23 +- .../extractor/html/EmbeddedJSONLDExtractor.java | 363 ++-- .../any23/extractor/html/HTMLMetaExtractor.java | 58 +- .../apache/any23/extractor/microdata/Item.java | 10 +- .../extractor/microdata/ItemPropValue.java | 31 +- .../any23/extractor/microdata/ItemScope.java | 29 +- .../extractor/microdata/MicrodataExtractor.java | 35 +- .../extractor/microdata/MicrodataParser.java | 136 +- .../any23/extractor/xpath/QuadTemplate.java | 1 + .../any23/extractor/xpath/TemplateObject.java | 39 +- .../any23/extractor/xpath/TemplateSubject.java | 13 +- .../any23/extractor/yaml/ElementsProcessor.java | 24 +- .../any23/rdf/Any23ValueFactoryWrapper.java | 61 +- .../java/org/apache/any23/rdf/RDFUtils.java | 92 +- .../XMLValidationReportSerializer.java | 21 +- .../any23/validator/rule/AboutNotURIRule.java | 1 + .../validator/rule/MetaNameMisuseRule.java | 1 + .../org/apache/any23/vocab/RDFSchemaUtils.java | 24 +- .../any23/extractor/csv/CSVExtractorTest.java | 178 +- .../html/AbstractExtractorTestCase.java | 1592 ++++++++------- .../extractor/html/HCardExtractorTest.java | 1852 +++++++++--------- .../extractor/html/HListingExtractorTest.java | 3 - .../microdata/MicrodataParserTest.java | 81 +- .../any23/extractor/rdfa/RDFaExtractorTest.java | 2 - .../TemplateXPathExtractorRuleImplTest.java | 24 +- .../any23/filter/IgnoreAccidentalRDFaTest.java | 2 +- .../org/apache/any23/writer/JSONWriterTest.java | 4 - pom.xml | 2 +- .../org/apache/any23/servlet/ServletTest.java | 4 - ....2.1-non-normative-example-1-expected.nquads | 8 +- .../5.2.1-non-normative-example-1.html | 48 +- ....2.1-non-normative-example-2-expected.nquads | 33 +- .../5.2.1-non-normative-example-2.html | 16 +- .../microdata-basic-expected.properties | 6 +- .../resources/microdata/microdata-basic.html | 15 +- .../microdata-itemref-expected.properties | 20 +- .../resources/microdata/microdata-itemref.html | 46 +- .../microdata/microdata-json-serialization.json | 2 +- .../microdata/microdata-nested-expected.nquads | 19 +- .../microdata-nested-expected.properties | 4 +- .../resources/microdata/microdata-nested.html | 33 +- .../microdata-richsnippet-expected.nquads | 27 +- 45 files changed, 2469 insertions(+), 2520 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/6660ed81/pom.xml ----------------------------------------------------------------------