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)
 
(2 intermediate revisions by one other user not shown)
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.
 +
* 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 ==
Line 11: Line 12:
 
= Contributors =
 
= Contributors =
  
The following X developers worked on this release:
+
The following 15 developers worked on this release:
  
<TBD: list of contributors, number>
+
Alexa Panfil,
 +
Christian Halstrick,
 +
David Ostrovsky,
 +
James Wynn,
 +
Jason Yeo,
 +
John Dallaway,
 +
Jonathan Tan,
 +
Lee Worrall,
 +
Marco Miller,
 +
Matthias Sohn,
 +
Nail Samatov,
 +
Petr Hrebejk,
 +
Terry Parker,
 +
Thomas Wolf,
 +
Yunjie Li

Revision as of 07:43, 8 December 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 15 developers worked on this release:

Alexa Panfil, Christian Halstrick, David Ostrovsky, James Wynn, Jason Yeo, John Dallaway, Jonathan Tan, Lee Worrall, Marco Miller, Matthias Sohn, Nail Samatov, Petr Hrebejk, Terry Parker, Thomas Wolf, Yunjie Li

Back to the top