Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » Migrating jgit from 5.6 to 6.4 problems.(Migrating jgit from 5.6 to 6.4 problems.)
Migrating jgit from 5.6 to 6.4 problems. [message #1857570] Wed, 15 February 2023 09:26 Go to next message
Eclipse UserFriend
I just migrated my jgit version in my project from 5.6 to 6.4 because I was facing errors discussed in this thread https://www.eclipse.org/lists/jgit-dev/msg04005.html but now I have these problems where these classes are not found
import org.eclipse.jgit.transport.JschConfigSessionFactory
import org.eclipse.jgit.transport.OpenSshConfig

I haven been looking ways of solving this with new approach. I was wondering if someone had some documentation about it or have faced this problem.

Thanks in advanced
Re: Migrating jgit from 5.6 to 6.4 problems. [message #1858816 is a reply to message #1857570] Mon, 24 April 2023 09:24 Go to previous message
Eclipse UserFriend
These classes were moved to the package org.eclipse.jgit.transport.ssh.jsch to avoid split packages
where multiple jars have classes in the same package.
If you want to use jgit with jsch you need to add the jsch and org.eclipse.jgit.ssh.jsch jars to the classpath.
Previous Topic:Double click in staging view doesn't open compare editor any more
Next Topic:Semaphore timeout when attempting to clone gitlab repository
Goto Forum:
  


Current Time: Fri May 23 01:25:56 EDT 2025

Powered by FUDForum. Page generated in 0.06530 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top