You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/03/21 08:32:22 UTC

[GitHub] [maven-resources-plugin] cstamas opened a new pull request, #53: [MRESOURCES-295] Drop Plexus legacy code

cstamas opened a new pull request, #53:
URL: https://github.com/apache/maven-resources-plugin/pull/53

   Convert to modern stuff.
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOURCES-295
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resources-plugin] olamy commented on a diff in pull request #53: [MRESOURCES-295] Drop Plexus legacy code

Posted by "olamy (via GitHub)" <gi...@apache.org>.
olamy commented on code in PR #53:
URL: https://github.com/apache/maven-resources-plugin/pull/53#discussion_r1143110846


##########
src/test/java/org/apache/maven/plugins/resources/filters/ItFilter.java:
##########
@@ -18,6 +18,9 @@
  */
 package org.apache.maven.plugins.resources.filters;
 
+import javax.inject.Named;

Review Comment:
   just saying `javax.inject` is now legacy and deprecated in favour of `jakarta.inject`.
   So ironically the PR title doesn't look correct.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resources-plugin] cstamas merged pull request #53: [MRESOURCES-295] Drop Plexus legacy code

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #53:
URL: https://github.com/apache/maven-resources-plugin/pull/53


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org