Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JGit/New and Noteworthy/5.10"

(Start 5.10 N&N)
 
Line 3: Line 3:
 
== New Features ==
 
== New Features ==
  
* Bundle <code>org.eclipse.jgit.ssh.apache</code>: supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host.
+
* Bundle <code>org.eclipse.jgit.ssh.apache</code>: supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/.ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in <tt>~/.ssh/config</tt>; there is no API for this.
  
 
== Other Changes ==
 
== Other Changes ==

Revision as of 16:42, 19 September 2020

JGit

New Features

  • Bundle org.eclipse.jgit.ssh.apache: supports the ProxyJump directive in the SSH configuration file ~/.ssh/config. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in ~/.ssh/config; there is no API for this.

Other Changes

The complete list of new features and bug fixes is available in the release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

Back to the top