dependabot[bot] opened a new pull request, #889:
URL: https://github.com/apache/aries/pull/889

   Bumps 
[org.codehaus.plexus:plexus-build-api](https://github.com/codehaus-plexus/plexus-build-api)
 from 1.2.0 to 1.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/codehaus-plexus/plexus-build-api/releases";>org.codehaus.plexus:plexus-build-api's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.3.0</h2>
   <blockquote>
   <p>[!CAUTION]
   <strong>Do not use 1.3.0.</strong> Two known regressions make it 
unusable:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/issues/127";>#127</a>
 — <code>DefaultProgress</code> carries both
   <code>@Singleton</code> and <code>@MojoExecutionScoped</code>, and 1.3.0 
newly lists it in <code>META-INF/sisu/javax.inject.Named</code>.
   Guice rejects two scope annotations on one class, so the injector for any 
plugin realm holding this jar
   fails to build and Maven cannot load a single mojo from that plugin. Every 
goal fails, on Maven 3.9,
   3.10, and 4.</li>
   <li><a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/issues/125";>#125</a>
 — <code>DefaultBuildContext</code> gained a
   <code>LegacySupport</code> constructor dependency and can no longer be 
provisioned outside a Maven session.</li>
   </ul>
   <p>Stay on <a 
href="https://github.com/codehaus-plexus/plexus-build-api/releases/tag/plexus-build-api-1.2.0";>1.2.0</a>
   until 1.3.1 ships.</p>
   </blockquote>
   <p>Three years of API work since 1.2.0. A Maven plugin can now report 
progress and messages through
   dedicated Progress and Messages APIs, execution events reach the environment 
running the build through
   an EventSpy rather than a lifecycle participant, and a connect API lets an 
IDE supply an extension to an
   external Maven process instead of watching it blind. The jar also declares 
<code>Automatic-Module-Name</code>.</p>
   <ul>
   <li>Delegate getValue/setValue in DefaultBuildContext to legacy build API 
(<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/108";>#108</a>)
 <a href="https://github.com/Volodjam";><code>@​Volodjam</code></a></li>
   <li>Create dedicated Messages API (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/103";>#103</a>)
 @<a 
href="https://github.com/apps/copilot-swe-agent";>copilot-swe-agent[bot]</a></li>
   <li>Remove obsolete TODO comments from BuildContext interface (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/100";>#100</a>)
 @<a 
href="https://github.com/apps/copilot-swe-agent";>copilot-swe-agent[bot]</a></li>
   <li>Add a Progress API (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/98";>#98</a>)
 <a href="https://github.com/laeubi";><code>@​laeubi</code></a></li>
   <li>Fix Artifact id returned instead of project version (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/91";>#91</a>)
 <a href="https://github.com/laeubi";><code>@​laeubi</code></a></li>
   <li>Add support for sending mojo execution events (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/90";>#90</a>)
 <a href="https://github.com/laeubi";><code>@​laeubi</code></a></li>
   <li>Use EventSpy to handle execution of events (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/89";>#89</a>)
 <a href="https://github.com/laeubi";><code>@​laeubi</code></a></li>
   <li>Add a connect API for inter-process-communication between maven and IDE 
(<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/88";>#88</a>)
 <a href="https://github.com/laeubi";><code>@​laeubi</code></a></li>
   </ul>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Establish an automatic module name (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/121";>#121</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>Describe the artifact in the POM (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/124";>#124</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>Update parent to plexus 27 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/122";>#122</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Bump plexus-utils to 4.1.0 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/123";>#123</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Bump org.codehaus.plexus:plexus from 25 to 26 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/120";>#120</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-build-api/pull/119";>#119</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/ac427576641f78980dc6f0e716ef4877e896b481";><code>ac42757</code></a>
 [maven-release-plugin] prepare release plexus-build-api-1.3.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/38638a46217da2559f26b4faf4a55c7e1ae2b4c6";><code>38638a4</code></a>
 Describe the artifact in the POM</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/81c80bde8a1c3a1a9f04b3368c8a50951a0ba6e6";><code>81c80bd</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/8233df92ce7df9782fe8a69e69721f261a876224";><code>8233df9</code></a>
 [maven-release-plugin] prepare release plexus-build-api-1.3.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/6fb27d8a8b77f258c0b4fdcc2e02223a516dd46a";><code>6fb27d8</code></a>
 Bump plexus-utils to 4.1.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/1fa2d7d5760dcb65eb4755c434b86da1f7caf218";><code>1fa2d7d</code></a>
 Update parent to plexus 27</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/6fb9b3e813db5907530f602e0dd2ad38c44ad4bc";><code>6fb9b3e</code></a>
 Establish an automatic module name</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/df888713dca7fa8cd6a4575d5504b5f9f21ffc56";><code>df88871</code></a>
 Bump org.codehaus.plexus:plexus from 25 to 26</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/38cc7f391016f076f4de88bd4e6506618916f1d9";><code>38cc7f3</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-build-api/commit/9f502c47df5bceb67d412d2f0ca1ffda0fc4c3fa";><code>9f502c4</code></a>
 Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 1.0.1 to 1.1.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/codehaus-plexus/plexus-build-api/compare/plexus-build-api-1.2.0...plexus-build-api-1.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-build-api&package-manager=maven&previous-version=1.2.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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]

Reply via email to