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 B2F04200B64 for ; Tue, 2 Aug 2016 17:38:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B17D2160A65; Tue, 2 Aug 2016 15:38:22 +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 2AB9F160A76 for ; Tue, 2 Aug 2016 17:38:22 +0200 (CEST) Received: (qmail 80457 invoked by uid 500); 2 Aug 2016 15:38:20 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 80211 invoked by uid 99); 2 Aug 2016 15:38:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 15:38:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 914C12C0D64 for ; Tue, 2 Aug 2016 15:38:20 +0000 (UTC) Date: Tue, 2 Aug 2016 15:38:20 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (IGNITE-3497) .NET: Improve IgniteConfigurationSection.XSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 15:38:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403912#comment-15403912 ] Pavel Tupitsyn edited comment on IGNITE-3497 at 8/2/16 3:38 PM: ---------------------------------------------------------------- * Added test to check that all properties are present in XML schema * Added missing properties * Added restricted types for all enums * Added documentation for all elements and attributes was (Author: ptupitsyn): * Added test to check that all properties are present in XML schema * Added missing properties * Added restricted types for all enums > .NET: Improve IgniteConfigurationSection.XSD > -------------------------------------------- > > Key: IGNITE-3497 > URL: https://issues.apache.org/jira/browse/IGNITE-3497 > Project: Ignite > Issue Type: Improvement > Components: platforms > Affects Versions: 1.6 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Labels: .net > Fix For: 1.7 > > > * make sure that all properties are present (update unit tests) > * include all enum values > * provide documentation > Can we autogenerate XSD from the configuration classes? This is a job for serializer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)