Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/6.8"

(Created page with "= JGit = == Features == * Improve parsing of commit message trailers to allow multiline trailers * RevertCommand: support for inserting a Gerrit change ID === Build and Re...")
 
Line 8: Line 8:
 
===  Build and Release Engineering ===
 
===  Build and Release Engineering ===
  
* [https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3137 Git repositories were migrated] to [https://eclipse.gerrithub.io/admin/repos/q/filter:eclipse GerritHub] including all review data. See the blog [https://gitenterprise.me/category/jgit-2/ 14 Years of JGit/EGit Code Reviews migrated to GerritHub.
+
* [https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3137 Git repositories were migrated] to [https://eclipse.gerrithub.io/admin/repos/q/filter:eclipse GerritHub] including all review data. See the blog [https://gitenterprise.me/category/jgit-2/ 14 Years of JGit/EGit Code Reviews migrated to GerritHub].
 
* Generate SBOMs using cyclonedx maven plugin
 
* Generate SBOMs using cyclonedx maven plugin
 
* Enable Maven reproducible builds using timestamp of last commit.
 
* Enable Maven reproducible builds using timestamp of last commit.

Revision as of 06:07, 28 November 2023

JGit

Features

  • Improve parsing of commit message trailers to allow multiline trailers
  • RevertCommand: support for inserting a Gerrit change ID

Build and Release Engineering

Other Changes

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

Contributors

The following 16 developers worked on this release: Antonio Barone, Dariusz Luksza, David Ostrovsky, Florian Signoret, Han-Wen Nienhuys, Ivan Frade, Jonathan Nieder, Kamil Musin, Luca Milanesio, Matthias Sohn, Minh Thai, Nasser Grainawi, Nitzan Gur-Furman, Patrick Hiesel, Ronald Bhuleskar, Thomas Wolf

Back to the top