You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "ebarboni (via GitHub)" <gi...@apache.org> on 2023/04/04 13:58:12 UTC

[GitHub] [netbeans-mavenutils-nbm-maven-plugin] ebarboni opened a new pull request, #89: dependencies bump + explicit deprecation

ebarboni opened a new pull request, #89:
URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/89

   A bump of all version in one PR.
   We start having deprecation warning on usage of a few classes from maven.
   
   Example:
   Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
   
   Would like to see if I can solve this but prefers having the last version of dep before playing.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-mavenutils-nbm-maven-plugin] ebarboni commented on pull request #89: dependencies bump + explicit deprecation

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni commented on PR #89:
URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/89#issuecomment-1496318256

   nice will try to "do the same"


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-mavenutils-nbm-maven-plugin] mbien commented on pull request #89: dependencies bump + explicit deprecation

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on PR #89:
URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/89#issuecomment-1496278739

   > A bump of all version in one PR.
   awesome, looks good to me.
   
   > We start having deprecation warning on usage of a few classes from maven.
   on NB side, I fixed some of the deprecations here:
   https://github.com/apache/netbeans/pull/5753/files
   
   `ArtifactRepository` should be an easy fix since it is replaced by `RemoteRepository`... which is basically the same thing.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-mavenutils-nbm-maven-plugin] ebarboni merged pull request #89: dependencies bump + explicit deprecation

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni merged PR #89:
URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/89


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists