This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
from ed55f5cd Bump testcontainers.version from 1.20.3 to 1.20.4 new 9f0537a6 Do not display client environment unless specifically asked for new 64c0a8fd Fix log ordering new a070d0c0 Fix color option new 514cf3de Debug mode should provide better defaults for keepAlive and connectTimeout (fixes #1209) new dade7854 Upgrade to 4.0.0-rc-1 (fixes #1203 and #1204) new 083a28b7 Fixes --verbose/--debug options (fixes #1208) The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .mvn/maven.config | 3 - .mvn/release-settings.xml | 4 +- .../org/mvndaemon/mvnd/client/DefaultClient.java | 6 +- .../org/mvndaemon/mvnd/client/DefaultClient.java | 13 ++- .../org/mvndaemon/mvnd/client/DaemonConnector.java | 6 ++ .../mvndaemon/mvnd/client/DaemonParameters.java | 13 ++- .../org/mvndaemon/mvnd/common/Environment.java | 21 +++- .../java/org/mvndaemon/mvnd/common/Message.java | 13 ++- .../maven/cli/CommonsCliDaemonMavenOptions.java | 85 +++------------- .../org/apache/maven/cli/DaemonMavenCling.java | 2 +- .../org/apache/maven/cli/DaemonMavenInvoker.java | 113 +++++++++------------ .../org/apache/maven/cli/DaemonMavenOptions.java | 30 ------ .../org/apache/maven/cli/DaemonMavenParser.java | 30 +----- .../cli/DaemonPlexusContainerCapsuleFactory.java | 10 +- .../maven/cli/LayeredDaemonMavenOptions.java | 59 ----------- .../java/org/mvndaemon/mvnd/daemon/Server.java | 12 ++- dist/src/main/distro/bin/mvnd-bash-completion.bash | 2 +- .../META-INF/maven/slf4j-configuration.properties | 2 +- pom.xml | 2 +- 19 files changed, 137 insertions(+), 289 deletions(-) delete mode 100644 .mvn/maven.config delete mode 100644 daemon/src/main/java/org/apache/maven/cli/DaemonMavenOptions.java delete mode 100644 daemon/src/main/java/org/apache/maven/cli/LayeredDaemonMavenOptions.java