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 D4094200C5E for ; Sat, 22 Apr 2017 14:09:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D2848160B96; Sat, 22 Apr 2017 12:09:41 +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 264C2160B93 for ; Sat, 22 Apr 2017 14:09:40 +0200 (CEST) Received: (qmail 71226 invoked by uid 500); 22 Apr 2017 12:09:40 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 71217 invoked by uid 99); 22 Apr 2017 12:09:40 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2017 12:09:40 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A9B213A00A6 for ; Sat, 22 Apr 2017 12:09:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1792282 - /geronimo/components/config/trunk/README.adoc Date: Sat, 22 Apr 2017 12:09:39 -0000 To: scm@geronimo.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170422120939.A9B213A00A6@svn01-us-west.apache.org> archived-at: Sat, 22 Apr 2017 12:09:42 -0000 Author: struberg Date: Sat Apr 22 12:09:39 2017 New Revision: 1792282 URL: http://svn.apache.org/viewvc?rev=1792282&view=rev Log: improve documentation Modified: geronimo/components/config/trunk/README.adoc Modified: geronimo/components/config/trunk/README.adoc URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/README.adoc?rev=1792282&r1=1792281&r2=1792282&view=diff ============================================================================== --- geronimo/components/config/trunk/README.adoc (original) +++ geronimo/components/config/trunk/README.adoc Sat Apr 22 12:09:39 2017 @@ -19,7 +19,7 @@ ## Status -Microprofile proposal! +Implementation of the MicroProfile Config Specification Proposal. == Rational @@ -39,7 +39,7 @@ Romain Manni-Bucau (Apache/Tomitribe), R == How it works -A 'Configuration' consists of the information collected from the registered `javax.config.spi.ConfigSource` s. +A 'Configuration' consists of the information collected from the registered `ConfigSource` s. These `ConfigSource`s get sorted according to their _ordinal_. That way it is possible to overwrite configuration with lower importance from outside. @@ -61,4 +61,20 @@ An example would be a ConfigSource which `$> mvn clean install` -After that the specification PDF can be found in `spec/target/generated-docs/microprofile-config-spec.pdf` \ No newline at end of file +== Config API + +The MicroProfile Config API and further information can be found at + +https://github.com/eclipse/microprofile-config/ + +The API is also available as Maven Artifact + +[source,xml] +---- + + org.eclipse.microprofile.apis + microprofile-config_1.0_api + 1.0-SNAPSHOT + +---- +