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.3"

(sshd 2.2.0 won't make it into JGit 5.3.0 :-()
Line 1: Line 1:
 
= JGit =
 
= JGit =
  
== GPG-signing Commits ==
+
== Features ==
  
JGit 5.3.0 can sign commits with GPG.
+
* Expose the filter blob limit in UploadPack
 +
* {{bug|542611}} Enable cloning only specific tags
 +
* {{bug|543152}} SshdSessionFactory: generalize providing default keys
 +
* {{bug|543579}} Allow to check for signing key
 +
* {{bug|382212}} Implement signing commits using BouncyCastle
 +
* {{bug|382212}} Add signing options to commit CLI
 +
* {{bug|382212}} Allow CommitCommand to sign commits
 +
* RefDatabase/Ref: Add versioning to reference database
  
<TBD: description, explanation of command-line options and of git config settings>
+
== Performance Improvements ==
 +
 
 +
* {{bug|543739}} Reduce contention on PackFile.idx() function.
 +
* UploadPack: Read wanted refs in one shot
 +
* Lazily open ReadableChannel in BlockBasedFile.getOrLoadBlock
 +
* Lock DfsBlockCache while loading object references to avoid concurrent index loading
 +
* RefDirectory: Look up several exact refs in one shot
  
 
== Other Changes ==
 
== Other Changes ==
Line 13: Line 26:
 
= Contributors =
 
= Contributors =
  
The following X developers worked on this release:
+
The following 19 developers worked on this release:
  
<TBD: list of contributors, number>
+
Andre Bossert,
 +
Christian Halstrick,
 +
Dave Borowitz,
 +
David Pursehouse,
 +
Gunnar Wagenknecht,
 +
Ivan Frade,
 +
Jackson Toeniskoetter,
 +
Jonathan Nieder,
 +
Juergen Denner,
 +
Luca Milanesio,
 +
Mario Molina,
 +
Masaya Suzuki,
 +
Matthias Sohn,
 +
Medha Bhargav Prabhala,
 +
Michael Keppler,
 +
Mincong HUANG,
 +
Minh Thai,
 +
Terry Parker,
 +
Thomas Wolf

Revision as of 09:06, 12 March 2019

JGit

Features

  • Expose the filter blob limit in UploadPack
  • bug 542611 Enable cloning only specific tags
  • bug 543152 SshdSessionFactory: generalize providing default keys
  • bug 543579 Allow to check for signing key
  • bug 382212 Implement signing commits using BouncyCastle
  • bug 382212 Add signing options to commit CLI
  • bug 382212 Allow CommitCommand to sign commits
  • RefDatabase/Ref: Add versioning to reference database

Performance Improvements

  • bug 543739 Reduce contention on PackFile.idx() function.
  • UploadPack: Read wanted refs in one shot
  • Lazily open ReadableChannel in BlockBasedFile.getOrLoadBlock
  • Lock DfsBlockCache while loading object references to avoid concurrent index loading
  • RefDirectory: Look up several exact refs in one shot

Other Changes

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

Contributors

The following 19 developers worked on this release:

Andre Bossert, Christian Halstrick, Dave Borowitz, David Pursehouse, Gunnar Wagenknecht, Ivan Frade, Jackson Toeniskoetter, Jonathan Nieder, Juergen Denner, Luca Milanesio, Mario Molina, Masaya Suzuki, Matthias Sohn, Medha Bhargav Prabhala, Michael Keppler, Mincong HUANG, Minh Thai, Terry Parker, Thomas Wolf

Back to the top