sdedic commented on PR #5679:
URL: https://github.com/apache/netbeans/pull/5679#issuecomment-1479023630

   I'd recommend to add some notes to our release notes file, namely these 
things from Maven relnotes might affect the ability of NB to parse / work with 
existing user files (bcs. of existing user plugins):
   
   > The Maven Resolver transport has changed from Wagon to “native HTTP”, see 
[Resolver Transport 
guide](https://maven.apache.org/guides/mini/guide-resolver-transport.html).
   
   Low priority, but if the new http transport behaves differently from the old 
one in subtle details, some network issues may happen.
   
   > Maven 2.x was auto-injecting an ancient version of plexus-utils dependency 
into the plugin classpath, and Maven 3.x continued doing this to preserve 
backward compatibility. Starting with Maven 3.9, it does not happen anymore. 
This change may lead to plugin breakage.
   
   this seems more important, as the 3rd/4rd party plugins may break bcs. of 
our upgrade.
   
   > Each line in .mvn/maven.config is now interpreted as a single argument. 
That is, if the file contains multiple arguments, these must now be placed on 
separate lines, see [MNG-7684](https://issues.apache.org/jira/browse/MNG-7684).
   
   may affect existing project local configurations
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to