Return-Path: X-Original-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A25D9A07 for ; Thu, 16 Feb 2012 14:06:10 +0000 (UTC) Received: (qmail 50652 invoked by uid 500); 16 Feb 2012 14:06:10 -0000 Delivered-To: apmail-incubator-deltaspike-commits-archive@incubator.apache.org Received: (qmail 50609 invoked by uid 500); 16 Feb 2012 14:06:09 -0000 Mailing-List: contact deltaspike-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-commits@incubator.apache.org Received: (qmail 50601 invoked by uid 99); 16 Feb 2012 14:06:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 14:06:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 14:06:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 875E43206AE; Thu, 16 Feb 2012 14:05:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rdebusscher@apache.org To: deltaspike-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: DELTASPIKE-89 Message-Id: <20120216140546.875E43206AE@tyr.zones.apache.org> Date: Thu, 16 Feb 2012 14:05:46 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 7bf27dccd -> 754a7afdf DELTASPIKE-89 Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/754a7afd Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/754a7afd Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/754a7afd Branch: refs/heads/master Commit: 754a7afdf4478b966db34581969af8b326c88478 Parents: 7bf27dc Author: Rudy De Busscher Authored: Thu Feb 16 15:04:30 2012 +0100 Committer: Rudy De Busscher Committed: Thu Feb 16 15:04:30 2012 +0100 ---------------------------------------------------------------------- .../deltaspike/core/spi/config/ConfigSource.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/754a7afd/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/config/ConfigSource.java ---------------------------------------------------------------------- diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/config/ConfigSource.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/config/ConfigSource.java index 3bae488..c603dbe 100644 --- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/config/ConfigSource.java +++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/config/ConfigSource.java @@ -23,10 +23,8 @@ package org.apache.deltaspike.core.spi.config; * A ConfigSource provides properties from a specific place, like * JNDI configuration, a properties file, etc

* - *

A ConfigSourceProvider which is not provided via - * {@link ConfigSourceProvider} will get picked up via the - * {@link java.util.ServiceLoader} and therefor must get registered via - * META-INF/services/org.apache.deltaspike.core.spi.config.ConfigSource

+ *

The custom implementation can be 'registered' using a + * {@link ConfigSourceProvider}

*/ public interface ConfigSource {