You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Joseph Walton (Jira)" <ji...@apache.org> on 2020/04/01 13:28:00 UTC

[jira] [Commented] (MNG-5577) Convert the core to use JSR 330 and remove the use of Plexus

    [ https://issues.apache.org/jira/browse/MNG-5577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17072775#comment-17072775 ] 

Joseph Walton commented on MNG-5577:
------------------------------------

From what I can see, the only place a {{RealmFilteredBeans}} is used during injection is when the resource is located through {{DefaultPlexusBeanLocator}}. However, that's not the case after that field switches from {{@Requirement}} to {{@Inject}}.

It's not clear what the correct way is to retain the old behaviour; MNG-4385 established that it was intentional.

> Convert the core to use JSR 330 and remove the use of Plexus
> ------------------------------------------------------------
>
>                 Key: MNG-5577
>                 URL: https://issues.apache.org/jira/browse/MNG-5577
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 3.2.1
>            Reporter: Jason van Zyl
>            Priority: Major
>             Fix For: 3.7.x-candidate
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Remove the use of Plexus annotations and use JSR330 annotations throughout the core. 
> *NOTE:* The descriptor must still be generated, since Maven doesn't do annotation scanning for performance reason. It simply reads the descriptor file(s).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)