diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 02:42:51 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 02:43:03 +0200 |
commit | 4d7821567383ea5e431dca623ab865ae96fffa4c (patch) | |
tree | 37d897bc7baf7cea7eeef41f95988879bbcc040e /org.eclipse.jgit.ssh.apache/.settings | |
parent | 2f751c34e132cf86d51271255f92cdbc105c18d2 (diff) | |
parent | 8f742b9d3058cc5d4266194bf9a8bf21e7b34e16 (diff) | |
download | jgit-4d7821567383ea5e431dca623ab865ae96fffa4c.tar.gz jgit-4d7821567383ea5e431dca623ab865ae96fffa4c.zip |
Merge branch 'stable-5.5'
* stable-5.5:
Prepare 5.4.4-SNAPSHOT builds
JGit v5.4.3.201909031940-r
Prepare 5.3.6-SNAPSHOT builds
JGit v5.3.5.201909031855-r
Prepare 5.1.12-SNAPSHOT builds
JGit v5.1.11.201909031202-r
Prepare 4.11.10-SNAPSHOT builds
JGit v4.11.9.201909030838-r
Bazel: Update bazlets to the latest master revision
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file
BatchRefUpdate: repro racy atomic update, and fix it
Delete unused FileTreeIteratorWithTimeControl
Fix RacyGitTests#testRacyGitDetection
Change RacyGitTests to create a racy git situation in a stable way
Silence API warnings
sshd: fix proxy connections with the DefaultProxyDataFactory
sshd: support the HashKnownHosts configuration
sshd: configurable server key verification
sshd: allow setting a null ssh config
sshd: simplify OpenSshServerKeyVerifier
sshd: simplify ServerKeyLookup interface
Use https in update site URLs
Change-Id: Icd21a8fcccffd56bfedbd037e48028308db6d13b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache/.settings')
-rw-r--r-- | org.eclipse.jgit.ssh.apache/.settings/.api_filters | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache/.settings/.api_filters b/org.eclipse.jgit.ssh.apache/.settings/.api_filters new file mode 100644 index 0000000000..a0e469509d --- /dev/null +++ b/org.eclipse.jgit.ssh.apache/.settings/.api_filters @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<component id="org.eclipse.jgit.ssh.apache" version="2"> + <resource path="src/org/eclipse/jgit/transport/sshd/ServerKeyDatabase.java" type="org.eclipse.jgit.transport.sshd.ServerKeyDatabase"> + <filter id="1108344834"> + <message_arguments> + <message_argument value="5.5"/> + <message_argument value="5.6"/> + <message_argument value="org.eclipse.jgit.transport.sshd.ServerKeyDatabase"/> + </message_arguments> + </filter> + </resource> + <resource path="src/org/eclipse/jgit/transport/sshd/SshdSessionFactory.java" type="org.eclipse.jgit.transport.sshd.SshdSessionFactory"> + <filter id="1141899266"> + <message_arguments> + <message_argument value="5.5"/> + <message_argument value="5.6"/> + <message_argument value="getServerKeyDatabase(File, File)"/> + </message_arguments> + </filter> + <filter id="1141899266"> + <message_arguments> + <message_argument value="5.5"/> + <message_argument value="5.6"/> + <message_argument value="getSshConfig(File)"/> + </message_arguments> + </filter> + </resource> +</component> |