You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/04/02 14:05:41 UTC

[jira] [Created] (DELTASPIKE-1240) [Config] add List support

Mark Struberg created DELTASPIKE-1240:
-----------------------------------------

             Summary: [Config] add List support
                 Key: DELTASPIKE-1240
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1240
             Project: DeltaSpike
          Issue Type: New Feature
          Components: Configuration
    Affects Versions: 1.7.2
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.8.0


Currently there is no built-in way to configure lists of values. This is useful if you think about e.g. something like

{code}
mycompany.myproj.batch.error.email=someone@mycomp,else@mycomp,ops@mycomp
{code}

Any ',' character inside the payload might get escaped via '\,' and a single backslash '\' itself with double-backslash '\\'





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)