Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[config-dev] Tree node - PR
  • From: Tomas Langer <tomas.langer@xxxxxxxxxx>
  • Date: Thu, 26 Aug 2021 18:46:35 +0000
  • Accept-language: cs-CZ, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=QoIL9wapFxNSQUrSWWl7X9KXbGTKrA8uJRp2G4ujngY=; b=C5WOI7aPpNGaf/pw+v0QfXweAKDIccESrm0qZ9ZAseq/RitsERtgRTfLOpnFBE+Vy6n5k+XktZWwoyQ2VqeWWK6a2E7e1ahZnwQnBwptHSqqS8HOUHE041sSeDTtMRrVbeAqM4KM717fgEOCY0bEsEqtJw+ATUY7cp6PoA600uNFWOSMGnG6SfOuGCJnO3yhauBrFjeIYaI9gG3KX2d6PJv72TD9DiftjcTpzktP2QpgqDxNkrU1m0F0LcsPHP8/7DdWfEEvlqK7aaZNovGd8dgz14Ls/DDeq+eyMI5XOhs31reVunMrWpoTLs0qwhLW4lNmnh2D8ykxhQ1bzQET1g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UszsKFutNsAAxV09Odomg5nhjO7fmo50aZJTt5bkxyFX6PaNlQdyg5tEOvPQ2TXp6YynfWpFZK/a2kiZm9Do1/yx/Eg4wx8AuubWJuN8s6bzfT/lxSt22lhtrzszVRBim05TNyO2KmtxlIZq6GJOJZtpNEgkaKbjXbpnYuq/rxa3LKYTnxxTPLR6ruYxD8B7DflwzQ7aOuv+uQxDr82leF4BOkaQyJtvoDL8g1NTu+0LDgVKrMPZSPPiEFcS60mBg4GI7A59VNFPoO4kj6JwRssviS2RrobdcbY1Zkm/iEYhEAY/+OtPDnGUXGLGcaNXWY2gfbK1t0dbdEehG0MpLA==
  • Delivered-to: config-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/config-dev/>
  • List-help: <mailto:config-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/config-dev>, <mailto:config-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/config-dev>, <mailto:config-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXmqqyJQeBJa6wyESrTXrzdeA92w==
  • Thread-topic: Tree node - PR

Hi,
 I have created the PR for MP config as agreed on the meeting: https://github.com/eclipse/microprofile-config/pull/711

This shows my understanding of config tree support (based mostly on our stuff in Helidon, though a bit simplified -e.g. the PR uses Optional as response from config, we use ConfigValue with some additional mapping capabilities).

Tomas

Back to the top