Am 2024-06-26 um 11:18 schrieb Guillaume Nodet:
Hey everyone !
I've staged a few releases of plugins upgraded to the Maven 4 API and
the required components:
* maven-archiver
* maven-clean-plugin
* maven-compiler-plugin
* maven-deploy-plugin
* maven-filtering
* maven-install-plugin
* maven-jar-p
Afair, we have 31 open issues left :)
Most of them are old, probably invalid ones.
T
On Tue, Jul 2, 2024, 19:28 Michael Osipov wrote:
> Nothing specific, just wanted to make sure.
>
> On 2024/07/02 15:45:23 Tamás Cservenák wrote:
> > Howdy,
> >
> > I think we cannot have breaking change for sev
Nothing specific, just wanted to make sure.
On 2024/07/02 15:45:23 Tamás Cservenák wrote:
> Howdy,
>
> I think we cannot have breaking change for several reasons:
> - maven4 (w/ Resolver 2) will still happily execute Maven3 plugins and
> extensions (those compiled against Resolver 1.x)
> - we pro
Howdy,
I think we cannot have breaking change for several reasons:
- maven4 (w/ Resolver 2) will still happily execute Maven3 plugins and
extensions (those compiled against Resolver 1.x)
- we promised same thing here [1] and here [2]
So for users of resolver "public APIs", the modules API, SPI an
Before completing the GA release, did you take a look at the open issues, are
there any which qualify for 2.0.0 *and* require a breaking change in Resolver?
On 2024/07/02 10:06:16 Tamás Cservenák wrote:
> Howdy,
>
> This Resolver 2.0.0 release is a new feature release. Maven 4.x is picking
> up
On 2024/06/30 16:10:02 Slawomir Jaranowski wrote:
> Hi,
>
> Laat release was almost three months ago, so I'm going to release the next
> versions in next week.
>
> Current changes:
> ASF 33 - https://github.com/apache/maven-apache-parent/milestone/4
> Maven 43 - https://github.com/apache/maven-pa
Howdy,
Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode.
We solved 7 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354622
There are still some issues in JIRA:
https://issues.apache.org/jira/projects/MRESOLVER/issues
Staging repo
Howdy,
This Resolver 2.0.0 release is a new feature release. Maven 4.x is picking
up Resolver 2.x, while Maven 3.x remains at Resolver 1.x lineage. The two
major versions, as far as client code goes (Mojos or extensions, using
Resolver API as documented), are binary compatible, see [1] aad [2].
W
I've raised
https://github.com/apache/maven-parent/pull/190
Le lun. 1 juil. 2024 à 13:38, Slawomir Jaranowski
a écrit :
>
> pon., 1 lip 2024 o 10:07 Guillaume Nodet napisał(a):
>
> > Would it be possible to remove the dependency on
> > maven-plugin-annotation for plugins ?
> >
> > https://gith