-1, please revert and stop inlining Commons methods all over itself. Thank you, Gary
On Fri, Oct 25, 2024 at 6:06 AM <ebo...@apache.org> 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/commons-configuration.git > > commit 720b5a9aa06994fd435b5fe589fc28a826ead48a > Author: Emmanuel Bourg <ebo...@apache.org> > AuthorDate: Fri Oct 25 11:26:10 2024 +0200 > > Remove the dependency on commons-codec > --- > pom.xml | 8 -------- > src/changes/changes.xml | 2 +- > 2 files changed, 1 insertion(+), 9 deletions(-) > > diff --git a/pom.xml b/pom.xml > index 08cbeae0..fa3d18e3 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -49,7 +49,6 @@ > <!-- Explicitly declare optional dependencies for the OSGi manifest. > --> > <commons.osgi.import> > org.apache.commons.beanutils.*;resolution:=optional, > - org.apache.commons.codec.*;resolution:=optional, > org.apache.commons.jxpath.*;resolution:=optional, > org.apache.xml.resolver.*;resolution:=optional, > javax.servlet.*;resolution:=optional, > @@ -141,13 +140,6 @@ > <optional>true</optional> > </dependency> > > - <dependency> > - <groupId>commons-codec</groupId> > - <artifactId>commons-codec</artifactId> > - <version>1.17.1</version> > - <optional>true</optional> > - </dependency> > - > <dependency> > <groupId>org.apache.commons</groupId> > <artifactId>commons-jexl</artifactId> > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index cdadae96..b6be9901 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -33,10 +33,10 @@ > <!-- ADD --> > <action type="add" dev="ggregory" due-to="Gary Gregory">Add > PrefixedKeysIterator.toString() to package-private > PrefixedKeysIterator.</action> > <!-- UPDATE --> > + <action type="update" dev="ebourg" due-to="Emmanuel Bourg">The > dependency on commons-codec has been removed</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump org.apache.commons:commons-parent from 70 to 78 #434, > #453, #466, #470, #479, #486, #491, #499.</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump commons-logging:commons-logging from 1.3.2 to 1.3.4 #442, > #467.</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to > 2.18.0 #447, #483.</action> > - <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 > #449.</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 > #450, #458, #471.</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump org.hamcrest:hamcrest from 2.2 to 3.0 #454.</action> > <action type="update" dev="ggregory" due-to="Gary Gregory, > Dependabot">Bump slf4j.version from 2.0.13 to 2.0.16 #457, #462, > #464.</action> > >