]> source.dussan.org Git - jgit.git/commit
Fix SshSessionFactory#setInstance to use service loader 87/156587/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 26 Jan 2020 19:26:01 +0000 (20:26 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 27 Jan 2020 08:52:51 +0000 (09:52 +0100)
commit7a23fc1250765eb455d71ddd012fc9fbb1e64b65
treed511177ea1ae131b086b26b3bd81eeab7f2e09bc
parent54b1c7cc6a2ba6031b97d8a5c455d93ffd4ce5f5
Fix SshSessionFactory#setInstance to use service loader

If setInstance(SshSessionFactory) is called with parameter null
set default session factory using the newly introduced service loader
instead of hard-coding the default factory class.

Change-Id: I86b5932333cc53b706534a2822e0fd96e12e6e47
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java