You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Oliver Heger <oh...@apache.org> on 2007/04/08 18:20:34 UTC

[ANNOUNCEMENT] Commons Configuration 1.3 Released

The Jakarta Commons team is pleased to announce the availability of the
Commons Configuration 1.4 release. Commons Configuration provides a
generic configuration interface which enables an application to read
configuration data from a variety of sources.

This release contains numerous bug fixes, but also adds some new
features like improved interpolation support, a new configuration class
for windows ini files, or a new reloading strategy that can be triggered
using JMX. All changes are source and binary compatible with the
previous release (1.3).

Commons Configuration is available in either binary or source form from
the Configuration downloads page:
http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi
When downloading the release, please check the signatures and md5 sums
using the values from the main Apache web site (linked on the download
page).

More information about Commons Configuration can be found at the
Configuration main site at
http://jakarta.apache.org/commons/configuration/

The changes report contains a list with all changes since the last
release and is available at
http://jakarta.apache.org/commons/configuration/changes-report.html

Happy Easter!
Oliver Heger
on behalf of the Commons community

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Rahul Akolkar <ra...@gmail.com>.
Posts to commons-dev@jao come here -- so an accidental post there is just fine.

-Rahul


On Thu, Dec 25, 2008 at 1:31 PM, Ralph Goers <ra...@dslextreme.com> wrote:
> Forwarding to the correct email list.
>
> Begin forwarded message:
>
>> From: Ralph Goers <Ra...@dslextreme.com>
>> Date: December 25, 2008 12:32:28 PM PST
>> To: Jakarta Commons Developers List <co...@jakarta.apache.org>
>> Subject: Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released
>>
>>
>> On Dec 25, 2008, at 10:19 AM, Oliver Heger wrote:
>>
>>> The Jakarta Commons team is pleased to announce the availability of the
>>> Commons Configuration 1.6 release. Commons Configuration provides a
>>> generic configuration interface which enables an application to read
>>> configuration data from a variety of sources.
>>>
>>
>> Thanks, Oliver.  Just FYI, I will be checking in more fixes and
>> enhancements over the next several weeks and will need another release in
>> another month or two.
>>
>> Here is a list of what I'm working on:
>> Direct support for schema validation in XMLConfiguration (completed)
>> Support for adding EntityResolvers to XMLConfiguration (completed)
>> Support for Apache XML Commons CatalogResolver - xml-resolver package
>> (completed)
>> Allow a default EntityResolver to be added to
>> DefaultConfigurationBuilder's configuration (completed)
>> Allow the EntityResolver configured in DefaultConfigurationBuilder to
>> default to the CatalogResolver (completed)
>> I've been requested to have CombinedConfiguration be able to return the
>> list of configuration names in a List that is the same order as
>> getConfigurations.
>> When disableDelimiterParsing is set to true xmlConfig.setProperty("path",
>> "a,b,c,d") is adding a backslash before each comma. Need to investigate and
>> fix.
>> Add a ReloadingStrategy that works with files stored in a CMS that is
>> accessed via WebDav.
>> Possibly add "real" WebDAV support to allow files to be versioned when
>> stored in the WebDAV repository.
>> Possibly add support for accessing files via the JSR 170 API.
>> Possibly refactor all the file access into its own package. Possibly
>> either leverage commons vfs or do something simpler.
>> Go through Jira and look at all the outstanding issues.
>> Work on the experimental branch.
>>
>> All the items marked completed I have working on trunk and am integrating
>> them into the experimental branch. They should be committed in a day or two.
>> All the items starting with "possibly" I will start a discussion on the
>> dev list before doing anything.
>>
>> Ralph
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Fwd: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Ralph Goers <ra...@dslextreme.com>.
Forwarding to the correct email list.

Begin forwarded message:

> From: Ralph Goers <Ra...@dslextreme.com>
> Date: December 25, 2008 12:32:28 PM PST
> To: Jakarta Commons Developers List <co...@jakarta.apache.org>
> Subject: Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released
>
>
> On Dec 25, 2008, at 10:19 AM, Oliver Heger wrote:
>
>> The Jakarta Commons team is pleased to announce the availability of  
>> the
>> Commons Configuration 1.6 release. Commons Configuration provides a
>> generic configuration interface which enables an application to read
>> configuration data from a variety of sources.
>>
>
> Thanks, Oliver.  Just FYI, I will be checking in more fixes and  
> enhancements over the next several weeks and will need another  
> release in another month or two.
>
> Here is a list of what I'm working on:
> Direct support for schema validation in XMLConfiguration (completed)
> Support for adding EntityResolvers to XMLConfiguration (completed)
> Support for Apache XML Commons CatalogResolver - xml-resolver  
> package (completed)
> Allow a default EntityResolver to be added to  
> DefaultConfigurationBuilder's configuration (completed)
> Allow the EntityResolver configured in DefaultConfigurationBuilder  
> to default to the CatalogResolver (completed)
> I've been requested to have CombinedConfiguration be able to return  
> the list of configuration names in a List that is the same order as  
> getConfigurations.
> When disableDelimiterParsing is set to true  
> xmlConfig.setProperty("path", "a,b,c,d") is adding a backslash  
> before each comma. Need to investigate and fix.
> Add a ReloadingStrategy that works with files stored in a CMS that  
> is accessed via WebDav.
> Possibly add "real" WebDAV support to allow files to be versioned  
> when stored in the WebDAV repository.
> Possibly add support for accessing files via the JSR 170 API.
> Possibly refactor all the file access into its own package. Possibly  
> either leverage commons vfs or do something simpler.
> Go through Jira and look at all the outstanding issues.
> Work on the experimental branch.
>
> All the items marked completed I have working on trunk and am  
> integrating them into the experimental branch. They should be  
> committed in a day or two.
> All the items starting with "possibly" I will start a discussion on  
> the dev list before doing anything.
>
> Ralph


Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Oliver Heger <ol...@oliver-heger.de>.
Ralph Goers wrote:
> 
> On Dec 25, 2008, at 10:19 AM, Oliver Heger wrote:
> 
>> The Jakarta Commons team is pleased to announce the availability of  the
>> Commons Configuration 1.6 release. Commons Configuration provides a
>> generic configuration interface which enables an application to read
>> configuration data from a variety of sources.
>>
> 
> Thanks, Oliver.  Just FYI, I will be checking in more fixes and 
> enhancements over the next several weeks and will need another release 
> in another month or two.
> 
> Here is a list of what I'm working on:
> Direct support for schema validation in XMLConfiguration (completed)
> Support for adding EntityResolvers to XMLConfiguration (completed)
> Support for Apache XML Commons CatalogResolver - xml-resolver package 
> (completed)
> Allow a default EntityResolver to be added to 
> DefaultConfigurationBuilder's configuration (completed)
> Allow the EntityResolver configured in DefaultConfigurationBuilder to 
> default to the CatalogResolver (completed)
> I've been requested to have CombinedConfiguration be able to return  the
> list of configuration names in a List that is the same order as 
> getConfigurations.
> When disableDelimiterParsing is set to true 
> xmlConfig.setProperty("path", "a,b,c,d") is adding a backslash before 
> each comma. Need to investigate and fix.
> Add a ReloadingStrategy that works with files stored in a CMS that is 
> accessed via WebDav.
> Possibly add "real" WebDAV support to allow files to be versioned when 
> stored in the WebDAV repository.
> Possibly add support for accessing files via the JSR 170 API.
> Possibly refactor all the file access into its own package. Possibly 
> either leverage commons vfs or do something simpler.
> Go through Jira and look at all the outstanding issues.
> Work on the experimental branch.
> 
> All the items marked completed I have working on trunk and am 
> integrating them into the experimental branch. They should be  committed
> in a day or two.
> All the items starting with "possibly" I will start a discussion on  the
> dev list before doing anything.
> 
> Ralph
> 
Sounds like a lot of interesing stuff! I am really looking forward to
seeing your changes and to the discussions on the dev list.

Thanks
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Ralph Goers <ra...@dslextreme.com>.
On Dec 25, 2008, at 10:19 AM, Oliver Heger wrote:

> The Jakarta Commons team is pleased to announce the availability of  
> the
> Commons Configuration 1.6 release. Commons Configuration provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
>

Thanks, Oliver.  Just FYI, I will be checking in more fixes and  
enhancements over the next several weeks and will need another release  
in another month or two.

Here is a list of what I'm working on:
Direct support for schema validation in XMLConfiguration (completed)
Support for adding EntityResolvers to XMLConfiguration (completed)
Support for Apache XML Commons CatalogResolver - xml-resolver package  
(completed)
Allow a default EntityResolver to be added to  
DefaultConfigurationBuilder's configuration (completed)
Allow the EntityResolver configured in DefaultConfigurationBuilder to  
default to the CatalogResolver (completed)
I've been requested to have CombinedConfiguration be able to return  
the list of configuration names in a List that is the same order as  
getConfigurations.
When disableDelimiterParsing is set to true  
xmlConfig.setProperty("path", "a,b,c,d") is adding a backslash before  
each comma. Need to investigate and fix.
Add a ReloadingStrategy that works with files stored in a CMS that is  
accessed via WebDav.
Possibly add "real" WebDAV support to allow files to be versioned when  
stored in the WebDAV repository.
Possibly add support for accessing files via the JSR 170 API.
Possibly refactor all the file access into its own package. Possibly  
either leverage commons vfs or do something simpler.
Go through Jira and look at all the outstanding issues.
Work on the experimental branch.

All the items marked completed I have working on trunk and am  
integrating them into the experimental branch. They should be  
committed in a day or two.
All the items starting with "possibly" I will start a discussion on  
the dev list before doing anything.

Ralph

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Oliver Heger <ol...@oliver-heger.de>.
Rahul Akolkar wrote:
> Minor comment ofcourse: s/Jakarta/Apache/ below.
> 
> -Rahul

Duh!
Of course, used an old template and did not think...

Oliver

> 
> 
> On Thu, Dec 25, 2008 at 10:19 AM, Oliver Heger <oh...@apache.org> wrote:
> 
>>The Jakarta Commons team is pleased to announce the availability of the
>>Commons Configuration 1.6 release. Commons Configuration provides a
>>generic configuration interface which enables an application to read
>>configuration data from a variety of sources.
>>
>>This release is in line with the previous 1.5 release: there are no big
>>changes or spectacular new features, but a lot of smaller bug fixes and
>>enhancements. There are also a few new features, e.g. support for the
>>xml:space attribute in XMLConfiguration, or multiple enhancements of
>>DefaultConfigurationBuilder. All changes are source and binary
>>compatible with the previous release.
>>
>>Commons Configuration is available in either binary or source form from
>>the Configuration downloads page:
>>http://commons.apache.org/downloads/download_configuration.cgi
>>When downloading the release, please check the signatures and md5 sums
>>using the values from the main Apache web site (linked on the download
>>page).
>>
>>More information about Commons Configuration can be found at the
>>Configuration main site at
>>http://commons.apache.org/configuration/
>>
>>The changes report contains a list with all changes since the last
>>release and is available at
>>http://commons.apache.org/configuration/changes-report.html
>>
>>We wish you all a merry Christmas and a happy new year!
>>Oliver Heger
>>on behalf of the Commons Community
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Rahul Akolkar <ra...@gmail.com>.
Minor comment ofcourse: s/Jakarta/Apache/ below.

-Rahul


On Thu, Dec 25, 2008 at 10:19 AM, Oliver Heger <oh...@apache.org> wrote:
> The Jakarta Commons team is pleased to announce the availability of the
> Commons Configuration 1.6 release. Commons Configuration provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
>
> This release is in line with the previous 1.5 release: there are no big
> changes or spectacular new features, but a lot of smaller bug fixes and
> enhancements. There are also a few new features, e.g. support for the
> xml:space attribute in XMLConfiguration, or multiple enhancements of
> DefaultConfigurationBuilder. All changes are source and binary
> compatible with the previous release.
>
> Commons Configuration is available in either binary or source form from
> the Configuration downloads page:
> http://commons.apache.org/downloads/download_configuration.cgi
> When downloading the release, please check the signatures and md5 sums
> using the values from the main Apache web site (linked on the download
> page).
>
> More information about Commons Configuration can be found at the
> Configuration main site at
> http://commons.apache.org/configuration/
>
> The changes report contains a list with all changes since the last
> release and is available at
> http://commons.apache.org/configuration/changes-report.html
>
> We wish you all a merry Christmas and a happy new year!
> Oliver Heger
> on behalf of the Commons Community
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Oliver Heger <oh...@apache.org>.
The Jakarta Commons team is pleased to announce the availability of the
Commons Configuration 1.6 release. Commons Configuration provides a
generic configuration interface which enables an application to read
configuration data from a variety of sources.

This release is in line with the previous 1.5 release: there are no big
changes or spectacular new features, but a lot of smaller bug fixes and
enhancements. There are also a few new features, e.g. support for the
xml:space attribute in XMLConfiguration, or multiple enhancements of
DefaultConfigurationBuilder. All changes are source and binary
compatible with the previous release.

Commons Configuration is available in either binary or source form from
the Configuration downloads page:
http://commons.apache.org/downloads/download_configuration.cgi
When downloading the release, please check the signatures and md5 sums
using the values from the main Apache web site (linked on the download
page).

More information about Commons Configuration can be found at the
Configuration main site at
http://commons.apache.org/configuration/

The changes report contains a list with all changes since the last
release and is available at
http://commons.apache.org/configuration/changes-report.html

We wish you all a merry Christmas and a happy new year!
Oliver Heger
on behalf of the Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: announcements-unsubscribe@jakarta.apache.org
For additional commands, e-mail: announcements-help@jakarta.apache.org


[ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Oliver Heger <oh...@apache.org>.
The Jakarta Commons team is pleased to announce the availability of the
Commons Configuration 1.6 release. Commons Configuration provides a
generic configuration interface which enables an application to read
configuration data from a variety of sources.

This release is in line with the previous 1.5 release: there are no big
changes or spectacular new features, but a lot of smaller bug fixes and
enhancements. There are also a few new features, e.g. support for the
xml:space attribute in XMLConfiguration, or multiple enhancements of
DefaultConfigurationBuilder. All changes are source and binary
compatible with the previous release.

Commons Configuration is available in either binary or source form from
the Configuration downloads page:
http://commons.apache.org/downloads/download_configuration.cgi
When downloading the release, please check the signatures and md5 sums
using the values from the main Apache web site (linked on the download
page).

More information about Commons Configuration can be found at the
Configuration main site at
http://commons.apache.org/configuration/

The changes report contains a list with all changes since the last
release and is available at
http://commons.apache.org/configuration/changes-report.html

We wish you all a merry Christmas and a happy new year!
Oliver Heger
on behalf of the Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[ANNOUNCEMENT] Commons Configuration 1.6 Released

Posted by Oliver Heger <oh...@apache.org>.
The Jakarta Commons team is pleased to announce the availability of the
Commons Configuration 1.6 release. Commons Configuration provides a
generic configuration interface which enables an application to read
configuration data from a variety of sources.

This release is in line with the previous 1.5 release: there are no big
changes or spectacular new features, but a lot of smaller bug fixes and
enhancements. There are also a few new features, e.g. support for the
xml:space attribute in XMLConfiguration, or multiple enhancements of
DefaultConfigurationBuilder. All changes are source and binary
compatible with the previous release.

Commons Configuration is available in either binary or source form from
the Configuration downloads page:
http://commons.apache.org/downloads/download_configuration.cgi
When downloading the release, please check the signatures and md5 sums
using the values from the main Apache web site (linked on the download
page).

More information about Commons Configuration can be found at the
Configuration main site at
http://commons.apache.org/configuration/

The changes report contains a list with all changes since the last
release and is available at
http://commons.apache.org/configuration/changes-report.html

We wish you all a merry Christmas and a happy new year!
Oliver Heger
on behalf of the Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


[ANNOUNCEMENT] Commons Configuration 1.4 Released

Posted by Oliver Heger <oh...@apache.org>.
Sorry for the noise: Of course this is the 1.4 release of Commons
Configuration.

Oliver

Oliver Heger wrote:
> The Jakarta Commons team is pleased to announce the availability of the
> Commons Configuration 1.4 release. Commons Configuration provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
> 
> This release contains numerous bug fixes, but also adds some new
> features like improved interpolation support, a new configuration class
> for windows ini files, or a new reloading strategy that can be triggered
> using JMX. All changes are source and binary compatible with the
> previous release (1.3).
> 
> Commons Configuration is available in either binary or source form from
> the Configuration downloads page:
> http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi
> When downloading the release, please check the signatures and md5 sums
> using the values from the main Apache web site (linked on the download
> page).
> 
> More information about Commons Configuration can be found at the
> Configuration main site at
> http://jakarta.apache.org/commons/configuration/
> 
> The changes report contains a list with all changes since the last
> release and is available at
> http://jakarta.apache.org/commons/configuration/changes-report.html
> 
> Happy Easter!
> Oliver Heger
> on behalf of the Commons community
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[ANNOUNCEMENT] Commons Configuration 1.4 Released

Posted by Oliver Heger <oh...@apache.org>.
Sorry for the noise: Of course this is the 1.4 release of Commons
Configuration.

Oliver

Oliver Heger wrote:
> The Jakarta Commons team is pleased to announce the availability of the
> Commons Configuration 1.4 release. Commons Configuration provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
> 
> This release contains numerous bug fixes, but also adds some new
> features like improved interpolation support, a new configuration class
> for windows ini files, or a new reloading strategy that can be triggered
> using JMX. All changes are source and binary compatible with the
> previous release (1.3).
> 
> Commons Configuration is available in either binary or source form from
> the Configuration downloads page:
> http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi
> When downloading the release, please check the signatures and md5 sums
> using the values from the main Apache web site (linked on the download
> page).
> 
> More information about Commons Configuration can be found at the
> Configuration main site at
> http://jakarta.apache.org/commons/configuration/
> 
> The changes report contains a list with all changes since the last
> release and is available at
> http://jakarta.apache.org/commons/configuration/changes-report.html
> 
> Happy Easter!
> Oliver Heger
> on behalf of the Commons community
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


[ANNOUNCEMENT] Commons Configuration 1.4 Released

Posted by Oliver Heger <oh...@apache.org>.
Sorry for the noise: Of course this is the 1.4 release of Commons
Configuration.

Oliver

Oliver Heger wrote:
> The Jakarta Commons team is pleased to announce the availability of the
> Commons Configuration 1.4 release. Commons Configuration provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
> 
> This release contains numerous bug fixes, but also adds some new
> features like improved interpolation support, a new configuration class
> for windows ini files, or a new reloading strategy that can be triggered
> using JMX. All changes are source and binary compatible with the
> previous release (1.3).
> 
> Commons Configuration is available in either binary or source form from
> the Configuration downloads page:
> http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi
> When downloading the release, please check the signatures and md5 sums
> using the values from the main Apache web site (linked on the download
> page).
> 
> More information about Commons Configuration can be found at the
> Configuration main site at
> http://jakarta.apache.org/commons/configuration/
> 
> The changes report contains a list with all changes since the last
> release and is available at
> http://jakarta.apache.org/commons/configuration/changes-report.html
> 
> Happy Easter!
> Oliver Heger
> on behalf of the Commons community
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: announcements-unsubscribe@jakarta.apache.org
For additional commands, e-mail: announcements-help@jakarta.apache.org