chore(deps): update dependency maven to v4.0.0-rc-5#133
Merged
helpermethod merged 1 commit intomainfrom Jan 13, 2026
Merged
Conversation
3866dab to
2673292
Compare
2673292 to
c793f65
Compare
c793f65 to
2f882b4
Compare
2f882b4 to
05f2b1d
Compare
05f2b1d to
27dd06f
Compare
27dd06f to
1ae4f0a
Compare
1ae4f0a to
9f26425
Compare
d371413 to
44ad4de
Compare
5bcc658 to
35f069b
Compare
35f069b to
e9e168e
Compare
|
e9e168e to
7571151
Compare
7571151 to
09fe69e
Compare
09fe69e to
ae159c5
Compare
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
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:
4.0.0-beta-4→4.0.0-rc-5Release Notes
apache/maven (maven)
v4.0.0-rc-5: 4.0.0-rc-5Compare Source
Notes
This new release candidate of Maven 4 is released to get feedback from users.
Maven 4 has a restrained a few things comparent to Maven 3, so make sure to run the
mvnuptool before trying to project with Maven 4.Bean configuration bug
A bug has been found in the bean configuration system where field accessibility state is cached globally. This can cause plugin configuration injection to fail when the same configuration field is accessed multiple times or in different contexts during a build. This particularly affects the plugin unit tests.
This will be fixed by #11433 in the next release.
Concurrency issue in the v4 API
A concurrency issue has been found in the Maven 4 API (still in preview mode) and will be fixed by #11428 in the next release.
BOM packaging
Another bug has been found in how BOM projects are processed. When a project uses BOM packaging, the consumer POM is not being properly converted to standard POM packaging, and dependency versions could be lost in some cases.
This will be fixed by #11427 in the next release.
macOS: JLine native library may be blocked by Gatekeeper on first use
On macOS (especially Apple Silicon), the first invocation of mvn may fail to load the JLine native terminal library with an error such as:
This occurs when the binary distribution is downloaded via a web browser, which applies the
com.apple.quarantine extendedattribute.Workaround (one-time fix):
Recommended download method (avoids the issue entirely):
This is a known issue #10747 and will be addressed in a future release.
💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
module-info.classfile in theMETA-INF/versions/sub-directories of a JAR file. (#11153) (#11206) @gnodetDefaultSourceRoot. (#10912) (#10917) @gnodet👻 Maintenance
🔧 Build
📦 Dependency updates
v4.0.0-rc-4: 4.0.0-rc-4Compare Source
Maven 4.0.0-rc-4 aims at being the last release candidate before Maven 4.0.0 GA. We'll focus on fixing critical bugs raised before GA.
Worth mentioning is the new upgrade tool which can be used to fix your
pom.xmlfiles and make them usable in Maven 4.🚀 New features and improvements
🐛 Bug Fixes
outputStreamdestination;requestinstead ofpathinDefaultPluginXmlFactory#write(#2312) @Pankraz76📝 Documentation updates
👻 Maintenance
try-with-resourcesstatement inLookupWagonMojo(#2426) @Pankraz76Binding#getPriorityComparator(#2428) @Pankraz76DisabledtoDisabledOnOs(WINDOWS)(#2423) @Pankraz76try-with-resourcesstatement inCatchMojo(#2424) @Pankraz76Binding#getDisplayString(#2429) @Pankraz76@SuppressWarnings("checkstyle:UnusedLocalVariable")(#2369) @Pankraz76Objects.requireNonNull(#2290) @Pankraz76SourceRoot.matcher(boolean)method (#2236) @desruisseauxIntelliJ IDEA(#2283) @Pankraz76Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.