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

Gary Gregory updated CONFIGURATION-726:
---------------------------------------
    Description: 
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.
 * "urlEncode" for the {{UrlEncoderStringLookup}} since Apache Commons Text 1.6.
 * "xml" for the {{XmlStringLookup}} since Apache Commons Text 1.5.

 

  was:Since we depend on Apache Commons Text for string lookups, add support 
for Commons Text 1.5's new string lookup as default lookups.


> 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.
>  * "urlEncode" for the {{UrlEncoderStringLookup}} since Apache Commons Text 
> 1.6.
>  * "xml" for the {{XmlStringLookup}} since Apache Commons Text 1.5.
>  



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

Reply via email to