You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "P. Ottlinger" <po...@apache.org> on 2018/10/30 19:21:09 UTC

Fwd: [ANNOUNCE] Commons Configuration 2.4 Released

Does anyone know how this project relates to Tamaya or Microprofile Config?

Cheers,
Phil


-------- Weitergeleitete Nachricht --------
Betreff: [ANNOUNCE] Commons Configuration 2.4 Released
Datum: Tue, 30 Oct 2018 10:57:26 -0400
Von: Rob Tompkins <ch...@apache.org>
An: announce@apache.org, Commons Developers List
<de...@commons.apache.org>, Commons Users List <us...@commons.apache.org>

The Apache Commons Team is pleased to announce the release of
Apache Commons Configuration 2.4.

The Apache Commons Configuration open source software library provides a
generic configuration interface which enables an application to read
configuration data from a variety of sources.

Source and binary distributions are available for download from the Apache
Commons download site:

http://commons.apache.org/proper/commons-configuration/download_configuration.cgi

When downloading, please verify signatures using the KEYS file available at
the above location when downloading the release.

Alternatively the release can be pulled via maven:
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-configuration2</artifactId>
  <version>2.4</version>

The release notes can be reviewed at:
  http://www.apache.org/dist/commons/configuration/RELEASE-NOTES.txt

For complete information on Commons Configuration, including
instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons Configuration website:

http://commons.apache.org/proper/commons-configuration/

Best regards,
Rob Tompkins
on behalf of the Apache Commons community

Re: [ANNOUNCE] Commons Configuration 2.4 Released

Posted by Werner Keil <we...@gmail.com>.
Phil,

Not at all. At least when I last looked at it, Commons Config 2 shows a
great improvement over V1, somewhat similar to e.g. the step up from Log4J
1 to Log4J2. However, its API does not seem to implement either
MicroProfile Config, JSR 382 or (a not yet existing) Jakarta EE Config. And
frankly until that fragmentation is settled either way nobody can blame
them.

It does not really compare to Tamaya directly either. What Tamaya does on
top of its own API or others (like both MP Config and JSR 382 at this
point) is comparable to Netflix Archaius. Which builds a Cloud-friendly
distributed configuration layer on top of Commons Config, but a bit more
recently also added support for e.g. Typesafe Config. So Archaius is closer
to Tamaya while Commons Config is the default underlying "low level"
framework for Archaius.

HTH,
Werner



On Tue, Oct 30, 2018 at 8:21 PM P. Ottlinger <po...@apache.org> wrote:

> Does anyone know how this project relates to Tamaya or Microprofile Config?
>
> Cheers,
> Phil
>
>
> -------- Weitergeleitete Nachricht --------
> Betreff: [ANNOUNCE] Commons Configuration 2.4 Released
> Datum: Tue, 30 Oct 2018 10:57:26 -0400
> Von: Rob Tompkins <ch...@apache.org>
> An: announce@apache.org, Commons Developers List
> <de...@commons.apache.org>, Commons Users List <us...@commons.apache.org>
>
> The Apache Commons Team is pleased to announce the release of
> Apache Commons Configuration 2.4.
>
> The Apache Commons Configuration open source software library provides a
> generic configuration interface which enables an application to read
> configuration data from a variety of sources.
>
> Source and binary distributions are available for download from the Apache
> Commons download site:
>
>
> http://commons.apache.org/proper/commons-configuration/download_configuration.cgi
>
> When downloading, please verify signatures using the KEYS file available at
> the above location when downloading the release.
>
> Alternatively the release can be pulled via maven:
>   <groupId>org.apache.commons</groupId>
>   <artifactId>commons-configuration2</artifactId>
>   <version>2.4</version>
>
> The release notes can be reviewed at:
>   http://www.apache.org/dist/commons/configuration/RELEASE-NOTES.txt
>
> For complete information on Commons Configuration, including
> instructions on how to
> submit bug reports, patches, or suggestions for improvement, see the Apache
> Commons Configuration website:
>
> http://commons.apache.org/proper/commons-configuration/
>
> Best regards,
> Rob Tompkins
> on behalf of the Apache Commons community
>