Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Breaking changes in JGit 2.3.1 over 2.2.0 for DFS package?

Is the DFS package not considered stable? I noticed some breaking changes which occurred in the upgrade between 2.2.0 -> 2.3.1

DfsPackDescription#getPackName() appears to have been removed in favour of DfsPackDescription#getFileName(ext)

DfsObjDatabase#openPackFile/openPackIndex/writePackFile/writePackIndex appear to have been combined into openFile/writeFile

I understand why these changes were done, but I don't recall seeing in the release notes about the changes, and technically these should have caused a major version bump in JGit (from 2.2 to 3.0) to signify that there were breaking changes.

Do we run API baseline tests so that we can catch this out in the future?

Alex

Back to the top