-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade version.maven 3.8.5 -> 3.9.6 (minor) #222
base: master
Are you sure you want to change the base?
Conversation
Suggested commit message:
|
c6354e9
to
1fd95b4
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
1fd95b4
to
dc9cb00
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
dc9cb00
to
5da01ec
Compare
bdd2a7d
to
aa45f25
Compare
aa45f25
to
44025df
Compare
44025df
to
427bc0d
Compare
427bc0d
to
9883233
Compare
9883233
to
db4d17c
Compare
db4d17c
to
068eae1
Compare
See: - https://maven.apache.org/release-notes-all.html - https://github.com/apache/maven/releases/tag/maven-3.9.6 - https://github.com/apache/maven/releases/tag/maven-3.9.5 - https://github.com/apache/maven/releases/tag/maven-3.9.4 - https://github.com/apache/maven/releases/tag/maven-3.9.3 - https://github.com/apache/maven/releases/tag/maven-3.9.2 - https://github.com/apache/maven/releases/tag/maven-3.9.1 - https://github.com/apache/maven/releases/tag/maven-3.9.0 - https://github.com/apache/maven/releases/tag/maven-3.8.7 - https://github.com/apache/maven/releases/tag/maven-3.8.6
068eae1
to
bbda559
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
3.8.5
->3.9.6
3.8.5
->3.9.6
Release Notes
apache/maven (Maven API)
v3.9.6
: 3.9.6Release Notes - Maven - Version 3.9.6
Improvement
Dependency upgrade
v3.9.5
: 3.9.5Release Notes - Maven - Version 3.9.5
Bug
Improvement
Task
Dependency upgrade
v3.9.4
: 3.9.4Release Notes - Maven - Version 3.9.4
Bug
Dependency upgrade
Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4
v3.9.3
: 3.9.3Release Notes - Maven - Version 3.9.3
Bug
Improvement
Task
Dependency upgrade
v3.9.2
: 3.9.2Release Notes - Maven - Version 3.9.2
Bug
Improvement
Task
Dependency upgrade
v3.9.1
: 3.9.1Release Notes - Maven - Version 3.9.1
Overview About the Changes
Regression fixes from Maven 3.9.0. General performance and other fixes.
Potentially Breaking Core Changes (if migrating from 3.8.x)
The Maven Resolver transport has changed from Wagon to “native HTTP”, see Resolver Transport guide.
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. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See MNG-6965.
Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See MNG-7471.
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.
Bug
Improvement
Task
Dependency upgrade
v3.9.0
: 3.9.0Release Notes - Maven - Version 3.9.0
Sub-task
Bug
New Feature
Improvement
Task
Dependency upgrade
v3.8.7
: 3.8.7Sub-task
Bug
Improvement
Task
Dependency upgrade
v3.8.6
: 3.8.6What's Changed
Full Changelog: apache/maven@maven-3.8.5...maven-3.8.6