dependabot[bot] opened a new pull request, #1477: URL: https://github.com/apache/maven-mvnd/pull/1477
Bumps `maven.version` from 4.0.0-rc-4 to 4.0.0-rc-5. Updates `org.apache.maven:maven-plugin-api` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-model` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-core` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-resolver-provider` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-embedder` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-cli` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-jline` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:maven-logging` from 4.0.0-rc-4 to 4.0.0-rc-5 Updates `org.apache.maven:apache-maven` from 4.0.0-rc-4 to 4.0.0-rc-5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:apache-maven's releases</a>.</em></p> <blockquote> <h2>4.0.0-rc-5</h2> <!-- raw HTML omitted --> <h2>Notes</h2> <p>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 <a href="https://maven.apache.org/tools/mvnup.html#Plugin_Compatibility_.26_Upgrades"><code>mvnup</code></a> tool before trying to project with Maven 4.</p> <h3>Bean configuration bug</h3> <p>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.</p> <p>This will be fixed by <a href="https://redirect.github.com/apache/maven/issues/11433">#11433</a> in the next release.</p> <h3>Concurrency issue in the v4 API</h3> <p>A concurrency issue has been found in the Maven 4 API (still in preview mode) and will be fixed by <a href="https://redirect.github.com/apache/maven/issues/11428">#11428</a> in the next release.</p> <h3>BOM packaging</h3> <p>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.</p> <p>This will be fixed by <a href="https://redirect.github.com/apache/maven/issues/11427">#11427</a> in the next release.</p> <h3>macOS: JLine native library may be blocked by Gatekeeper on first use</h3> <p>On macOS (especially Apple Silicon), the first invocation of mvn may fail to load the JLine native terminal library with an error such as:</p> <pre><code>java.lang.UnsatisfiedLinkError: .../libjline-native/Mac/arm64/libjlinenative.jnilib: dlopen(...): code signature ... not valid for use in process: library load disallowed by system policy </code></pre> <p>This occurs when the binary distribution is downloaded via a web browser, which applies the <code>com.apple.quarantine extended</code> attribute.</p> <h4>Workaround (one-time fix):</h4> <pre lang="bash"><code>xattr -r -d com.apple.quarantine /path/to/apache-maven-4.0.0-rc-5/lib/jline-native </code></pre> <p>Recommended download method (avoids the issue entirely):</p> <pre lang="bash"><code>curl -L -O https://archive.apache.org/dist/maven/maven-4/4.0.0-rc-5/binaries/apache-maven-4.0.0-rc-5-bin.tar.gz tar -xzf apache-maven-4.0.0-rc-5-bin.tar.gz </code></pre> <p>This is a known issue <a href="https://redirect.github.com/apache/maven/issues/10747">#10747</a> and will be addressed in a future release.</p> <h2>:boom: Breaking changes</h2> <ul> <li>Disable consumer POM flattening by default and add an opt-in feature (<a href="https://redirect.github.com/apache/maven/issues/11347">#11347</a>) (<a href="https://redirect.github.com/apache/maven/pull/11370">#11370</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> </ul> <h2>🚀 New features and improvements</h2> <ul> <li>Disable consumer POM flattening by default and add an opt-in feature (<a href="https://redirect.github.com/apache/maven/issues/11347">#11347</a>) (<a href="https://redirect.github.com/apache/maven/pull/11370">#11370</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>Make config files use UTF8 (<a href="https://redirect.github.com/apache/maven/issues/11263">#11263</a>) (<a href="https://redirect.github.com/apache/maven/pull/11265">#11265</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/fb3ecaef88106acb40467a450248dfdbd75f3b35"><code>fb3ecae</code></a> [maven-release-plugin] prepare release maven-4.0.0-rc-5</li> <li><a href="https://github.com/apache/maven/commit/5808c61ef569d1646dd2ebd095e1a1a1ac89efdf"><code>5808c61</code></a> Change IntelliJ icon to new oak leaf (<a href="https://redirect.github.com/apache/maven/issues/11407">#11407</a>)</li> <li><a href="https://github.com/apache/maven/commit/c628d02621113192eef6d716e5a91f3c211b43a2"><code>c628d02</code></a> Fix resource targetPath resolution to be relative to output directory (fixes ...</li> <li><a href="https://github.com/apache/maven/commit/f877d836646af63207aa31859e6251f74a918ce7"><code>f877d83</code></a> Fix MavenStaxReader location reporting for properties (<a href="https://redirect.github.com/apache/maven/issues/11402">#11402</a>) (<a href="https://redirect.github.com/apache/maven/issues/11404">#11404</a>)</li> <li><a href="https://github.com/apache/maven/commit/5ec059c2d75393aaada2d2c1d0fe0100a1f79554"><code>5ec059c</code></a> Fix false parent cycle detection with flatten-maven-plugin (fixes <a href="https://redirect.github.com/apache/maven/issues/11399">#11399</a>) (<a href="https://redirect.github.com/apache/maven/issues/1">#1</a>...</li> <li><a href="https://github.com/apache/maven/commit/82349017bcfc4c61e9eb784dfd79b879d3d30c6e"><code>8234901</code></a> Fix IT isolation for MNG-6256 IT (<a href="https://redirect.github.com/apache/maven/issues/11395">#11395</a>) (<a href="https://redirect.github.com/apache/maven/issues/11396">#11396</a>)</li> <li><a href="https://github.com/apache/maven/commit/88931d5047f24a98147e7858a7c2fbe345dc452f"><code>88931d5</code></a> Proper isolation of maven-executor UTs (<a href="https://redirect.github.com/apache/maven/issues/11392">#11392</a>) (<a href="https://redirect.github.com/apache/maven/issues/11393">#11393</a>)</li> <li><a href="https://github.com/apache/maven/commit/87fa189a81f3f9fd635fc1d45dcf974dab2d9b39"><code>87fa189</code></a> [maven-4.0.x] Resolve property before model reflection to avoid recursion (<a href="https://redirect.github.com/apache/maven/issues/1">#1</a>...</li> <li><a href="https://github.com/apache/maven/commit/c40a2c9d6ba01694bf7cd91390a8294b3045f5d0"><code>c40a2c9</code></a> [4.0.x] Consolidate caches (<a href="https://redirect.github.com/apache/maven/issues/11379">#11379</a>)</li> <li><a href="https://github.com/apache/maven/commit/d77220ff2af035339ec5d6ae60ffb62cb0d4c81a"><code>d77220f</code></a> Bump net.sourceforge.pmd:pmd-core from 7.17.0 to 7.18.0 (<a href="https://redirect.github.com/apache/maven/issues/11377">#11377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-4.0.0-rc-4...maven-4.0.0-rc-5">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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]
