This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new ef1e95d18a NIFI-11927 Downgraded SSHD from 2.10.0 to 2.9.2 for
Registry (#7606)
ef1e95d18a is described below
commit ef1e95d18a626c5f59f9612a788df1ffc2287ee7
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Aug 14 14:21:22 2023 -0500
NIFI-11927 Downgraded SSHD from 2.10.0 to 2.9.2 for Registry (#7606)
- SSHD 2.10.0 is not compatible with JGit 5.13
---
nifi-registry/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 60afa1fc67..e8aaf33a82 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -43,7 +43,8 @@
<groovy.eclipse.compiler.version>3.7.0</groovy.eclipse.compiler.version>
<jaxb.version>2.3.2</jaxb.version>
<jgit.version>5.13.1.202206130422-r</jgit.version>
- <org.apache.sshd.version>2.10.0</org.apache.sshd.version>
+ <!-- JGit 5.13 requires SSHD 2.9.2 or earlier -->
+ <org.apache.sshd.version>2.9.2</org.apache.sshd.version>
</properties>
<dependencyManagement>