Package: libmina-sshd-java / 2.13.2-3
Metadata
Package | Version | Patches format |
---|---|---|
libmina-sshd-java | 2.13.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no_manifest_in_Maven.patch | (download) |
pom.xml |
5 0 + 5 - 0 ! |
skip the creation of the manifest file by maven, we handle it with javahelper |
managing_test_dependencies.patch | (download) |
sshd-cli/pom.xml |
4 2 + 2 - 0 ! |
using the tests classifier instead of the test-jar type to comply with the Debian-packaged Maven. Also coping with the reusable-tests artifact of sshd-core. |
PEM_classes.patch | (download) |
sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/pem/PKCS8PEMResourceKeyPairParserTest.java |
29 0 + 29 - 0 ! |
pem classes are currently not packaged in debian |
no_testcontainers.patch | (download) |
sshd-core/pom.xml |
21 21 + 0 - 0 ! |
org.testcontainers classes are not packaged in debian |
overriding_IoHandler.patch | (download) |
sshd-mina/src/main/java/org/apache/sshd/mina/MinaAcceptor.java |
6 6 + 0 - 0 ! |
adding (empty) overrides of the event() method in iohandler, this method having being added in a recent version of mina2 |
skip_tests_requiring_networks.patch | (download) |
sshd-common/src/test/java/org/apache/sshd/client/config/hosts/HostConfigEntryTest.java |
2 2 + 0 - 0 ! |
skipping the tests that need a network access to be run |
missing_test_classes.patch | (download) |
sshd-ldap/src/test/java/org/apache/sshd/ldap/LdapPasswordAuthenticatorTest.java |
2 2 + 0 - 0 ! |
skipping tests that raise messages about missing classes at runtime |
skip_reruns.patch | (download) |
sshd-mina/pom.xml |
1 1 + 0 - 0 ! |
skip some reruns: - reading files from classpath does not work correctly with the reusable test jar - also some issues with the reusable test jar and netty tests . To run into these problems, build the package in an environment with 1 CPU. |
handling_FileStore.patch | (download) |
sshd-sftp/src/test/java/org/apache/sshd/sftp/client/extensions/helpers/SpaceAvailableExtensionImplTest.java |
49 25 + 24 - 0 ! |
loopiing over available filestore's instead of using java.nio.file.Files.getFileStore(Path) in a test, which leads to build failures on Debian buildds under certain conditions |