Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 638DB200CF3 for ; Wed, 13 Sep 2017 16:31:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 623881609CA; Wed, 13 Sep 2017 14:31:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8DB31609C9 for ; Wed, 13 Sep 2017 16:31:06 +0200 (CEST) Received: (qmail 65237 invoked by uid 500); 13 Sep 2017 14:31:04 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 65226 invoked by uid 99); 13 Sep 2017 14:31:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2017 14:31:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1BD361A7794 for ; Wed, 13 Sep 2017 14:31:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id EiRnyHqwHe4z for ; Wed, 13 Sep 2017 14:31:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3BEE85FC1C for ; Wed, 13 Sep 2017 14:31:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A9EA6E08A0 for ; Wed, 13 Sep 2017 14:31:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7EC1B25386 for ; Wed, 13 Sep 2017 14:31:00 +0000 (UTC) Date: Wed, 13 Sep 2017 14:31:00 +0000 (UTC) From: "Hudson (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ANY23-311) YAML parser returns overly complicated RDF tree MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Sep 2017 14:31:07 -0000 [ https://issues.apache.org/jira/browse/ANY23-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164728#comment-16164728 ] Hudson commented on ANY23-311: ------------------------------ SUCCESS: Integrated in Jenkins build Any23-trunk #1500 (See [https://builds.apache.org/job/Any23-trunk/1500/]) Fixed ANY23-311 (grzebyta.dev: rev 2a8d53518cc6ae2bc5e8b09fcd6cf5f374a6105f) * (edit) core/src/main/java/org/apache/any23/rdf/RDFUtils.java > YAML parser returns overly complicated RDF tree > ----------------------------------------------- > > Key: ANY23-311 > URL: https://issues.apache.org/jira/browse/ANY23-311 > Project: Apache Any23 > Issue Type: Improvement > Components: rover > Affects Versions: 2.1 > Reporter: Jacek Grzebyta > Assignee: Jacek Grzebyta > Priority: Minor > > If yaml:document contains a map inside than there is necessary node between the document and the map. > {code} > key1: val1 > key2: val2 > key3: val3 > {code} > is parsed to: {{ yaml:contains .}} > and {{node_1}} contains the map. It might be simplified by removing that additional node. -- This message was sent by Atlassian JIRA (v6.4.14#64029)