dependabot[bot] opened a new pull request, #12266: URL: https://github.com/apache/maven/pull/12266
Bumps [org.apache.maven.executor:maven-executor](https://github.com/apache/maven-executor) from 1.0.0-SNAPSHOT to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-executor/releases">org.apache.maven.executor:maven-executor's releases</a>.</em></p> <blockquote> <h2>1.0.0</h2> <p>Initial release of new Maven Executor.</p> <p>The project was originally developed as part of upcoming Maven 4, where at the point when we arrived to ITs, faced the issue, that there was no reusable library that:</p> <ul> <li>supports programmatic execution of both, Maven 3 and Maven 4 (Maven 4 CLI is totally reworked, see CLIng)</li> <li>does not depend on any of Maven artifacts</li> <li>can transparently run Maven as "forked process" or as "embedded" (in same JVM, in isolated classloader)</li> <li>have future proof API, not affected by possible future Maven CLI option changes</li> <li>supports advanced features, like testing Maven with "split local repository" feature (impossible with both existing solutions)</li> <li>makes possible total isolation of invoked Maven from user/host environment</li> </ul> <p>The upcoming Maven Executor 1.0.0 is already used (and as part of Maven 4 build, was for years) in Maven 4 ITs to execute Maven 4, while the assertions are done in Maven IT classes. Long term goal, is to deprecate Invoker and Verifier and replace them with this tool.</p> <p>Maven Executor 1.0.0 is Java 8 baseline, and aside of two, out of the box provided runners ("forked" and "embedded") offers also Docker based executors. When run on Java 9+, it also provides ToolProvider SPI integration.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/maven-executor/commits/executor-1.0.0">compare view</a></li> </ul> </details> <br /> [](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]
