I'm -1 on this release. I specifically disagree with the undeprecation of maven-resolver-util/src/main/java/org/eclipse/aether/util/StringUtils.java in https://github.com/apache/maven-resolver/pull/275
We need fewer duplicate StringUtils classes in random packages, not more of them. If we don't want to depend on commons-lang3 then the use can be replaced with JDK methods rather than by introducing yet another StringUtils class. On Wed, Apr 5, 2023 at 7:05 AM Tamás Cservenák <[email protected]> wrote: > > Howdy, > > The Resolver 1.9.8 is done: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.8 > > If anyone has/knows/feels there is more to be done in 1.9.8, yell here > please. > > Also, if anyone has free cycles, and this mail has no "more to be done" > response in 24h, feel free to release 1.9.8. Otherwise I will do it in the > 2nd half of next week. > > The 1.9.8 release should solve last "known issues" for Maven 3.9.x (azure > and locking timeouts), so it will be followed by Maven 3.9.2 release. > > Thanks > T -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
