Hi Rob,
Congratulations on the release.
> On Apr 29, 2025, at 09:10, Rob Tompkins wrote:
>
> The Apache Commons team is pleased to announce Apache Commons Configuration
> 2.12.0.
>
> Apache Commons Configuration is a library focused on algorithms that read
> configurat
The Apache Commons team is pleased to announce Apache Commons Configuration
2.12.0.
Apache Commons Configuration is a library focused on algorithms that read
configuration/preferences files in various formats.
Release 2.12.0. requires Java 8.
Historical list of changes:
https
This vote passes with +1’s from the following:
Henri Biestro
Gary Gregory
Rob Tompkins
Many thanks!
-Rob
> On Apr 22, 2025, at 5:48 PM, Rob Tompkins wrote:
>
> Hi all,
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.11.0 was re
ted code easily (if at all?).
The SpotBugs error is expected on modern JDKs until we pick up a newer
version through our parent POM.
Gary
On Tue, Apr 22, 2025 at 5:49 PM Rob Tompkins wrote:
>
> Hi all,
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Co
My +1
> On Apr 22, 2025, at 5:48 PM, Rob Tompkins wrote:
>
> Hi all,
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.11.0 was released, so I would like to release Apache Commons
> Configuration 2.12.0.
>
> Apache Commons
[+1]
Build & tests ok; site & javadoc look good; reports check.
Nits: JIRA report has lots of issues without a fix version; Jacoco should
exclude parser generated classes;
Built using: mvn clean install site -s "$HOME/.m2/commons-settings.xml"
On: Apache Maven 3.8.6 (84538c9988a25aec085021c365c
Hi all,
We have fixed a few bugs and added enhancements since Apache Commons
Configuration 2.11.0 was released, so I would like to release Apache Commons
Configuration 2.12.0.
Apache Commons Configuration 2.12.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev
I’m going to cancel this vote and up version the RC to 2.12.0.
-Rob
> On Apr 16, 2025, at 10:26 PM, Rob Tompkins wrote:
>
> Hello all
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.11.0 was released, so I would like to rele
> OS name: "mac os x", version: "15.4.1", arch: "aarch64", family: "mac"
> >
> > [There is STILL no Java 24 on Homebrew due to ... Gradle, WT...]
> > [There are no Java-EA on Homebrew FWIW]
> >
> > Tested on:
> >
> &
uot;aarch64", family: "mac"
>
> [There is STILL no Java 24 on Homebrew due to ... Gradle, WT...]
> [There are no Java-EA on Homebrew FWIW]
>
> Tested on:
>
> Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
>
> Darwin .local 24.4.0 Darwin K
My +1
> On Apr 16, 2025, at 10:26 PM, Rob Tompkins wrote:
>
> Hello all
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.11.0 was released, so I would like to release Apache Commons
> Configuration 2.11.1.
>
> Apache Commo
.15~117/RELEASE_ARM64_T6041 arm64
Gary
On Wed, Apr 16, 2025 at 10:27 PM Rob Tompkins wrote:
>
> Hello all
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.11.0 was released, so I would like to release Apache Commons
> Configuration 2.11
Hello all
We have fixed a few bugs and added enhancements since Apache Commons
Configuration 2.11.0 was released, so I would like to release Apache Commons
Configuration 2.11.1.
Apache Commons Configuration 2.11.1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev
orth adding a
dependency).
So this circles back to the proposal in the thread with "Subject:"
Usage of (Commons) dependencies
That is: _If_ we had a ("very low-level") module that provides the 20 lines
needed by [Configuration] and [Lang], they could both depend on it, with
Hi.
Le lun. 28 oct. 2024 à 14:36, Bernd Eckenfels a écrit :
>
> Hello,
>
> I don’t think a new shared library for HexFormat is a good idea here and
> removing codec with a simple code inline would be my preference as well. Do
> we really want to maintain a new lib
Yes, if it solves the problem
e it" is definitely not one.
>>
>> It looks like I have to explain in more details the change, so here it
>> is:
>>
>> When I implemented the plist configuration in 2005 [1] I needed a Base64
>> and an hex encoder/decoder. Base64 isn't exactly trivia
ys, you can't veto without a good reason either. "I don't
> like it" is definitely not one.
>
> It looks like I have to explain in more details the change, so here it is:
>
> When I implemented the plist configuration in 2005 [1] I needed a Base64
> and an hex enco
n in more details the change, so here it is:
When I implemented the plist configuration in 2005 [1] I needed a Base64
and an hex encoder/decoder. Base64 isn't exactly trivial to implement
and Commons Codec already has one, so I imported the dependency.
The inflation of dependencies wa
On Fri, Oct 25, 2024 at 11:25 PM Emmanuel Bourg wrote:
>
> Le 25/10/2024 à 12:57, Gary Gregory a écrit :
> > -1, please revert and stop inlining Commons methods all over itself.
>
> Could you elaborate why in this case please? Vetos to code changes have
> to be technically justified. You can't jus
third-party libraries.
Configuration is also a higher-level library that provides an SPI and
different implementations, using third-party libraries like Spring.
In both Compress and Configuration commits, pages and pages of diffs now
duplicate code from other Commons JARs: This makes it impossible to
e, Commons Codec was used for the Base64 codec which
has now a standard equivalent in Java 8, and for the Hex class only used
in the PList implementations that will be replaced by the Java 17
HexFormat class. Since Commons Configuration still supports Java 8 I
suggest using a trimmed down c
-1, please revert and stop inlining Commons methods all over itself.
Thank you,
Gary
On Fri, Oct 25, 2024 at 6:06 AM wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> ebourg pushed a commit to branch master
> in repository
> https://gitbox.apache.org/repos/asf/com
a-dev
## Heads-up - JDK 23: Prepare for a More Restrictive JAXP Configuration
The Java platform supports XML processing with JAXP (Java APIs for XML
Processing) that are based on a wide range of XML technologies and standards,
which can make them challenging to secure. To mitigate risks, JAXP o
Le dim. 7 juil. 2024 à 13:06, Jochen Wiedmann
a écrit :
>
> Are we really using slf4j within Commons?
In this particular case, the dependency is in the "test" scope.
Gilles
>> [...]
-
To unsubscribe, e-mail: dev-unsubscr...@co
Are we really using slf4j within Commons?
Jochen
On Sun, Jul 7, 2024 at 12:38 PM Piotrek Żygieło
wrote:
> [INFO] -< org.apache.commons:commons-configuration2
> >--
> [INFO] Building Apache Commons Configuration 2.11.1-SNAPSHOT
> [INFO] fr
be used directly I think
> the module exports can omit this package. The moditect plugin provides
> example configuration to do this for an internal package, which is what I
> am suggesting here.
>
> Alex
>
>
> On Thu, 4 Jul 2024 at 14:25, Gary Gregory wrote:
>
> >
n provides
example configuration to do this for an internal package, which is what I
am suggesting here.
Alex
On Thu, 4 Jul 2024 at 14:25, Gary Gregory wrote:
> Can this alternatively be solved with Java's sealed class feature? That
> would require Java 17 though...
>
> Gary
>
Can this alternatively be solved with Java's sealed class feature? That
would require Java 17 though...
Gary
On Thu, Jul 4, 2024, 9:18 AM Alex Herbert wrote:
> The RNG component has an internal package. So to not export this in the
> module info I had to tweak the exports for moditect inherited
The RNG component has an internal package. So to not export this in the
module info I had to tweak the exports for moditect inherited from commons
parent with a profile:
java-9-up
[9,)
org.moditect
moditect-maven-p
The Apache Commons Team is pleased to announce Commons Configuration 2.11.0.
The Commons Configuration software library provides a generic
configuration interface that enables an application to read
configuration data from a variety of sources.
Commons Configuration includes tools to assist in
This vote passes with the following binding +1 votes:
- Thomas Vandahl (tv)
- Gary Gregory (ggregory)
- Phil Steitz (psteitz)
- Henri Biestro (henrib)
Gary
On Mon, Jun 10, 2024 at 11:47 AM Henri Biestro wrote:
>
> [ +1 ]
>
> Site looks good, javadoc ok, reports ok.
>
>
> Built using: mvn clean
[ +1 ]
Site looks good, javadoc ok, reports ok.
Built using: mvn clean install site -s ~/.m2/commons-settings.xml
On:
$Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Users/hbiestro/Java/apache-maven-3.8.6
Java version: 1.8.0_352, vendor: Azul Systems, Inc., runtime:
rch: "amd64", family:
"unix"
Phil
On Fri, Jun 7, 2024 at 6:53 AM Gary Gregory wrote:
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.10.1 was released, so I would like to release Apache
> Commons Configuration 2.11.0.
>
> A
My +1
Gary
On Sun, Jun 9, 2024, 10:22 AM Thomas Vandahl wrote:
> Hi Gary,
>
> > Am 07.06.2024 um 15:53 schrieb Gary Gregory :
> >
> > We have fixed a few bugs and added enhancements since Apache Commons
> > Configuration 2.10.1 was released, so I would like
Hi Gary,
> Am 07.06.2024 um 15:53 schrieb Gary Gregory :
>
> We have fixed a few bugs and added enhancements since Apache Commons
> Configuration 2.10.1 was released, so I would like to release Apache
> Commons Configuration 2.11.0.
>
> Apache Commons Configuration 2.11.0
We have fixed a few bugs and added enhancements since Apache Commons
Configuration 2.10.1 was released, so I would like to release Apache
Commons Configuration 2.11.0.
Apache Commons Configuration 2.11.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons
Sorry for the automatic message in the previous email, disregard it.
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
gt; open a draft pull request please?
>>
>> Claude
>>
>> On Wed, May 1, 2024 at 3:54 AM Ricardo Mendes
>> wrote:
>>
>> > Good evening,
>> >
>> > I have been working on a new small feature which aims to validate if a
>> > valu
s you have made. It just makes reviewing much easier. Can you
> open a draft pull request please?
>
> Claude
>
> On Wed, May 1, 2024 at 3:54 AM Ricardo Mendes >
> wrote:
>
> > Good evening,
> >
> > I have been working on a new small feature which aims to vali
Ricardo Mendes
wrote:
> Good evening,
>
> I have been working on a new small feature which aims to validate if a
> value is present in a configuration through a first match validation.
>
> This is useful when looking for specific values in multiple configurations
> and ofte
Good evening,
I have been working on a new small feature which aims to validate if a
value is present in a configuration through a first match validation.
This is useful when looking for specific values in multiple configurations
and often can be leveraged to return the right Configuration if a
23:12
To: dev@commons.apache.org
Subject: Re: [CONFIGURATION] ParseException does not exist
Hello Ricardo,
The build is green now:
https://github.com/apache/commons-configuration/actions
The error you found was just a temporary snafu ;-)
Gary
On 2024/04/24 18:01:24 Ricardo Mendes wrote:
Hello Ricardo,
The build is green now:
https://github.com/apache/commons-configuration/actions
The error you found was just a temporary snafu ;-)
Gary
On 2024/04/24 18:01:24 Ricardo Mendes wrote:
> Hey,
>
> Not sure if this is the right place to ask, but I just recent
Hey,
Not sure if this is the right place to ask, but I just recently forked
configuration and I just wanted to build it on my local.
I ran mvn as described in the README
[cid:c6c1beea-0d5e-4f38-ac81-512fbccb7be6]
But for some reason ParseException does not exist in the project.
[cid:cc371705
Introducing Apache Commons Configuration 2.10.1
The Apache Commons Configuration software library provides a generic
configuration interface that enables an application to read
configuration data from a variety of sources.
Tools to assist in the reading of configuration/preferences files in
gt; >
> > Gary
> >
> >> On Sun, Mar 17, 2024 at 4:36 PM Gary Gregory
> >> wrote:
> >>
> >> We have fixed a few bugs since Apache Commons Configuration 2.10.0 was
> >> released, so I would like to release Apache Commons Configuration
&
+1
> On Mar 18, 2024, at 9:35 AM, Gary Gregory wrote:
>
> My +1
>
> Gary
>
>> On Sun, Mar 17, 2024 at 4:36 PM Gary Gregory wrote:
>>
>> We have fixed a few bugs since Apache Commons Configuration 2.10.0 was
>> released, so I would like to rele
My +1
Gary
On Sun, Mar 17, 2024 at 4:36 PM Gary Gregory wrote:
>
> We have fixed a few bugs since Apache Commons Configuration 2.10.0 was
> released, so I would like to release Apache Commons Configuration
> 2.10.1.
>
> Apache Commons Configuration 2.10.1 RC1 is availab
-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-100-generic", arch: "amd64", family:
"unix"
On Sun, 17 Mar 2024 at 21:36, Gary Gregory wrote:
> We have fixed a few bugs since Apache Commons Configuration 2.10.0
We have fixed a few bugs since Apache Commons Configuration 2.10.0 was
released, so I would like to release Apache Commons Configuration
2.10.1.
Apache Commons Configuration 2.10.1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/configuration/2.10.1-RC1
(svn
The Apache Commons is pleased to announce Apache Commons Configuration 2.10.0.
The Commons Configuration software library provides a generic
configuration interface that enables an application to read
configuration data from a variety of sources and tools to assist in
the reading of configuration
gt;
> > ping?
> > TY!
> > Gary
> >
> >> On Sat, Mar 9, 2024 at 9:22 AM Gary Gregory wrote:
> >>
> >> My +1
> >>
> >> Gary
> >>
> >>> On Wed, Mar 6, 2024 at 9:13 AM Gary Gregory
> >>> wrote:
>
;
>>> We have fixed a few bugs and added some enhancements since Apache
>>> Commons Configuration 2.9.0 was released, so I would like to release
>>> Apache Commons Configuration 2.10.0.
>>>
>>> Apache Commons Configuration 2.10.0 RC1 is available fo
y
>
> On Sat, Mar 9, 2024 at 9:22 AM Gary Gregory
> wrote:
> >
> > My +1
> >
> > Gary
> >
> > On Wed, Mar 6, 2024 at 9:13 AM Gary Gregory
> wrote:
> > >
> > > We have fixed a few bugs and added some enhancements since Apache
&
ping?
TY!
Gary
On Sat, Mar 9, 2024 at 9:22 AM Gary Gregory wrote:
>
> My +1
>
> Gary
>
> On Wed, Mar 6, 2024 at 9:13 AM Gary Gregory wrote:
> >
> > We have fixed a few bugs and added some enhancements since Apache
> > Commons Configuration 2.9.0 was
My +1
Gary
On Wed, Mar 6, 2024 at 9:13 AM Gary Gregory wrote:
>
> We have fixed a few bugs and added some enhancements since Apache
> Commons Configuration 2.9.0 was released, so I would like to release
> Apache Commons Configuration 2.10.0.
>
> Apache Commons Configura
We have fixed a few bugs and added some enhancements since Apache
Commons Configuration 2.9.0 was released, so I would like to release
Apache Commons Configuration 2.10.0.
Apache Commons Configuration 2.10.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons
en_US, platform encoding: UTF-8
>> OS name: "linux", version: "5.15.0-67-generic", arch: "amd64", family:
>> "unix"
>>
>> Building OK, reports look good.
>>
>> Thanks!
>>
>> -Bruno
>>
>>
>>
> -Bruno
>
>
> On Sun, 26 Mar 2023 at 01:40, Gary Gregory wrote:
>
> > We have fixed a few bugs and made some enhancements since Apache
> > Commons Configuration 2.8.0 was released, so I would like to release
> > Apache Commons Configuration 2.9.0.
> >
name: "linux", version: "5.15.0-67-generic", arch: "amd64", family:
"unix"
Building OK, reports look good.
Thanks!
-Bruno
On Sun, 26 Mar 2023 at 01:40, Gary Gregory wrote:
> We have fixed a few bugs and made some enhancements since Apache
> Common
+1
Checked src & bin signatures, site reports.
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /Users/henri.biestro/Java/apache-maven-3.8.1
Java version: 1.8.0_345, vendor: Azul Systems, Inc., runtime:
/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre
Def
We have fixed a few bugs and made some enhancements since Apache
Commons Configuration 2.8.0 was released, so I would like to release
Apache Commons Configuration 2.9.0.
Apache Commons Configuration 2.9.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons
Severity: Moderate
Description:
Apache Commons Configuration performs variable interpolation, allowing
properties to be dynamically evaluated and expanded. The standard format for
interpolation is "${prefix:name}", where "prefix" is used to lo
, arch: "x86_64", family: "mac"
> >
> > Darwin *** 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22
> > PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
> >
> > Gary
> >
> > On Thu, Jun 30, 2022 at 12:23 AM Matt Juntunen
> > wro
etely. As of now,
> the generated files are included in the javadoc [1]. These files are
> part of the public API (per previous releases) so I don't believe we
> would want them undocumented.
>
> Regards,
> Matt J
>
> [1]
> https://commons.apache.org/proper/commons-co
The Apache Commons Team is pleased to announce the availability of
version 2.8.0 of "Apache Commons Configuration".
Apache Commons Configuration contains tools to assist in the reading of
configuration/preferences files in various formats.
Changes in this version include:
New f
https://commons.apache.org/proper/commons-configuration/apidocs/index.html
On Mon, Jul 4, 2022 at 3:14 AM Alex Herbert wrote:
>
> On Mon, 4 Jul 2022 at 03:41, Matt Juntunen
> wrote:
>
> > I'm not sure what to do
> > about the javadoc warnings on the generated classes. From the comments
On Mon, 4 Jul 2022 at 03:41, Matt Juntunen
wrote:
> I'm not sure what to do
> about the javadoc warnings on the generated classes. From the comments
> in the pom, this seems to have been an issue since v2.4.
>
**/generated/*.java
Or whatever path is suitable [1].
Alex
[1]
https://ma
2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
> >
> > Gary
> >
> > On Thu, Jun 30, 2022 at 12:23 AM Matt Juntunen
> > wrote:
> > >
> > > We have fixed quite a few bugs and added some significant enhancements
> > > since Apache Commons Confi
AM Matt Juntunen
> wrote:
> >
> > We have fixed quite a few bugs and added some significant enhancements
> > since Apache Commons Configuration 2.7 was released, so I would like
> > to release Apache Commons Configuration 2.8.0.
> >
> > Apache Commons C
RELEASE_X86_64 x86_64
Gary
On Thu, Jun 30, 2022 at 12:23 AM Matt Juntunen
wrote:
>
> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons Configuration 2.7 was released, so I would like
> to release Apache Commons Configuration 2.8.0.
>
&g
> > > warning: no @param for dstream
> > > > [WARNING] public SimpleCharStream(java.io.Reader dstream, int
> > startline,
> > > > [WARNING] ^
> > > > [WARNING]
> > /Users/garydgregory/Downloads/cc/commons-configuration2-2.8.0-src/target/genera
t; > [WARNING]
> /Users/garydgregory/Downloads/cc/commons-configuration2-2.8.0-src/target/generated-sources/javacc/org/apache/commons/configuration2/plist/Token.java:117:
> > > warning: no @param for ofKind
> > > [WARNING] public static Token newToken(int ofKind, String image)
t; > > [WARNING] public Object getValue() {
> > > [WARNING] ^
> > > [WARNING]
> /Users/garydgregory/Downloads/cc/commons-configuration2-2.8.0-src/target/generated-sources/javacc/org/apache/commons/configuration2/plist/Token.java:117:
> > > warning: no @param for ofK
t; > /Users/garydgregory/Downloads/cc/commons-configuration2-2.8.0-src/target/generated-sources/javacc/org/apache/commons/configuration2/plist/Token.java:83:
> > warning: no @param for kind
> > [WARNING] public Token(int kind)
> > [WARNING] ^
> > [WARNING]
> > /User
javacc/org/apache/commons/configuration2/plist/TokenMgrError.java:107:
> warning: no @param for EOFSeen
> [WARNING] protected static String LexicalError(boolean EOFSeen, int
> lexState, int errorLine, int errorColumn, String errorAfter, char
> curChar) {
> [WARNING] ^
> [WARNING]
, Jun 30, 2022 at 12:23 AM Matt Juntunen
wrote:
>
> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons Configuration 2.7 was released, so I would like
> to release Apache Commons Configuration 2.8.0.
>
> Apache Commons Configuration 2.8.
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Configuration 2.7 was released, so I would like
to release Apache Commons Configuration 2.8.0.
Apache Commons Configuration 2.8.0 RC3 is available for review here:
https://dist.apache.org/repos/dist
documented here:
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.8-RC2/site/userguide/howto_basicfeatures.html#Variable_Interpolation
>
> Shouldn't the migration page also mention have a new section for this
> version on how to get the features back with the sys prop
Where is the documentation for the new property-based toggles?
It should be at least be documented here:
https://dist.apache.org/repos/dist/dev/commons/configuration/2.8-RC2/site/userguide/howto_basicfeatures.html#Variable_Interpolation
Shouldn't the migration page also mention have
The information on the custom page [1] seems to have the same intent
as [2] but the information is different and I am sure has not been
checked since 2.0, how about simply removing the custom page?
[1]
https://dist.apache.org/repos/dist/dev/commons/configuration/2.8-RC2/site/dependencies.html
[2
Wrong version on this page:
https://dist.apache.org/repos/dist/dev/commons/configuration/2.8-RC2/site/userguide/upgradeto2_0.html
Gary
On Tue, Jun 21, 2022 at 11:47 PM Matt Juntunen
wrote:
>
> We have fixed quite a few bugs and added some significant enhancements
> since Apach
t release since "2.8" is
> consistent with previous commons-configuration releases and the vote
> has already started on rc2.
>
> Regards,
> Matt J
>
> On Wed, Jun 22, 2022 at 7:45 AM Gary Gregory
> wrote:
> >
> > Please use 2.8.0, I've been usin
is the kind of common practice that should be voted on, and
eventually enforced.
> If not, I'd prefer to wait for the next release since "2.8" is
> consistent with previous commons-configuration releases and the vote
> has already started on rc2.
Sure.
Regards,
Gilles
>
Gary,
I was unaware of this. Is this a new convention that we've decided on?
If not, I'd prefer to wait for the next release since "2.8" is
consistent with previous commons-configuration releases and the vote
has already started on rc2.
Regards,
Matt J
On Wed, Jun 22,
sues.
> >
> > [x] +1 Release these artifacts (if the README issue is not a blocker)
> >
> > Thanks!
> > -Bruno
> >
> > On Tue, 21 Jun 2022 at 16:34, Matt Juntunen
> > wrote:
> >
> > > We have fixed quite a few bugs and added some sig
[x] +1 Release these artifacts
Thanks Matt!
-Bruno
On Wed, 22 Jun 2022 at 15:47, Matt Juntunen
wrote:
> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons Configuration 2.7 was released, so I would like
> to release Apache Commons Conf
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Configuration 2.7 was released, so I would like
to release Apache Commons Configuration 2.8.
Apache Commons Configuration 2.8 RC2 is available for review here:
https://dist.apache.org/repos/dist/dev
t; Thanks!
> -Bruno
>
> On Tue, 21 Jun 2022 at 16:34, Matt Juntunen
> wrote:
>
> > We have fixed quite a few bugs and added some significant enhancements
> > since Apache Commons Configuration 2.7 was released, so I would like
> > to release Apache Commons Conf
from Maven and from dist area, found no issues.
[x] +1 Release these artifacts (if the README issue is not a blocker)
Thanks!
-Bruno
On Tue, 21 Jun 2022 at 16:34, Matt Juntunen
wrote:
> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons Configurat
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Configuration 2.7 was released, so I would like
to release Apache Commons Configuration 2.8.
Apache Commons Configuration 2.8 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev
t
> > index c759d1d2..706f09fe 100644
> > --- a/RELEASE-NOTES.txt
> > +++ b/RELEASE-NOTES.txt
> > @@ -1,3 +1,127 @@
> > +Apache Commons Configuration
> > +Version 2.8.0
> > +Release Not
YAMLConfiguration.java
> > > > > +++
> > > > >
> > > b/src/main/java/org/apache/commons/configuration2/YAMLConfiguration.java
> > > > > @@ -17,6 +17,12 @@
> > > > >
> > > > > package org.a
> > b/src/main/java/org/apache/commons/configuration2/YAMLConfiguration.java
> > > > @@ -17,6 +17,12 @@
> > > >
> > > > package org.apache.commons.configuration2;
> > > >
> > > > +import java.io.IOException;
> > > > +import java.io.InputStre
ConfigurationException;
> > > import
> org.apache.commons.configuration2.ex.ConfigurationRuntimeException;
> > > import org.apache.commons.configuration2.io.InputStreamSupport;
> > > @@ -27,12 +33,6 @@ import org.yaml.snakeyaml.Yaml;
> > > import org.yaml.snakeya
)
>
> diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
> index c759d1d2..706f09fe 100644
> --- a/RELEASE-NOTES.txt
> +++ b/RELEASE-NOTES.txt
> @@ -1,3 +1,127 @@
> +Apache Commons Configuration
> +Version 2.8.0
> +
commons.configuration2;
> > > >
> > > > +import java.io.IOException;
> > > > +import java.io.InputStream;
> > > > +import java.io.Reader;
> > > > +import java.io.Writer;
> > > > +import java.util.Map;
> > > >
t; +import java.io.IOException;
> > > > +import java.io.InputStream;
> > > > +import java.io.Reader;
> > > > +import java.io.Writer;
> > > > +import java.util.Map;
> > > > +
> > > > import org.apache.commons.configurati
> import org.apache.commons.configuration2.ex.ConfigurationException;
> > > import
> > > org.apache.commons.configuration2.ex.ConfigurationRuntimeException;
> > > import org.apache.commons.configuration2.io.InputStreamSupport;
> > > @@ -27,12 +33,6 @@ import org.yaml.snakeyaml.Yaml;
> > &
2.ex.ConfigurationRuntimeException;
> > import org.apache.commons.configuration2.io.InputStreamSupport;
> > @@ -27,12 +33,6 @@ import org.yaml.snakeyaml.Yaml;
> > import org.yaml.snakeyaml.constructor.Constructor;
> > import org.yaml.snakeyaml.representer.Representer;
>
1 - 100 of 2198 matches
Mail list logo