Re: [apache/commons-configuration] Use relocated artifact directly (PR #445)

2024-07-07 Thread Gilles Sadowski
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:

Re: [apache/commons-configuration] Use relocated artifact directly (PR #445)

2024-07-07 Thread Jochen Wiedmann
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

Re: [parent] Possibe change to moditect configuration for internal packages

2024-07-04 Thread Gary Gregory
irectly 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: > > > Can this

Re: [parent] Possibe change to moditect configuration for internal packages

2024-07-04 Thread Alex Herbert
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 > > On Thu, Ju

Re: [parent] Possibe change to moditect configuration for internal packages

2024-07-04 Thread Gary Gregory
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

[parent] Possibe change to moditect configuration for internal packages

2024-07-04 Thread Alex Herbert
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

[ANNOUNCE] Apache Commons Configuration 2.11.0

2024-06-10 Thread Gary Gregory
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

[RESULT][VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-10 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-10 Thread Henri Biestro
[ +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:

Re: [VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-09 Thread Phil Steitz
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. > &g

Re: [VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-09 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-09 Thread Thomas Vandahl
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.

[VOTE] Release Apache Commons Configuration 2.11.0 based on RC1

2024-06-07 Thread 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 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons

Re: [Configuration] new feature - containsValue

2024-05-08 Thread Ricardo Mendes
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

Re: [Configuration] new feature - containsValue

2024-05-08 Thread Ricardo Mendes
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

Re: [Configuration] new feature - containsValue

2024-05-01 Thread Ricardo Mendes
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

Re: [Configuration] new feature - containsValue

2024-05-01 Thread Claude Warren
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 o

[Configuration] new feature - containsValue

2024-04-30 Thread Ricardo Mendes
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

Re: [CONFIGURATION] ParseException does not exist

2024-04-27 Thread Ricardo Mendes
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: >

Re: [CONFIGURATION] ParseException does not exist

2024-04-26 Thread Gary D. Gregory
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

[CONFIGURATION] ParseException does not exist

2024-04-24 Thread Ricardo Mendes
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

[ANNOUNCE] Apache Commons Configuration 2.10.1

2024-03-20 Thread Gary Gregory
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

[RESULT][VOTE] Release Apache Commons Configuration 2.10.1 based on RC1

2024-03-20 Thread Gary Gregory
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 &

Re: [VOTE] Release Apache Commons Configuration 2.10.1 based on RC1

2024-03-19 Thread Rob Tompkins
+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

Re: [VOTE] Release Apache Commons Configuration 2.10.1 based on RC1

2024-03-18 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.10.1 based on RC1

2024-03-17 Thread Bruno Kinoshita
-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

[VOTE] Release Apache Commons Configuration 2.10.1 based on RC1

2024-03-17 Thread Gary Gregory
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

[ANNOUNCE] Apache Commons Configuration 2.10.0

2024-03-13 Thread Gary Gregory
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

[RESULT][VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-12 Thread Gary Gregory
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: >

Re: [VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-12 Thread Rob Tompkins
; >>> 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

Re: [VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-11 Thread Bruno Kinoshita
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 &

Re: [VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-11 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-09 Thread Gary Gregory
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 Config

[VOTE] Release Apache Commons Configuration 2.10.0 based on RC1

2024-03-06 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

2023-03-28 Thread Gary Gregory
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 >> >> >>

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

2023-03-28 Thread Gary Gregory
t; > -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. > >

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

2023-03-27 Thread Bruno Kinoshita
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

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

2023-03-27 Thread Henri Biestro
+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

[VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

2023-03-25 Thread Gary Gregory
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

CVE-2022-33980: Apache Commons Configuration insecure interpolation defaults

2022-07-06 Thread Matt Juntunen
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 t

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-06 Thread Gary Gregory
uot;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 > > wrote: > &

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-06 Thread Gary Gregory
ompletely. 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-configu

[ANNOUNCEMENT] Apache Commons Configuration Version 2.8.0 Released

2022-07-04 Thread Matt Juntunen
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

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-04 Thread Matt Juntunen
://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 > >

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-04 Thread Alex Herbert
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]

[VOTE][RESULT] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Matt Juntunen
t: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 Configuration 2

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Matt Juntunen
untunen > 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 Configurati

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Gary Gregory
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. >

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Gary Gregory
> > > 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

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-02 Thread Bruno Kinoshita
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)

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-02 Thread Bruno Kinoshita
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 @pa

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-02 Thread Matt Juntunen
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

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-01 Thread Gary Gregory
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] ^ >

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-01 Thread Gary Gregory
, 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.

[VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-06-29 Thread Matt Juntunen
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

[CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-26 Thread Matt Juntunen
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 toggles on >

Re: [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-24 Thread Gary Gregory
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 a new

Re: [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-24 Thread Gary Gregory
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

Re: [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-24 Thread Gary Gregory
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

Re: [CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-22 Thread Gary Gregory
" 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 using the 3 part version format for all

Re: [CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-22 Thread Gilles Sadowski
nd 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 > > Regards, &

Re: [CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-22 Thread Matt Juntunen
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, 2022 at 7:

Re: [CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-22 Thread Gary Gregory
> [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 enhancement

Re: [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-21 Thread Bruno Kinoshita
[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

[VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-21 Thread Matt Juntunen
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

[CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-21 Thread Matt Juntunen
-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 Configuration 2.8.

Re: [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-20 Thread Bruno Kinoshita
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 Configurati

[VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-20 Thread Matt Juntunen
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

Re: [commons-configuration] 02/02: updating release docs

2022-06-20 Thread Matt Juntunen
; > index c759d1d2..706f09fe 100644 > > --- a/RELEASE-NOTES.txt > > +++ b/RELEASE-NOTES.txt > > @@ -1,3 +1,127 @@ > > +Apache Commons Configuration > > +Version 2.8.0 > > +Release Note

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread Matt Juntunen
onfiguration.java > > > > > +++ > > > > > > > > b/src/main/java/org/apache/commons/configuration2/YAMLConfiguration.java > > > > > @@ -17,6 +17,12 @@ > > > > > > > > > > package org.apache

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread sebb
> > 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.Inpu

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread Gary Gregory
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

Re: [commons-configuration] 02/02: updating release docs

2022-06-20 Thread Gary Gregory
) > > 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 > +

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread Gilles Sadowski
nfiguration2; > > > > > > > > +import java.io.IOException; > > > > +import java.io.InputStream; > > > > +import java.io.Reader; > > > > +import java.io.Writer; > > > > +import java.util.Map; > > > > + > &g

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread sebb
mport java.io.IOException; > > > > +import java.io.InputStream; > > > > +import java.io.Reader; > > > > +import java.io.Writer; > > > > +import java.util.Map; > > > > + > > > > import org.apache.commons.configuration2.e

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-19 Thread Matt Juntunen
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; > > >

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-19 Thread Matt Juntunen
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; >

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-19 Thread Gary Gregory
s.configuration2.io.InputStreamSupport; > @@ -27,12 +33,6 @@ import org.yaml.snakeyaml.Yaml; > import org.yaml.snakeyaml.constructor.Constructor; > import org.yaml.snakeyaml.representer.Representer; > > -import java.io.IOException; > -import java.io.InputStream; > -import java.io.Re

[configuration] preparing 2.8.0-rc1

2022-06-15 Thread Matt Juntunen
Hello, All planned changes for commons-configuration 2.8.0 are now in master so I am going to start preparing RC1. I haven't released this project before so I'm hoping that I won't run into any issues and will be able to have an RC out to vote on within the next few days. Let me know if you have

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-11 Thread Bruno Kinoshita
No objections from me. I'm +1 to normally killing old code too, but I think in this case it might be simple to keep both working in [configuration] as users appear to be still transitioning JEE apps to the jakarta namespace. We might just need to remember to remove the old package/namespace when

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-11 Thread Matt Juntunen
will plan on resurrecting Bruno's PR within the next few days and merging it in. Regards, Matt J [1] https://github.com/apache/commons-configuration/pull/107 On Fri, Jun 10, 2022 at 4:32 PM Emmanuel Bourg wrote: > > On 10/06/2022 22:16, Rob Spoor wrote: > > Since reflection is us

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-10 Thread Emmanuel Bourg
On 10/06/2022 22:16, Rob Spoor wrote: Since reflection is used to create the instances, isn't it possible to support both? +1, we should support both Emmanuel Bourg - To unsubscribe, e-mail:

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-10 Thread Rob Spoor
to me given the use case. — Matt Sicker On Jun 9, 2022, at 20:23, Matt Juntunen wrote: Hello, We are slowly getting closer to a 2.8.0 release for commons-configuration. One remaining item on the list is a PR [1] for bumping the com.sun.mail:mailapi optional dependency from 1.6.7 to 2.0.1. I'd

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-10 Thread Matt Sicker
Seems reasonable to me given the use case. — Matt Sicker > On Jun 9, 2022, at 20:23, Matt Juntunen wrote: > > Hello, > > We are slowly getting closer to a 2.8.0 release for > commons-configuration. One remaining item on the list is a PR [1] for > bumping the com.sun.

[configuration] Jakarta mailapi 2.0.1

2022-06-09 Thread Matt Juntunen
Hello, We are slowly getting closer to a 2.8.0 release for commons-configuration. One remaining item on the list is a PR [1] for bumping the com.sun.mail:mailapi optional dependency from 1.6.7 to 2.0.1. I'd like to get community input on this change since it involves a package name change

Re: [configuration] 2.8.0 Release Prep

2022-05-23 Thread Matt Juntunen
Please hold off on an RC. I should be able to address a specific issue over > the weekend. Contact me on the private PMC list if you have any questions. > > Gary > > On Mon, May 9, 2022, 22:50 Matt Juntunen wrote: > > > Hello, > > > > I'm getting ready t

Re: [configuration] CONFIGURATION-753 Interpolation Consistency

2022-05-16 Thread Bruno Kinoshita
Matt! -Bruno On Mon, 16 May 2022 at 08:11, Matt Juntunen wrote: > Hello, > > I've made a new PR [1] for CONFIGURATION-753 as part of my > preparations for the next release. I'd like to get another pair of > eyes on it if possible since it adds to the public API. The primary >

[configuration] CONFIGURATION-753 Interpolation Consistency

2022-05-15 Thread Matt Juntunen
Hello, I've made a new PR [1] for CONFIGURATION-753 as part of my preparations for the next release. I'd like to get another pair of eyes on it if possible since it adds to the public API. The primary cause of the issue is that DefaultConversionHandler and ConfigurationInterpolator use different

Re: [configuration] 2.8.0 Release Prep

2022-05-10 Thread Gary Gregory
Hi Matt, Please hold off on an RC. I should be able to address a specific issue over the weekend. Contact me on the private PMC list if you have any questions. Gary On Mon, May 9, 2022, 22:50 Matt Juntunen wrote: > Hello, > > I'm getting ready to create the commons-configuration 2.8.

Re: [configuration] 2.8.0 Release Prep

2022-05-10 Thread Bruno Kinoshita
There are a few issues where the configuration is not parsed correctly with things like dots, or characters like < and >. But I don't think any of these are a blocker for a release (+1 to RERO). I commented in a couple pull requests that could be updated and maybe merged without having t

[configuration] javamail 2.0 and javax.mail.* renamed to jakarta.mail.*

2022-05-09 Thread Bruno Kinoshita
Hi all, Was having a look at the pull requests and issues for Configuration, and found one from Dependabot where it's updating mailapi/javamail from 1.6 to 2.0.1 (2.0 was released Oct 2020 [1]). The 2.0 release includes a change in namespace, from javax.mail.* to jakarta.mail.*. I created

Re: [configuration] 2.8.0 Release Prep

2022-05-09 Thread Bruno Kinoshita
Nothing I can think of, but I will have a look tonight. There's one PR that I think I worked on some time ago, but not a must for this release. Thanks Matt! On Tue, 10 May 2022 at 14:50, Matt Juntunen wrote: > Hello, > > I'm getting ready to create the commons-configuration 2.8.

[configuration] 2.8.0 Release Prep

2022-05-09 Thread Matt Juntunen
Hello, I'm getting ready to create the commons-configuration 2.8.0 release and am currently trying to clear some of the outstanding GitHub PRs. Are there any out of the current set of PRs that we definitely do or do not want to include in 2.8.0? Regards, Matt J

Re: [CONFIGURATION-794] Unclosed file handle when reading config from JAR file URL

2020-10-11 Thread Rob Spoor
that may cause other issues though; someone may be able to expand on that. Rob On 11/10/2020 01:40, Gary Gregory wrote: Help needed on this one SVP. https://issues.apache.org/jira/browse/CONFIGURATION-794 Gary On Thu, Oct 8, 2020, 05:28 Robin Jansohn (Jira) wrote: [ https

[CONFIGURATION-794] Unclosed file handle when reading config from JAR file URL

2020-10-10 Thread Gary Gregory
Help needed on this one SVP. https://issues.apache.org/jira/browse/CONFIGURATION-794 Gary On Thu, Oct 8, 2020, 05:28 Robin Jansohn (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/CONFIGURATION-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

[commons-configuration]

2020-08-20 Thread Oliver B. Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear all, could someone please have a look at my PR for Commons Configuration? https://github.com/apache/commons-configuration/pull/45 Thank you in advance Oliver - -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland

Re: [commons-graph] branch master updated: Travis CI configuration.

2020-06-12 Thread Xeno Amess
Oh. Then I guess work in this thread is already done. Oh wait. You might need this: https://github.com/apache/commons-graph/pull/2 Gilles Sadowski 于2020年6月13日周六 上午10:11写道: > 2020-06-13 4:05 UTC+02:00, Xeno Amess : > >> This discussion requires another thread. > > > > Well I don't think so, as I

Re: [commons-graph] branch master updated: Travis CI configuration.

2020-06-12 Thread Gilles Sadowski
2020-06-13 4:05 UTC+02:00, Xeno Amess : >> This discussion requires another thread. > > Well I don't think so, as I think this thread aims for making travis-ci can > pass. No; this thread was about setting up Travis (as asked by Amey). > [...]

Re: [commons-graph] branch master updated: Travis CI configuration.

2020-06-12 Thread Xeno Amess
> This discussion requires another thread. Well I don't think so, as I think this thread aims for making travis-ci can pass. And test failures are the reason why it cannot pass ci for now. I don't see the value in creating another thread. Btw: I tested (if my memory are correct, as I didn't make

Re: [commons-graph] branch master updated: Travis CI configuration.

2020-06-12 Thread Gilles Sadowski
2020-06-13 1:43 UTC+02:00, Xeno Amess : > Done. > Environment win10, jdk8. > Due to the binary search, the last pr in this repo who can pass all junit > tests is commit 967b9bed79f51040597d68ef98512a24b0e94e41 , which is at > 6/11/2011,10:43PM > Suggest revert all changes after that time point,

  1   2   3   4   5   6   7   8   9   10   >