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

(Created page with "*DRAFT* =JGit= ==Features== ==Performance Improvements== ==Build and Release Engineering== = Bug Fixes = [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technol...")
 
Line 1: Line 1:
*DRAFT*
+
'''DRAFT, this release is planned for end of September 2017''''
 +
----
  
 
=JGit=
 
=JGit=
Line 13: Line 14:
  
 
* Bug 393170 - pushInsteadOf configuration is ignored by EGit.
 
* Bug 393170 - pushInsteadOf configuration is ignored by EGit.
*Note:*
+
'''Note:'''
 
Up to now JGit mistakenly applied pushInsteadOf also to existing
 
Up to now JGit mistakenly applied pushInsteadOf also to existing
 
pushUris. If some repositories had relied on this mis-feature,
 
pushUris. If some repositories had relied on this mis-feature,

Revision as of 11:23, 14 August 2017

DRAFT, this release is planned for end of September 2017'


JGit

Features

Performance Improvements

Build and Release Engineering

Bug Fixes

?? enhancement requests and ?? bugs were closed

  • Bug 393170 - pushInsteadOf configuration is ignored by EGit.

Note: Up to now JGit mistakenly applied pushInsteadOf also to existing pushUris. If some repositories had relied on this mis-feature, pushes may newly suddenly fail (the uncritical case; the config just needs to be fixed) or even still succeed but push to unexpected places, namely to the non-rewritten pushUrls (the critical case).

Contributors

The following ?? developers worked on this release of JGit :

Back to the top