This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
from e51666b9d7 Use Charset object instead of just its name (#11273)
add 58dea987b9 Upgrade Mimir (#11274)
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven.yml | 6 ++--
.../org/apache/maven/api/cli/InvokerException.java | 2 +-
.../maven/cling/invoker/mvn/Environment.java} | 12 ++++---
.../maven/cling/invoker/mvn/MavenInvokerTest.java | 21 ++++++-----
.../cling/invoker/mvn/MavenInvokerTestSupport.java | 9 ++++-
.../mvn/resident/ResidentMavenInvokerTest.java | 2 +-
.../apache/maven/cling/executor/Environment.java | 12 +++----
.../cling/executor/MavenExecutorTestSupport.java | 31 ++++++++++------
.../maven/cling/executor/impl/ToolboxToolTest.java | 42 ++++++++++++++--------
pom.xml | 2 ++
10 files changed, 87 insertions(+), 52 deletions(-)
copy
impl/maven-cli/src/{main/java/org/apache/maven/cling/invoker/mvn/package-info.java
=> test/java/org/apache/maven/cling/invoker/mvn/Environment.java} (74%)
copy
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverException.java
=>
impl/maven-executor/src/test/java/org/apache/maven/cling/executor/Environment.java
(71%)