Re: [VOTE] Release Maven Indexer 7.0.1

2023-02-26 Thread Tamás Cservenák
+1 On Fri, Feb 24, 2023 at 7:41 PM Sylwester Lachiewicz wrote: > +1 > > pt., 24 lut 2023, 16:37 użytkownik Tamás Cservenák > napisał: > > > Howdy, > > > > We solved 10 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12352530 > > > > There are

[RESULT] [VOTE] Release maven-compiler-plugin 3.11.0

2023-02-26 Thread Guillaume Nodet
Closing this vote with 11 +1s and no other votes. Thx ! Guillaume Le mar. 14 févr. 2023 à 09:51, Guillaume Nodet a écrit : > Hi, > I'd like to release Apache Maven Compiler Plugin 3.11.0 > > 7 issues fixed > https://issues.apache.org/jira/projects/MCOMPILER/versions/12351444 > > draft github re

[RESULT] [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

2023-02-26 Thread Guillaume Nodet
Closing this vote with 5 +1s and no other votes. THx ! Guillaume Le mer. 15 févr. 2023 à 21:19, Guillaume Nodet a écrit : > I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1. > The goal of this release is to provide a first set of classes to test > plugins using the v4 api,

[RESULT] [VOTE] Release Maven Plugin Tools 3.8.1

2023-02-26 Thread Guillaume Nodet
Closing this vote with 5 +1s and no other votes. Thx ! Guillaume Le mer. 22 févr. 2023 à 13:33, Guillaume Nodet a écrit : > I've staged a new release candidate for Maven Plugin Tools 3.8.1. > I've reverted the upgrade to velocity 2.3. > The goal is to provide some initial support for plugins us

Re: [VOTE] Release maven-compiler-plugin 3.11.0

2023-02-26 Thread Guillaume Nodet
+1 Le mar. 14 févr. 2023 à 09:51, Guillaume Nodet a écrit : > Hi, > I'd like to release Apache Maven Compiler Plugin 3.11.0 > > 7 issues fixed > https://issues.apache.org/jira/projects/MCOMPILER/versions/12351444 > > draft github release notes (sadly only for people with write access as it's > a

Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

2023-02-26 Thread Guillaume Nodet
+1 Le mer. 15 févr. 2023 à 21:19, Guillaume Nodet a écrit : > I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1. > The goal of this release is to provide a first set of classes to test > plugins using the v4 api, mainly using the package at > https://maven.apache.org/plugin-

Re: [VOTE] Release Maven Plugin Tools 3.8.1

2023-02-26 Thread Guillaume Nodet
+1 Le mer. 22 févr. 2023 à 13:33, Guillaume Nodet a écrit : > I've staged a new release candidate for Maven Plugin Tools 3.8.1. > I've reverted the upgrade to velocity 2.3. > The goal is to provide some initial support for plugins using the maven 4 > api provided by maven 4.0.0-alpha-4. The plu

Re: [VOTE] Release maven-compiler-plugin 3.11.0

2023-02-26 Thread Jorge Solórzano
+1 (non binding) I think that the 72H voting has passed way back, so this is mostly a reminder for the actual release. ;) Regards. On Sat, Feb 18, 2023 at 7:56 AM Jean-Baptiste Onofré wrote: > > +1 (non binding) > > Regards > JB > > On Tue, Feb 14, 2023 at 9:51 AM Guillaume Nodet wrote: > > >

Re: org.apache.maven:plexus-utils split packages

2023-02-26 Thread Guillaume Nodet
See my comment on https://github.com/apache/maven/pull/1016#pullrequestreview-1314692550 Le dim. 26 févr. 2023 à 14:44, Elliotte Rusty Harold a écrit : > Browsing through the code I stumbled across the > org.apache.maven:plexus-utils artifact. If I'm following this it > contains classes like org

org.apache.maven:plexus-utils split packages

2023-02-26 Thread Elliotte Rusty Harold
Browsing through the code I stumbled across the org.apache.maven:plexus-utils artifact. If I'm following this it contains classes like org.codehaus.plexus.util.xml.Xpp3Dom which is already available in Plexus jars. This is likely to cause split package problems in JDK 9+. Am I misreading this? is