Re: Dependency problem in commons-text 1.11.0?

2023-10-30 Thread Gary Gregory
The site is up to date and is published after released binaries are propagated to mirrors and maven central. You are likely bringing in Lang transitive from elsewhere. You can either list Text first in your dependencies or add a direct dependency on Lang first. Gary On Mon, Oct 30, 2023, 10:39

Dependency problem in commons-text 1.11.0?

2023-10-30 Thread Hans . Sebastian IT-DL-DK-SC
Hello! yesterday, Renovate Bot generated a pull request to update commons-text from 1.10.0 to 1.11.0 in my application. This version is not listed in the release history , so I guess it is not released officially, but it is

[ANNOUNCE] Apache Commons Text 1.11.0

2023-10-30 Thread Gary Gregory
The Apache Commons Team announces Apache Commons Text version 1.11.0 Apache Commons Text is a set of utility functions and reusable components for the purpose of processing and manipulating text that should be of use in a Java environment. Release 1.11.0. Requires Java 8. Historical list of

Re: commons-text upgrade 1.10.0 -> 1.11.0 java.lang.NoSuchMethodError

2023-10-30 Thread Gary Gregory
Right, you can let Text transitively bring in Lang. Gary On Mon, Oct 30, 2023 at 7:56 AM Alex Herbert wrote: > > On Mon, 30 Oct 2023 at 09:40, Greg Huber wrote: > > > > Hello, > > > > Upgrading commons-text to 1.11.0, I get now this error > > > > SEVERE: Servlet.service() for servlet

Re: commons-text upgrade 1.10.0 -> 1.11.0 java.lang.NoSuchMethodError

2023-10-30 Thread Alex Herbert
On Mon, 30 Oct 2023 at 09:40, Greg Huber wrote: > > Hello, > > Upgrading commons-text to 1.11.0, I get now this error > > SEVERE: Servlet.service() for servlet [PageServlet] threw exception > > java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range >

commons-text upgrade 1.10.0 -> 1.11.0 java.lang.NoSuchMethodError

2023-10-30 Thread Greg Huber
Hello, Upgrading  commons-text  to 1.11.0,  I get now this error SEVERE: Servlet.service() for servlet [PageServlet] threw exception java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)'     at