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 "EGit/New and Noteworthy/6.8"

(Build and Release Engineering)
Line 10: Line 10:
  
 
* [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
  
 
== Other Changes ==
 
== Other Changes ==

Revision as of 09:34, 28 November 2023

EGit

Features

  • 451508 DeleteBranchOperation: bulk delete branches for deleting multiple branches
  • 342790 Include the Gerrit change ID footer if a revert is done in a repository for which including such a footer is configured
  • 582380 CommitHelper: retrieve MERGE_MSG for resolved merge conflict when reverting a commit raises conflicts

Build and Release Engineering

Other Changes

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

Contributors

The following 5 developers worked on this release: Andrey Loskutov, Jörg Kubitz, Matthias Sohn, Michael Keppler, Thomas Wolf


See Also

See also the new features in JGit for additional information.

Back to the top