The ArtifactFactory interface in core has been deprecated for over a
decade but is still used throughout our plugins. The deprecation comes
with no info about what should be used instead.
Can anyone suggest what this should be replaced by? If so, I can
improve the docs here and maybe remove some u
Problem is in fact maven-artifact:Artifact and the fact it needs a
factory (to be usable).
In short, maven-artifact should be avoided. I converted many plugins
to use Resolver instead.
You can use the helper in core to convert to Maven Artifact where
needed (as API expects Maven Artifact).
Thanks
Closing this vote with 6 +1s and no other votes.
I'll publish the release asap.
Cheers
Guillaume
Le ven. 8 nov. 2024 à 08:54, Guillaume Nodet a écrit :
> Hi
>
> The only change is the upgrade to Maven 4.0.0-beta-5.
> This release is necessary to test plugins based on the Maven 4 API, as
> there
+1
Le ven. 8 nov. 2024 à 08:54, Guillaume Nodet a écrit :
> Hi
>
> The only change is the upgrade to Maven 4.0.0-beta-5.
> This release is necessary to test plugins based on the Maven 4 API, as
> there were some breaking changes in the API since beta-3.
>
> Release notes:
>
> https://issues.apac