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/2.3"

(Contributors)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
Note that there was an important bug fix in the patch release 2.3.1, see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=401249 bug 401249].
 +
 
=Features=
 
=Features=
 
* Deleted the iplog generator, it was replaced by the automatic IP tool provided by Eclipse Foundation
 
* Deleted the iplog generator, it was replaced by the automatic IP tool provided by Eclipse Foundation
Line 9: Line 11:
 
* Speed up PathFilterGroup for large sets of paths
 
* Speed up PathFilterGroup for large sets of paths
  
=Fixes=
+
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=376035 Fixed stash apply using merge logic]
+
  
 
= Bug Fixes =
 
= Bug Fixes =
Line 16: Line 17:
  
 
= Contributors =
 
= Contributors =
The following 12 developers worked on this release of JGit:
+
The following 13 developers worked on this release of JGit:
 +
 
 +
Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Roberto Tyley, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna
  
Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna
+
[[Category:JGit]]

Latest revision as of 22:31, 29 November 2023

Note that there was an important bug fix in the patch release 2.3.1, see bug 401249.

Features

  • Deleted the iplog generator, it was replaced by the automatic IP tool provided by Eclipse Foundation
  • New tree filter for user-visible changes between two indexes
  • Improved handling of Gerrit ChangeIds
  • Improved handling of checkout conflicts

Performance Improvements

  • Speed up handling of paths in the CommitCommand
  • Speed up PathFilterGroup for large sets of paths


Bug Fixes

14 Bugs and 0 enhancement requests were closed

Contributors

The following 13 developers worked on this release of JGit:

Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Roberto Tyley, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna

Back to the top