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"

(Bug Fixes)
(Bug Fixes)
Line 13: Line 13:
 
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&list_id=10006180&order=Importance&product=JGit&query_format=advanced&resolution=FIXED&resolution=DUPLICATE&target_milestone=4.9  ?? enhancement requests and ?? bugs] were closed
 
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&list_id=10006180&order=Importance&product=JGit&query_format=advanced&resolution=FIXED&resolution=DUPLICATE&target_milestone=4.9  ?? enhancement requests and ?? bugs] were closed
  
* [[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

Revision as of 11:25, 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

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