You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2018/10/04 20:07:00 UTC

[jira] [Closed] (CONFIGURATION-726) Add support for Commons Text 1.5 new string lookups as default lookups

     [ https://issues.apache.org/jira/browse/CONFIGURATION-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory closed CONFIGURATION-726.
--------------------------------------
    Resolution: Fixed

In svn trunk.

> Add support for Commons Text 1.5 new string lookups as default lookups
> ----------------------------------------------------------------------
>
>                 Key: CONFIGURATION-726
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-726
>             Project: Commons Configuration
>          Issue Type: Improvement
>          Components: Interpolation
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>            Priority: Major
>             Fix For: 2.4
>
>
> Since we depend on Apache Commons Text for string lookups, add support for Commons Text 1.5's new string lookup as default lookups.
> Provides access to lookups defined in Apache Commons Text:
>  * "base64" for the {{Base64StringLookup}} since Apache Commons Text 1.5.
>  * "const" for the {{ConstantStringLookup}} since Apache Commons Text 1.5.
>  * "date" for the {{DateStringLookup}}.
>  * "env" for the {{EnvironmentVariableStringLookup}}.
>  * "file" for the {{FileStringLookup}} since Apache Commons Text 1.5.
>  * "java" for the {{JavaPlatformStringLookup}}.
>  * "localhost" for the {{LocalHostStringLookup}}, see {{#localHostStringLookup()}} for key names; since Apache Commons Text 1.3.
>  * "properties" for the {{PropertiesStringLookup}} since Apache Commons Text 1.5.
>  * "resourceBundle" for the {{ResourceBundleStringLookup}} since Apache Commons Text 1.5.
>  * "script" for the {{ScriptStringLookup}} since Apache Commons Text 1.5.
>  * "sys" for the {{SystemPropertyStringLookup}}.
>  * "url" for the {{UrlStringLookup}} since Apache Commons Text 1.5.
>  * "xml" for the {{XmlStringLookup}} since Apache Commons Text 1.5.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)