Migration Guide Between 2.x VersionsThis document aims to assist with the migration between different versions within the 2.x line. While all Commons Configuration artifacts maintain binary compatibility with previous versions with the same major number, there are some behavioral and/or configuration differences that may need to be addressed when upgrading. v2.8.0
Version 2.8.0 of Commons Configuration introduced a change in the variable interpolation lookups
included by default. In previous versions, all lookups defined in the
org.apache.commons.configuration2.interpol.ConfigurationInterpolator.defaultPrefixLookups=BASE64_DECODER,BASE64_ENCODER,CONST,DATE,DNS,ENVIRONMENT,FILE,JAVA,LOCAL_HOST,PROPERTIES,RESOURCE_BUNDLE,SCRIPT,SYSTEM_PROPERTIES,URL,URL_DECODER,URL_ENCODER,XML |