exasol / exasol-testcontainers

Test container for Exasol on Docker
MIT License
9 stars 2 forks source link

Replace com.jcraft:jsch with com.github.mwiede:jsch #252

Closed kaklakariada closed 6 months ago

kaklakariada commented 6 months ago

SSH library com.jcraft:jsch is not maintained any more. We need to replace it with it's fork com.github.mwiede:jsch.

The version com.jcraft:jsch does not work with Exasol Docker DB containers 8.25.0 and later. See https://github.com/exasol/exasol-test-setup-abstraction-java/issues/75 and https://github.com/exasol/exasol-test-setup-abstraction-java/pull/81 for details.