-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing classes for the jgit native build. #4299
Conversation
@gastaldi can you have a look? It might be something I could include in 0.23.2 tomorrow if we decide to merge early tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, added some minor comments. It would be nice to have a corresponding test case if possible
"com.jcraft.jsch.UserAuthGSSAPIWithMIC", | ||
"com.jcraft.jsch.jgss.GSSContextKrb5", | ||
"com.jcraft.jsch.jcraft.Compression", | ||
"com.jcraft.jsch.jcraft.Compression", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is repeated:
"com.jcraft.jsch.jcraft.Compression", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
"com.jcraft.jsch.jgss.GSSContextKrb5", | ||
"com.jcraft.jsch.jcraft.Compression", | ||
"com.jcraft.jsch.jcraft.Compression", | ||
"org.eclipse.jgit.api.MergeCommand$FastForwardMode", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you group the org.eclipse.jgit
classes and order the newly added items alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@gastaldi For the tests I need your help. Do we have any example how can I test it? |
Hmm, for the tests I think it would probably require an embedded Git server with SSH enabled. I'm fine with this PR as is right now though |
@andrejpetras can you squash your commits into a single one? That should be enough to merge this PR. Thanks! |
Squash commit: done! |
I add the missing classes for the jgit native build.
Test application: https://github.com/lorislab/fluh