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"

(http.userAgent & http.extraHeader)
Line 4: Line 4:
  
 
* 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.
 
* 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.
 +
* Support for git configs <tt>[https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpuserAgent http.userAgent]</tt> and <tt>[https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpextraHeader http.extraHeader]</tt>. The values are limited to 7-bit ASCII.
  
 
== Other Changes ==
 
== Other Changes ==

Revision as of 04:53, 5 October 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.
  • Support for git configs http.userAgent and http.extraHeader. The values are limited to 7-bit ASCII.

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