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

JGit/New and Noteworthy/4.6

< JGit‎ | New and Noteworthy
Revision as of 22:36, 29 November 2023 by Matthias.sohn.sap.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JGit

Features

  • Implement auto gc
  • CheckoutCommand: Add method to add multiple paths
  • Add "concurrencyLevel" option to DfsBlockCache
  • Add ReceivedPackStatistics for PackParser

JGit Command Line

  • Checkout: Add the ability to checkout all paths.

LFS Support

  • Add built-in LFS smudge filter for local case
  • Add built-in LFS clean filter
  • Add configuration parameter to enable built-in hooks/filters
  • Add support for built-in smudge filters
  • Add support for built-in clean filters

JGit Ketch

  • Define MonotonicClock interface for advanced timestamps

Build and Release Engineering

  • Update JGit minimum execution environment to JavaSE-1.8
  • Update JavaEWAH to 1.1.6
  • Add Oxygen target platform and remove target platforms older than Mars
  • Buck build: upgrade buck to latest version
  • Configure Maven to run tests concurrently by default
  • Enable error-prone for the Maven build
  • Use consistent feature and category names


Bug Fixes

2 enhancement requests and 3 bugs were closed

Contributors

The following 19 developers worked on this release of JGit :

Christian Halstrick Dave Borowitz David Pursehouse David Turner Grace Wang Hugo Arès Jacek Centkowski Jonathan Nieder Kevin Corcoran Marc Strapetz Masaya Suzuki Matthias Sohn Ned Twigg Philipp Marx Rüdiger Herrmann Shawn Pearce Thomas Meyer Thomas Wolf Zhen Chen

Back to the top