- Notifications
You must be signed in to change notification settings - Fork 502
Update VER_MAVEN_API #1327
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
Open
renovate wants to merge 1 commit into main Choose a base branch from renovate/ver_maven_api
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Open
Update VER_MAVEN_API #1327
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
2e20514 to f0992e5 Compare ee23479 to e1d1548 Compare 4ca9b12 to 1a9332f Compare 0b83dd7 to 59015bd Compare 59015bd to 8298880 Compare 8298880 to d657525 Compare b224ad1 to ce825d0 Compare ce825d0 to 4ccaecc Compare 306e73f to 759e024 Compare b86b04b to df102c2 Compare 8df9cfd to 8ba91b9 Compare 8ba91b9 to c37f3f0 Compare cf68363 to eb10b86 Compare eb10b86 to 2a3f6b9 Compare 2a3f6b9 to 0796592 Compare 0796592 to 3dba435 Compare 9ebcba1 to e7a42c9 Compare e7a42c9 to 80069de Compare 80069de to 29793b7 Compare 29793b7 to 7e516de Compare 2e7d6d4 to 6692fa6 Compare b17eab3 to 446711a Compare 446711a to 00cdf49 Compare 00cdf49 to 3787d1b Compare 3787d1b to 7379157 Compare 7379157 to 490cd68 Compare da76d7e to 30b35fc Compare 30b35fc to 16b7300 Compare 2988aae to ed8a375 Compare ed8a375 to 09fdee0 Compare Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0->3.9.123.0->3.15.23.0->3.9.12Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/maven (org.apache.maven:maven-core)
v3.9.12v3.9.11: 3.9.11🚀 New features and improvements
🐛 Bug Fixes
👻 Maintenance
🔧 Build
📦 Dependency updates
v3.9.10: 3.9.10Release Notes - Maven - Version 3.9.10
Bug
Improvement
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.9...maven-3.9.10
v3.9.9: 3.9.9Release Notes - Maven - Version 3.9.9
Bug
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.8...maven-3.9.9
v3.9.8: 3.9.8Release Notes - Maven - Version 3.9.8
Bug
Improvement
Task
Dependency upgrade
What's Changed
Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8
v3.9.7: 3.9.7Release Notes - Maven - Version 3.9.7
Bug
New Feature
Improvement
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.6...maven-3.9.7
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.