You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/20 14:00:44 UTC

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #455: Bump maven.version from 3.9.0 to 3.9.1

dependabot[bot] opened a new pull request, #455:
URL: https://github.com/apache/axis-axis2-java-core/pull/455

   Bumps `maven.version` from 3.9.0 to 3.9.1.
   Updates `maven-plugin-api` from 3.9.0 to 3.9.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-plugin-api's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7213">MNG-7213</a>] - StackOverflowError when version ranges are unsolvable and graph contains a cycle</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7544">MNG-7544</a>] - MavenMetadataSource#retrieve(MetadataResolutionRequest) does not check for null when reading from project map</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7676">MNG-7676</a>] - On Maven 3.9.0+ release, sha512 hashes have &quot;null&quot; classifier</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7677">MNG-7677</a>] - Maven 3.9.0 is ~10% slower than 3.8.7 in large multi-module builds</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7679">MNG-7679</a>] - [REGRESSION] Build fails when executing a single mojo without a POM</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7685">MNG-7685</a>] - Unable to ignore certificate errors with v3.9.0</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7693">MNG-7693</a>] - NPE in createModelCache, modelCacheFactory is null</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7697">MNG-7697</a>] - Cannot parse POM that contains an emoji in a comment</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7708">MNG-7708</a>] - Resolver in Maven 3.9+ no longer retries on a conection failure</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7709">MNG-7709</a>] - plexus-utils upgrade changes the way configuration is parsed</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7710">MNG-7710</a>] - Upgrade plexus-utils to 3.5.1</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7716">MNG-7716</a>] - ConcurrencyDependencyGraph deadlock if no root can be selected</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7717">MNG-7717</a>] - Maven warns wrongly about ${localRepository} expression</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7720">MNG-7720</a>] - [REGRESSION] Build order is incorrect and does not respect Reactor Build Order</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7721">MNG-7721</a>] - Maven 3.9 resolver ignores proxy configured via MAVEN_OPTS</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7726">MNG-7726</a>] - Maven 3.9.0 resolves properties in file profile activation incorrectly</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7731">MNG-7731</a>] - MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-5185">MNG-5185</a>] - Improve &quot;missing dependency&quot; error message when _maven.repositories/_remote.repositories contains other repository ids than requested</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7686">MNG-7686</a>] - Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7706">MNG-7706</a>] - Deprecate ${localRepository} mojo parameter expression</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7197">MNG-7197</a>] - Simplify exit code handling in Windows command startup script</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/2e178502fcdbffc201671fb2537d0cb4b4cc58f8"><code>2e17850</code></a> [maven-release-plugin] prepare release maven-3.9.1</li>
   <li><a href="https://github.com/apache/maven/commit/79100c6b35d29f0b74951b7f7486f259d90f8e97"><code>79100c6</code></a> Update DOAP with Maven 3.8.8 release</li>
   <li><a href="https://github.com/apache/maven/commit/c294ef6c227849186f2555a7714049fdfe44432f"><code>c294ef6</code></a> [MNG-7725] Update surefire to 3.0.0 in default binding</li>
   <li><a href="https://github.com/apache/maven/commit/5bc322ae93c235d43d6aee819016b3e8fbfd1268"><code>5bc322a</code></a> [MNG-7726] Maven 3.9.0 resolves properties in file profile activation incorre...</li>
   <li><a href="https://github.com/apache/maven/commit/1498486a42685460236e43ce2632259503dec2b0"><code>1498486</code></a> [MNG-7723] Upgrade to Maven Resolver 1.9.7 (<a href="https://redirect.github.com/apache/maven/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7d7a43135cbc76064a8830f0e2204b41b782231b"><code>7d7a431</code></a> [MNG-7731] MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   <li><a href="https://github.com/apache/maven/commit/57acdd41b46dbf7ed4a762643d5705c0acc8af2d"><code>57acdd4</code></a> [MNG-7720] Wrong build order of forked projects (<a href="https://redirect.github.com/apache/maven/issues/1038">#1038</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/528cea3ad95887fd465dad23e496f6e41dbeb7ab"><code>528cea3</code></a> Using Set&lt;&gt;() for contains()</li>
   <li><a href="https://github.com/apache/maven/commit/366e3f5f8661339cc562153aed5e07fe871ceaa6"><code>366e3f5</code></a> [MNG-7715] Update to resolver 1.9.6 (<a href="https://redirect.github.com/apache/maven/issues/1025">#1025</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/837db7a756164cadd978e53f8c566f0f14b79b6c"><code>837db7a</code></a> [MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selected</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-core` from 3.9.0 to 3.9.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-core's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7213">MNG-7213</a>] - StackOverflowError when version ranges are unsolvable and graph contains a cycle</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7544">MNG-7544</a>] - MavenMetadataSource#retrieve(MetadataResolutionRequest) does not check for null when reading from project map</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7676">MNG-7676</a>] - On Maven 3.9.0+ release, sha512 hashes have &quot;null&quot; classifier</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7677">MNG-7677</a>] - Maven 3.9.0 is ~10% slower than 3.8.7 in large multi-module builds</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7679">MNG-7679</a>] - [REGRESSION] Build fails when executing a single mojo without a POM</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7685">MNG-7685</a>] - Unable to ignore certificate errors with v3.9.0</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7693">MNG-7693</a>] - NPE in createModelCache, modelCacheFactory is null</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7697">MNG-7697</a>] - Cannot parse POM that contains an emoji in a comment</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7708">MNG-7708</a>] - Resolver in Maven 3.9+ no longer retries on a conection failure</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7709">MNG-7709</a>] - plexus-utils upgrade changes the way configuration is parsed</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7710">MNG-7710</a>] - Upgrade plexus-utils to 3.5.1</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7716">MNG-7716</a>] - ConcurrencyDependencyGraph deadlock if no root can be selected</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7717">MNG-7717</a>] - Maven warns wrongly about ${localRepository} expression</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7720">MNG-7720</a>] - [REGRESSION] Build order is incorrect and does not respect Reactor Build Order</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7721">MNG-7721</a>] - Maven 3.9 resolver ignores proxy configured via MAVEN_OPTS</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7726">MNG-7726</a>] - Maven 3.9.0 resolves properties in file profile activation incorrectly</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7731">MNG-7731</a>] - MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-5185">MNG-5185</a>] - Improve &quot;missing dependency&quot; error message when _maven.repositories/_remote.repositories contains other repository ids than requested</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7686">MNG-7686</a>] - Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7706">MNG-7706</a>] - Deprecate ${localRepository} mojo parameter expression</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7197">MNG-7197</a>] - Simplify exit code handling in Windows command startup script</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/2e178502fcdbffc201671fb2537d0cb4b4cc58f8"><code>2e17850</code></a> [maven-release-plugin] prepare release maven-3.9.1</li>
   <li><a href="https://github.com/apache/maven/commit/79100c6b35d29f0b74951b7f7486f259d90f8e97"><code>79100c6</code></a> Update DOAP with Maven 3.8.8 release</li>
   <li><a href="https://github.com/apache/maven/commit/c294ef6c227849186f2555a7714049fdfe44432f"><code>c294ef6</code></a> [MNG-7725] Update surefire to 3.0.0 in default binding</li>
   <li><a href="https://github.com/apache/maven/commit/5bc322ae93c235d43d6aee819016b3e8fbfd1268"><code>5bc322a</code></a> [MNG-7726] Maven 3.9.0 resolves properties in file profile activation incorre...</li>
   <li><a href="https://github.com/apache/maven/commit/1498486a42685460236e43ce2632259503dec2b0"><code>1498486</code></a> [MNG-7723] Upgrade to Maven Resolver 1.9.7 (<a href="https://redirect.github.com/apache/maven/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7d7a43135cbc76064a8830f0e2204b41b782231b"><code>7d7a431</code></a> [MNG-7731] MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   <li><a href="https://github.com/apache/maven/commit/57acdd41b46dbf7ed4a762643d5705c0acc8af2d"><code>57acdd4</code></a> [MNG-7720] Wrong build order of forked projects (<a href="https://redirect.github.com/apache/maven/issues/1038">#1038</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/528cea3ad95887fd465dad23e496f6e41dbeb7ab"><code>528cea3</code></a> Using Set&lt;&gt;() for contains()</li>
   <li><a href="https://github.com/apache/maven/commit/366e3f5f8661339cc562153aed5e07fe871ceaa6"><code>366e3f5</code></a> [MNG-7715] Update to resolver 1.9.6 (<a href="https://redirect.github.com/apache/maven/issues/1025">#1025</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/837db7a756164cadd978e53f8c566f0f14b79b6c"><code>837db7a</code></a> [MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selected</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-artifact` from 3.9.0 to 3.9.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-artifact's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7213">MNG-7213</a>] - StackOverflowError when version ranges are unsolvable and graph contains a cycle</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7544">MNG-7544</a>] - MavenMetadataSource#retrieve(MetadataResolutionRequest) does not check for null when reading from project map</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7676">MNG-7676</a>] - On Maven 3.9.0+ release, sha512 hashes have &quot;null&quot; classifier</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7677">MNG-7677</a>] - Maven 3.9.0 is ~10% slower than 3.8.7 in large multi-module builds</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7679">MNG-7679</a>] - [REGRESSION] Build fails when executing a single mojo without a POM</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7685">MNG-7685</a>] - Unable to ignore certificate errors with v3.9.0</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7693">MNG-7693</a>] - NPE in createModelCache, modelCacheFactory is null</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7697">MNG-7697</a>] - Cannot parse POM that contains an emoji in a comment</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7708">MNG-7708</a>] - Resolver in Maven 3.9+ no longer retries on a conection failure</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7709">MNG-7709</a>] - plexus-utils upgrade changes the way configuration is parsed</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7710">MNG-7710</a>] - Upgrade plexus-utils to 3.5.1</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7716">MNG-7716</a>] - ConcurrencyDependencyGraph deadlock if no root can be selected</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7717">MNG-7717</a>] - Maven warns wrongly about ${localRepository} expression</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7720">MNG-7720</a>] - [REGRESSION] Build order is incorrect and does not respect Reactor Build Order</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7721">MNG-7721</a>] - Maven 3.9 resolver ignores proxy configured via MAVEN_OPTS</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7726">MNG-7726</a>] - Maven 3.9.0 resolves properties in file profile activation incorrectly</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7731">MNG-7731</a>] - MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-5185">MNG-5185</a>] - Improve &quot;missing dependency&quot; error message when _maven.repositories/_remote.repositories contains other repository ids than requested</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7686">MNG-7686</a>] - Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7706">MNG-7706</a>] - Deprecate ${localRepository} mojo parameter expression</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7197">MNG-7197</a>] - Simplify exit code handling in Windows command startup script</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/2e178502fcdbffc201671fb2537d0cb4b4cc58f8"><code>2e17850</code></a> [maven-release-plugin] prepare release maven-3.9.1</li>
   <li><a href="https://github.com/apache/maven/commit/79100c6b35d29f0b74951b7f7486f259d90f8e97"><code>79100c6</code></a> Update DOAP with Maven 3.8.8 release</li>
   <li><a href="https://github.com/apache/maven/commit/c294ef6c227849186f2555a7714049fdfe44432f"><code>c294ef6</code></a> [MNG-7725] Update surefire to 3.0.0 in default binding</li>
   <li><a href="https://github.com/apache/maven/commit/5bc322ae93c235d43d6aee819016b3e8fbfd1268"><code>5bc322a</code></a> [MNG-7726] Maven 3.9.0 resolves properties in file profile activation incorre...</li>
   <li><a href="https://github.com/apache/maven/commit/1498486a42685460236e43ce2632259503dec2b0"><code>1498486</code></a> [MNG-7723] Upgrade to Maven Resolver 1.9.7 (<a href="https://redirect.github.com/apache/maven/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7d7a43135cbc76064a8830f0e2204b41b782231b"><code>7d7a431</code></a> [MNG-7731] MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   <li><a href="https://github.com/apache/maven/commit/57acdd41b46dbf7ed4a762643d5705c0acc8af2d"><code>57acdd4</code></a> [MNG-7720] Wrong build order of forked projects (<a href="https://redirect.github.com/apache/maven/issues/1038">#1038</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/528cea3ad95887fd465dad23e496f6e41dbeb7ab"><code>528cea3</code></a> Using Set&lt;&gt;() for contains()</li>
   <li><a href="https://github.com/apache/maven/commit/366e3f5f8661339cc562153aed5e07fe871ceaa6"><code>366e3f5</code></a> [MNG-7715] Update to resolver 1.9.6 (<a href="https://redirect.github.com/apache/maven/issues/1025">#1025</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/837db7a756164cadd978e53f8c566f0f14b79b6c"><code>837db7a</code></a> [MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selected</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-compat` from 3.9.0 to 3.9.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-compat's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>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 <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7213">MNG-7213</a>] - StackOverflowError when version ranges are unsolvable and graph contains a cycle</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7544">MNG-7544</a>] - MavenMetadataSource#retrieve(MetadataResolutionRequest) does not check for null when reading from project map</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7676">MNG-7676</a>] - On Maven 3.9.0+ release, sha512 hashes have &quot;null&quot; classifier</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7677">MNG-7677</a>] - Maven 3.9.0 is ~10% slower than 3.8.7 in large multi-module builds</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7679">MNG-7679</a>] - [REGRESSION] Build fails when executing a single mojo without a POM</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7685">MNG-7685</a>] - Unable to ignore certificate errors with v3.9.0</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7693">MNG-7693</a>] - NPE in createModelCache, modelCacheFactory is null</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7697">MNG-7697</a>] - Cannot parse POM that contains an emoji in a comment</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7708">MNG-7708</a>] - Resolver in Maven 3.9+ no longer retries on a conection failure</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7709">MNG-7709</a>] - plexus-utils upgrade changes the way configuration is parsed</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7710">MNG-7710</a>] - Upgrade plexus-utils to 3.5.1</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7716">MNG-7716</a>] - ConcurrencyDependencyGraph deadlock if no root can be selected</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7717">MNG-7717</a>] - Maven warns wrongly about ${localRepository} expression</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7720">MNG-7720</a>] - [REGRESSION] Build order is incorrect and does not respect Reactor Build Order</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7721">MNG-7721</a>] - Maven 3.9 resolver ignores proxy configured via MAVEN_OPTS</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7726">MNG-7726</a>] - Maven 3.9.0 resolves properties in file profile activation incorrectly</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7731">MNG-7731</a>] - MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-5185">MNG-5185</a>] - Improve &quot;missing dependency&quot; error message when _maven.repositories/_remote.repositories contains other repository ids than requested</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7686">MNG-7686</a>] - Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7706">MNG-7706</a>] - Deprecate ${localRepository} mojo parameter expression</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7197">MNG-7197</a>] - Simplify exit code handling in Windows command startup script</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/2e178502fcdbffc201671fb2537d0cb4b4cc58f8"><code>2e17850</code></a> [maven-release-plugin] prepare release maven-3.9.1</li>
   <li><a href="https://github.com/apache/maven/commit/79100c6b35d29f0b74951b7f7486f259d90f8e97"><code>79100c6</code></a> Update DOAP with Maven 3.8.8 release</li>
   <li><a href="https://github.com/apache/maven/commit/c294ef6c227849186f2555a7714049fdfe44432f"><code>c294ef6</code></a> [MNG-7725] Update surefire to 3.0.0 in default binding</li>
   <li><a href="https://github.com/apache/maven/commit/5bc322ae93c235d43d6aee819016b3e8fbfd1268"><code>5bc322a</code></a> [MNG-7726] Maven 3.9.0 resolves properties in file profile activation incorre...</li>
   <li><a href="https://github.com/apache/maven/commit/1498486a42685460236e43ce2632259503dec2b0"><code>1498486</code></a> [MNG-7723] Upgrade to Maven Resolver 1.9.7 (<a href="https://redirect.github.com/apache/maven/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7d7a43135cbc76064a8830f0e2204b41b782231b"><code>7d7a431</code></a> [MNG-7731] MNG-7520 incorrectly back ported to Maven 3.9.0</li>
   <li><a href="https://github.com/apache/maven/commit/57acdd41b46dbf7ed4a762643d5705c0acc8af2d"><code>57acdd4</code></a> [MNG-7720] Wrong build order of forked projects (<a href="https://redirect.github.com/apache/maven/issues/1038">#1038</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/528cea3ad95887fd465dad23e496f6e41dbeb7ab"><code>528cea3</code></a> Using Set&lt;&gt;() for contains()</li>
   <li><a href="https://github.com/apache/maven/commit/366e3f5f8661339cc562153aed5e07fe871ceaa6"><code>366e3f5</code></a> [MNG-7715] Update to resolver 1.9.6 (<a href="https://redirect.github.com/apache/maven/issues/1025">#1025</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/837db7a756164cadd978e53f8c566f0f14b79b6c"><code>837db7a</code></a> [MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selected</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.9.0...maven-3.9.1">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 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: java-dev-unsubscribe@axis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] veithen commented on pull request #455: Bump maven.version from 3.9.0 to 3.9.1

Posted by "veithen (via GitHub)" <gi...@apache.org>.
veithen commented on PR #455:
URL: https://github.com/apache/axis-axis2-java-core/pull/455#issuecomment-1478517329

   @dependabot rebase


-- 
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: java-dev-unsubscribe@axis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] veithen merged pull request #455: Bump maven.version from 3.9.0 to 3.9.1

Posted by "veithen (via GitHub)" <gi...@apache.org>.
veithen merged PR #455:
URL: https://github.com/apache/axis-axis2-java-core/pull/455


-- 
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: java-dev-unsubscribe@axis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org