This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 5c0a7b842 [SSHD-1349] On Java 26-ea, PMD 7.17.0 throws
StackOverflowError, update to PMD 7.20.0
add 96a84b563 Fix namespace declarations in POMs
add 8adfae90e [releng] Release preparation
add 2e58cb522 [releng] Require Maven 3.9.12
add 164385cf6 [releng] Bump dependencies
add 7b397c7e5 [releng] Build with Java 25 in CI
add 7a7f2bb9b CoreTestSupportUtils: fix test framework
add d839c9520 Bump JUnit 5 to latest patch version
add b6848c041 Mock git configuration in git-related tests
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 20 +---
.github/workflows/master-build.yml | 11 +-
.mvn/wrapper/maven-wrapper.properties | 2 +-
assembly/pom.xml | 2 +-
pom.xml | 23 ++++-
sshd-benchmarks/pom.xml | 5 +-
sshd-cli/pom.xml | 2 +-
sshd-common/pom.xml | 2 +-
sshd-contrib/pom.xml | 2 +-
sshd-core/pom.xml | 2 +-
.../sshd/util/test/CoreTestSupportUtils.java | 4 +-
sshd-git/pom.xml | 2 +-
.../java/org/apache/sshd/git/GitTestSupport.java | 113 +++++++++++++++++++++
.../apache/sshd/git/pack/GitPackCommandTest.java | 11 +-
.../org/apache/sshd/git/pgm/GitPgmCommandTest.java | 11 +-
sshd-ldap/pom.xml | 2 +-
sshd-mina/pom.xml | 2 +-
sshd-netty/pom.xml | 2 +-
sshd-openpgp/pom.xml | 2 +-
sshd-osgi/pom.xml | 6 +-
sshd-putty/pom.xml | 2 +-
sshd-scp/pom.xml | 2 +-
sshd-sftp/pom.xml | 2 +-
sshd-spring-sftp/pom.xml | 2 +-
24 files changed, 174 insertions(+), 60 deletions(-)
create mode 100644
sshd-git/src/test/java/org/apache/sshd/git/GitTestSupport.java