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/User Guide"

(Removing all content from page)
Line 1: Line 1:
 +
= Incompatible JGit API Changes =
 +
JGit is still in beta hence we sometimes do incompatible API changes to reach a better stable API.
 +
<br>These are listed here as a reference for other projects depending on the JGit API.
  
 +
{|
 +
! Version
 +
! Description
 +
! Change
 +
! Commit
 +
|-
 +
| 0.9
 +
| Repository can be configured with FS
 +
| http://egit.eclipse.org/r/#change,588
 +
| [http://egit.eclipse.org/w/?p=jgit.git;a=commit;h=936e4ab2f2ad4847e22483b26eb61f0c8e56b70c 936e4ab2f2ad4847e22483b26eb61f0c8e56b70c]
 +
|-
 +
| 0.9
 +
| Rename lib.Repository to storage.file.FileRepository
 +
| http://egit.eclipse.org/r/#change,890
 +
| not yet submitted
 +
|}

Revision as of 04:39, 18 June 2010

Incompatible JGit API Changes

JGit is still in beta hence we sometimes do incompatible API changes to reach a better stable API.
These are listed here as a reference for other projects depending on the JGit API.

Version Description Change Commit
0.9 Repository can be configured with FS http://egit.eclipse.org/r/#change,588 936e4ab2f2ad4847e22483b26eb61f0c8e56b70c
0.9 Rename lib.Repository to storage.file.FileRepository http://egit.eclipse.org/r/#change,890 not yet submitted

Back to the top