Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.api.CloneCommand | setCallback(org.eclipse.jgit.api.CloneCommand$Callback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | void | checkingOut(org.eclipse.jgit.lib.AnyObjectId,
| n.a. | n.a. |
|
||||
NEW | public abstract | void | cloningSubmodule(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public abstract | void | initializedSubmodules(java.util.Collection) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.api.DescribeCommand | setMatch(java.lang.String[]) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.api.FetchCommand | setCallback(org.eclipse.jgit.api.FetchCommand$Callback) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.api.FetchCommand | setRefSpecs(java.lang.String[]) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | void | fetchingSubmodule(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||
MODIFIED | public | org.eclipse.jgit.api.PullResult | call() |
| n.a. |
|
||||||||||||||||||||||||||
NEW | public | org.eclipse.jgit.api.PullCommand | setFastForward(org.eclipse.jgit.api.MergeCommand$FastForwardMode) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.api.SubmoduleUpdateCommand | setCallback(org.eclipse.jgit.api.CloneCommand$Callback) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.api.SubmoduleUpdateCommand | setFetch(boolean) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.api.SubmoduleUpdateCommand | setFetchCallback(org.eclipse.jgit.api.FetchCommand$Callback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | canBeContentMerged() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | final public | void | shift(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Exception | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 58825643590048112 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | CorruptPackIndexException(java.lang.String,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | getErrorType()
Annotations:
| n.a. | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -7973023189482170317 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | n.a. | MISMATCH_CRC |
NEW | public static final | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | n.a. | MISMATCH_OFFSET |
NEW | public static final | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | n.a. | MISSING_CRC |
NEW | public static final | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | n.a. | MISSING_OBJ |
NEW | public static final | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | n.a. | UNKNOWN_OBJ |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | static public | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType[] | values() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.events.ListenerHandle | addWorkingTreeModifiedListener(org.eclipse.jgit.events.WorkingTreeModifiedListener) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.events.RepositoryEvent | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | WorkingTreeModifiedEvent(java.util.Collection,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | dispatch(org.eclipse.jgit.events.WorkingTreeModifiedListener) | n.a. | n.a. |
|
||||
NEW | public | java.util.Collection | getDeleted() | n.a. | n.a. |
|
||||
NEW | public | java.lang.Class | getListenerType() | n.a. | n.a. |
|
||||
NEW | public | java.util.Collection | getModified() | n.a. | n.a. |
|
||||
NEW | public | boolean | isEmpty() | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | org.eclipse.jgit.events.RepositoryListener | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | void | onWorkingTreeModified(org.eclipse.jgit.events.WorkingTreeModifiedEvent) | n.a. | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public | java.lang.String | n.a. | errorNoFetch |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.gitrepo.RepoCommand | setTargetURI(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | addLinkFile(org.eclipse.jgit.gitrepo.RepoProject$LinkFile) | n.a. | n.a. |
|
||||
NEW | public | void | addLinkFiles(java.util.Collection) | n.a. | n.a. |
|
||||
NEW | public | void | clearLinkFiles() | n.a. | n.a. |
|
||||
NEW | public | java.util.List | getLinkFiles() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: | ||
MODIFIED | org.eclipse.jgit.gitrepo.RepoProject$ReferenceFile(<- java.lang.Object) |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.gitrepo.RepoProject$ReferenceFile | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RepoProject$LinkFile(org.eclipse.jgit.lib.Repository,
| n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RepoProject$ReferenceFile(org.eclipse.jgit.lib.Repository,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | boolean | matches(java.lang.String,
| n.a. |
|
|
||||||
NEW (*) | public abstract | boolean | matches(java.lang.String,
| n.a. |
|
|
Change |
METHOD_REMOVED_IN_SUPERCLASS |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
REMOVED | public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
||||
NEW | public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
REMOVED | public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
||||
NEW | public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
Change |
METHOD_REMOVED_IN_SUPERCLASS |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Change |
METHOD_REMOVED_IN_SUPERCLASS |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.eclipse.jgit.ignore.internal.IMatcher | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
REMOVED | final public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
||||
NEW | final public | boolean | matches(java.lang.String,
| n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | FsckError() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | java.util.Set | getCorruptIndices() | n.a. | n.a. |
|
||||
NEW | public | java.util.Set | getCorruptObjects() | n.a. | n.a. |
|
||||
NEW | public | java.util.Set | getMissingObjects() | n.a. | n.a. |
|
||||
NEW | public | java.util.Set | getNonCommitHeads() | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | FsckError$CorruptIndex(java.lang.String,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.errors.CorruptPackIndexException$ErrorType | getErrorType() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getFileName() | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | FsckError$CorruptObject(org.eclipse.jgit.lib.ObjectId,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | org.eclipse.jgit.lib.ObjectChecker$ErrorType | getErrorType()
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | org.eclipse.jgit.lib.ObjectId | getId() | n.a. | n.a. |
|
||||||||||
NEW | public | int | getType() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.transport.PackParser | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | FsckPackParser(org.eclipse.jgit.lib.ObjectDatabase,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | java.util.Set | getCorruptObjects() | n.a. | n.a. |
|
||||||||
NEW | public | void | overwriteObjectCount(long) | n.a. | n.a. |
|
||||||||
NEW | public | void | verifyIndex(org.eclipse.jgit.internal.storage.file.PackIndex) |
| n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||
NEW | public | java.lang.String | n.a. | cannotAccessLastModifiedForSafeDeletion | ||
NEW | public | java.lang.String | n.a. | cannotReadBackDelta | ||
NEW | public | java.lang.String | n.a. | closeLockTokenFailed | ||
NEW | public | java.lang.String | n.a. | commandClosedStderrButDidntExit | ||
NEW | public | java.lang.String | n.a. | configHandleIsStale | ||
NEW | public | java.lang.String | n.a. | createRequiresZeroOldId | ||
NEW | public | java.lang.String | n.a. | deleteRequiresZeroNewId | ||
NEW | public | java.lang.String | n.a. | enumValueNotSupported0 | ||
REMOVED (!) | public | java.lang.String (!) |
| exceptionCaughtDuringExcecutionOfCommand | ||
NEW | public | java.lang.String | n.a. | exceptionCaughtDuringExecutionOfCommand | ||
NEW | public | java.lang.String | n.a. | failedAtomicFileCreation | ||
NEW | public | java.lang.String | n.a. | gcLogExists | ||
NEW | public | java.lang.String | n.a. | gcTooManyUnpruned | ||
NEW | public | java.lang.String | n.a. | httpConfigCannotNormalizeURL | ||
NEW | public | java.lang.String | n.a. | httpConfigInvalidURL | ||
NEW | public | java.lang.String | n.a. | invalidGitModules | ||
NEW | public | java.lang.String | n.a. | invalidNameContainsDotDot | ||
NEW | public | java.lang.String | n.a. | invalidRedirectLocation | ||
NEW | public | java.lang.String | n.a. | invalidReftableBlock | ||
NEW | public | java.lang.String | n.a. | invalidReftableCRC | ||
NEW | public | java.lang.String | n.a. | invalidReftableFile | ||
NEW | public | java.lang.String | n.a. | invalidSystemProperty | ||
NEW | public | java.lang.String | n.a. | mismatchCRC | ||
NEW | public | java.lang.String | n.a. | mismatchOffset | ||
NEW | public | java.lang.String | n.a. | missingCRC | ||
NEW | public | java.lang.String | n.a. | newIdMustNotBeNull | ||
NEW | public | java.lang.String | n.a. | nonBareLinkFilesNotSupported | ||
NEW | public | java.lang.String | n.a. | oldIdMustNotBeNull | ||
NEW | public | java.lang.String | n.a. | overflowedReftableBlock | ||
NEW | public | java.lang.String | n.a. | peeledRefIsRequired | ||
NEW | public | java.lang.String | n.a. | redirectBlocked | ||
NEW | public | java.lang.String | n.a. | redirectHttp | ||
NEW | public | java.lang.String | n.a. | redirectLimitExceeded | ||
NEW | public | java.lang.String | n.a. | redirectLocationMissing | ||
NEW | public | java.lang.String | n.a. | redirectsOff | ||
NEW | public | java.lang.String | n.a. | repositoryIsRequired | ||
NEW | public | java.lang.String | n.a. | sshUserNameError | ||
NEW | public | java.lang.String | n.a. | sslFailureCause | ||
NEW | public | java.lang.String | n.a. | sslFailureExceptionMessage | ||
NEW | public | java.lang.String | n.a. | sslFailureInfo | ||
NEW | public | java.lang.String | n.a. | sslFailureTrustExplanation | ||
NEW | public | java.lang.String | n.a. | sslTrustAlways | ||
NEW | public | java.lang.String | n.a. | sslTrustForRepo | ||
NEW | public | java.lang.String | n.a. | sslTrustNow | ||
NEW | public | java.lang.String | n.a. | sslVerifyCannotSave | ||
NEW | public | java.lang.String | n.a. | stashDropNotSupported | ||
NEW | public | java.lang.String | n.a. | submoduleNameInvalid | ||
NEW | public | java.lang.String | n.a. | submodulePathInvalid | ||
NEW | public | java.lang.String | n.a. | submoduleUrlInvalid | ||
NEW | public | java.lang.String | n.a. | threadInterruptedWhileRunning | ||
NEW | public | java.lang.String | n.a. | unableToRemovePath | ||
NEW | public | java.lang.String | n.a. | underflowedReftableBlock | ||
NEW | public | java.lang.String | n.a. | unexpectedEofInPack | ||
NEW | public | java.lang.String | n.a. | unknownObjectInIndex | ||
NEW | public | java.lang.String | n.a. | unlockLockFileFailed | ||
NEW | public | java.lang.String | n.a. | unsupportedReftableVersion | ||
NEW | public | java.lang.String | n.a. | updateRequiresOldIdAndNewId |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | java.util.Collection | getPackFiles() | n.a. |
|
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | DfsFsck(org.eclipse.jgit.internal.storage.dfs.DfsRepository) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.fsck.FsckError | check(org.eclipse.jgit.lib.ProgressMonitor) |
| n.a. |
|
||||||||
NEW | public | void | setObjectChecker(org.eclipse.jgit.lib.ObjectChecker) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
MODIFIED (!) | public | java.util.Set (<- java.util.List) | getSourcePacks() | n.a. |
|
|
||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | setConvertToReftable(boolean) | n.a. | n.a. |
|
||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | setReftableConfig(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | setReftableInitialMaxUpdateIndex(long) | n.a. | n.a. |
|
||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | setReftableInitialMinUpdateIndex(long) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsReftable[] | getCurrentReftables() | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsReftable[] | getReftables() |
| n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public final | org.eclipse.jgit.internal.storage.dfs.DfsReftable[] | n.a. | reftables |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | add(org.eclipse.jgit.internal.storage.dfs.DfsReftable) | n.a. | n.a. |
|
||||||
MODIFIED (!) | public | java.util.Collection (<- java.util.List) | getSourcePacks() | n.a. |
|
|
||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | setReftableConfig(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | int | getBlockSize(org.eclipse.jgit.internal.storage.pack.PackExt) | n.a. | n.a. |
|
||||
NEW | public | long | getMaxUpdateIndex() | n.a. | n.a. |
|
||||
NEW | public | long | getMinUpdateIndex() | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter$Stats | getReftableStats() | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsStreamKey | getStreamKey(org.eclipse.jgit.internal.storage.pack.PackExt) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackDescription | setBlockSize(org.eclipse.jgit.internal.storage.pack.PackExt,
| n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackDescription | setMaxUpdateIndex(long) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackDescription | setMinUpdateIndex(long) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: | ||
MODIFIED | org.eclipse.jgit.internal.storage.dfs.BlockBasedFile(<- java.lang.Object) |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | void | close() | n.a. |
|
|
||||||
REMOVED (!) | public | long | getCachedSize() | n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsReaderIoStats | getIoStats() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | long | getBlockCacheHits() | n.a. | n.a. |
|
||||
NEW | public | long | getInflatedBytes() | n.a. | n.a. |
|
||||
NEW | public | long | getReadBitmapIndexCount() | n.a. | n.a. |
|
||||
NEW | public | long | getReadBlocksBytes() | n.a. | n.a. |
|
||||
NEW | public | long | getReadBlocksCount() | n.a. | n.a. |
|
||||
NEW | public | long | getReadBlocksMicros() | n.a. | n.a. |
|
||||
NEW | public | long | getReadIndexBytes() | n.a. | n.a. |
|
||||
NEW | public | long | getReadIndexMicros() | n.a. | n.a. |
|
||||
NEW | public | long | getReadPackIndexCount() | n.a. | n.a. |
|
||||
NEW | public | long | getScanPacks() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.internal.storage.dfs.BlockBasedFile | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | DfsReftable(org.eclipse.jgit.internal.storage.dfs.DfsPackDescription) | n.a. | n.a. |
|
||||
NEW | public | DfsReftable(org.eclipse.jgit.internal.storage.dfs.DfsBlockCache,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.storage.dfs.DfsPackDescription | getPackDescription() | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableReader | open(org.eclipse.jgit.internal.storage.dfs.DfsReader) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
NEW | public | int | hashCode() | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.internal.storage.dfs.DfsStreamKey | of(org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription,
| n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||
REMOVED (!) | public | java.lang.String (!) |
| cannotReadBackDelta | ||
REMOVED (!) | public | java.lang.String (!) |
| unexpectedEofInPack |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | setReadableChannelBlockSizeForTest(int) | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | void | close() | n.a. | n.a. |
|
||||||||
NEW | static public | org.eclipse.jgit.internal.storage.dfs.ReftableStack | open(org.eclipse.jgit.internal.storage.dfs.DfsReader,
|
| n.a. |
|
||||||||
NEW | public | java.util.List | readers() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | static public | void | setExecutor(java.util.concurrent.ExecutorService) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.internal.storage.file.PackInserter | newPackInserter() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.lib.ObjectInserter | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | void | checkExisting(boolean) | n.a. | n.a. |
|
||||||||
NEW | public | void | close() | n.a. | n.a. |
|
||||||||
NEW | public | void | flush() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.lib.ObjectId | insert(int,
|
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.lib.ObjectId | insert(int,
|
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.transport.PackParser | newPackParser(java.io.InputStream) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.lib.ObjectReader | newReader() | n.a. | n.a. |
|
||||||||
NEW | public | void | setCompressionLevel(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | java.io.File | logFor(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.internal.storage.file.PackedBatchRefUpdate | newBatchUpdate() | n.a. | n.a. |
|
||||
NEW | public | boolean | performsAtomicTransactions() | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | ReflogWriter(org.eclipse.jgit.lib.Repository) | n.a. |
|
|
||||||
REMOVED (!) | public | ReflogWriter(org.eclipse.jgit.lib.Repository,
| n.a. |
|
|
||||||
NEW | public | ReflogWriter(org.eclipse.jgit.internal.storage.file.RefDirectory,
| n.a. | n.a. |
|
||||||
NEW | public | ReflogWriter(org.eclipse.jgit.internal.storage.file.RefDirectory) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | org.eclipse.jgit.lib.Repository | getRepository() | n.a. |
|
|
||||||
REMOVED (!) | public | java.io.File | logFor(java.lang.String) | n.a. |
|
|
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | BlockSource() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | void | adviseSequentialRead(long,
| n.a. | n.a. |
|
||||||||
NEW | public abstract | void | close() | n.a. | n.a. |
|
||||||||
NEW | static public | org.eclipse.jgit.internal.storage.io.BlockSource | from(byte[]) | n.a. | n.a. |
|
||||||||
NEW | static public | org.eclipse.jgit.internal.storage.io.BlockSource | from(java.io.FileInputStream) | n.a. | n.a. |
|
||||||||
NEW | static public | org.eclipse.jgit.internal.storage.io.BlockSource | from(java.nio.channels.FileChannel) | n.a. | n.a. |
|
||||||||
NEW | public abstract | java.nio.ByteBuffer | read(long,
|
| n.a. |
|
||||||||
NEW | public abstract | long | size() |
| n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.internal.storage.pack.PackExt | n.a. | REFTABLE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
REMOVED (!) | public | void | preparePack(org.eclipse.jgit.lib.ProgressMonitor,
|
|
|
|
||||||||||
NEW | public | void | preparePack(org.eclipse.jgit.lib.ProgressMonitor,
|
| n.a. |
|
||||||||||
NEW | public | void | preparePack(org.eclipse.jgit.lib.ProgressMonitor,
|
| n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 5991579712840395198 | 1 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | int | getMinimumBlockSize() | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | LogCursor() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | void | close() | n.a. | n.a. |
|
||||||||
NEW | public abstract | org.eclipse.jgit.lib.ReflogEntry | getReflogEntry() | n.a. | n.a. |
|
||||||||
NEW | public abstract | java.lang.String | getRefName() | n.a. | n.a. |
|
||||||||
NEW | public abstract | long | getUpdateIndex() | n.a. | n.a. |
|
||||||||
NEW | public abstract | boolean | next() |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.internal.storage.reftable.Reftable | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | MergedReftable(java.util.List) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.LogCursor | allLogs() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | allRefs() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | byObjectId(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
||||||||
NEW | public | void | close() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.LogCursor | seekLog(java.lang.String,
|
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | seekRef(java.lang.String) |
| n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RefCursor() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | void | close() | n.a. | n.a. |
|
||||||||
NEW | public abstract | org.eclipse.jgit.lib.Ref | getRef() | n.a. | n.a. |
|
||||||||
NEW | public abstract | long | getUpdateIndex() | n.a. | n.a. |
|
||||||||
NEW | public abstract | boolean | next() |
| n.a. |
|
||||||||
NEW | public | boolean | wasDeleted() | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | Reftable() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | public abstract | org.eclipse.jgit.internal.storage.reftable.LogCursor | allLogs() |
| n.a. |
|
||||||||||||||
NEW | public abstract | org.eclipse.jgit.internal.storage.reftable.RefCursor | allRefs() |
| n.a. |
|
||||||||||||||
NEW | public abstract | org.eclipse.jgit.internal.storage.reftable.RefCursor | byObjectId(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
||||||||||||||
NEW | public abstract | void | close() |
| n.a. |
|
||||||||||||||
NEW | public | org.eclipse.jgit.lib.Ref | exactRef(java.lang.String)
Annotations:
|
| n.a. |
|
||||||||||||||
NEW | static public | org.eclipse.jgit.internal.storage.reftable.Reftable | from(java.util.Collection) | n.a. | n.a. |
|
||||||||||||||
NEW | public | boolean | hasId(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
||||||||||||||
NEW | public | boolean | hasRef(java.lang.String) |
| n.a. |
|
||||||||||||||
NEW | public | org.eclipse.jgit.lib.Ref | resolve(org.eclipse.jgit.lib.Ref)
Annotations:
|
| n.a. |
|
||||||||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.LogCursor | seekLog(java.lang.String) |
| n.a. |
|
||||||||||||||
NEW | public abstract | org.eclipse.jgit.internal.storage.reftable.LogCursor | seekLog(java.lang.String,
|
| n.a. |
|
||||||||||||||
NEW | public abstract | org.eclipse.jgit.internal.storage.reftable.RefCursor | seekRef(java.lang.String) |
| n.a. |
|
||||||||||||||
NEW | public | void | setIncludeDeletes(boolean) | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | ReftableCompactor() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | void | addAll(java.util.List) |
| n.a. |
|
||||||||
NEW | public | void | compact(java.io.OutputStream) |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter$Stats | getStats() | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setCompactBytesLimit(long) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setConfig(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setIncludeDeletes(boolean) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setMaxUpdateIndex(long) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setMinUpdateIndex(long) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableCompactor | setOldestReflogTimeMillis(long) | n.a. | n.a. |
|
||||||||
NEW | public | boolean | tryAddFirst(org.eclipse.jgit.internal.storage.reftable.ReftableReader) |
| n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | ReftableConfig(org.eclipse.jgit.lib.Config) | n.a. | n.a. |
|
||||
NEW | public | ReftableConfig() | n.a. | n.a. |
|
||||
NEW | public | ReftableConfig(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
||||
NEW | public | ReftableConfig(org.eclipse.jgit.lib.Repository) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | fromConfig(org.eclipse.jgit.lib.Config) | n.a. | n.a. |
|
||||
NEW | public | int | getLogBlockSize() | n.a. | n.a. |
|
||||
NEW | public | int | getMaxIndexLevels() | n.a. | n.a. |
|
||||
NEW | public | int | getRefBlockSize() | n.a. | n.a. |
|
||||
NEW | public | int | getRestartInterval() | n.a. | n.a. |
|
||||
NEW | public | boolean | isAlignBlocks() | n.a. | n.a. |
|
||||
NEW | public | boolean | isIndexObjects() | n.a. | n.a. |
|
||||
NEW | public | void | setAlignBlocks(boolean) | n.a. | n.a. |
|
||||
NEW | public | void | setIndexObjects(boolean) | n.a. | n.a. |
|
||||
NEW | public | void | setLogBlockSize(int) | n.a. | n.a. |
|
||||
NEW | public | void | setMaxIndexLevels(int) | n.a. | n.a. |
|
||||
NEW | public | void | setRefBlockSize(int) | n.a. | n.a. |
|
||||
NEW | public | void | setRestartInterval(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.internal.storage.reftable.Reftable | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | ReftableReader(org.eclipse.jgit.internal.storage.io.BlockSource) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.LogCursor | allLogs() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | allRefs() |
| n.a. |
|
||||||||
NEW | public | int | blockSize() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | byObjectId(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
||||||||
NEW | public | void | close() |
| n.a. |
|
||||||||
NEW | public | long | maxUpdateIndex() |
| n.a. |
|
||||||||
NEW | public | long | minUpdateIndex() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.LogCursor | seekLog(java.lang.String,
|
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.RefCursor | seekRef(java.lang.String) |
| n.a. |
|
||||||||
NEW | public | long | size() |
| n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | ReftableWriter() | n.a. | n.a. |
|
||||
NEW | public | ReftableWriter(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | begin(java.io.OutputStream) |
| n.a. |
|
||||||||
NEW | public | void | deleteLog(java.lang.String,
|
| n.a. |
|
||||||||
NEW | public | long | estimateTotalBytes() | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | finish() |
| n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter$Stats | getStats() | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | setConfig(org.eclipse.jgit.internal.storage.reftable.ReftableConfig) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | setMaxUpdateIndex(long) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | setMinUpdateIndex(long) | n.a. | n.a. |
|
||||||||
NEW | public | org.eclipse.jgit.internal.storage.reftable.ReftableWriter | sortAndWriteRefs(java.util.Collection) |
| n.a. |
|
||||||||
NEW | public | void | writeLog(java.lang.String,
|
| n.a. |
|
||||||||
NEW | public | void | writeRef(org.eclipse.jgit.lib.Ref) |
| n.a. |
|
||||||||
NEW | public | void | writeRef(org.eclipse.jgit.lib.Ref,
|
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | int | logBlockSize() | n.a. | n.a. |
|
||||
NEW | public | long | logBytes() | n.a. | n.a. |
|
||||
NEW | public | long | logCount() | n.a. | n.a. |
|
||||
NEW | public | long | maxUpdateIndex() | n.a. | n.a. |
|
||||
NEW | public | long | minUpdateIndex() | n.a. | n.a. |
|
||||
NEW | public | long | objBytes() | n.a. | n.a. |
|
||||
NEW | public | long | objCount() | n.a. | n.a. |
|
||||
NEW | public | int | objIdLength() | n.a. | n.a. |
|
||||
NEW | public | int | objIndexLevels() | n.a. | n.a. |
|
||||
NEW | public | int | objIndexSize() | n.a. | n.a. |
|
||||
NEW | public | long | paddingBytes() | n.a. | n.a. |
|
||||
NEW | public | int | refBlockSize() | n.a. | n.a. |
|
||||
NEW | public | long | refBytes() | n.a. | n.a. |
|
||||
NEW | public | long | refCount() | n.a. | n.a. |
|
||||
NEW | public | int | refIndexLevels() | n.a. | n.a. |
|
||||
NEW | public | int | refIndexSize() | n.a. | n.a. |
|
||||
NEW | public | int | restartInterval() | n.a. | n.a. |
|
||||
NEW | public | long | totalBytes() | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | SubmoduleValidator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | static public | void | assertValidGitModulesFile(java.lang.String) |
| n.a. |
|
||||||||
NEW | static public | void | assertValidSubmoduleName(java.lang.String) |
| n.a. |
|
||||||||
NEW | static public | void | assertValidSubmodulePath(java.lang.String) |
| n.a. |
|
||||||||
NEW | static public | void | assertValidSubmoduleUri(java.lang.String) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Exception | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 9205896830573461690 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | SubmoduleValidator$SubmoduleValidationException(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | java.util.List | getPushOptions()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getRefLogMessage()
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | org.eclipse.jgit.lib.BatchRefUpdate | setForceRefLog(boolean) | n.a. | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.lib.BlobObjectChecker | n.a. | NULL_CHECKER |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | void | endBlob(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
||||||||
NEW | public abstract | void | update(byte[],
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | java.util.List | getRefSpecs(java.lang.String,
| n.a. | n.a. |
|
||||
NEW | static public | void | setTypedConfigGetter(org.eclipse.jgit.lib.TypedConfigGetter) | n.a. | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | CONFIG_KEY_AUTODETACH |
NEW | public static final | java.lang.String | n.a. | CONFIG_KEY_IN_CORE_LIMIT |
NEW | public static final | java.lang.String | n.a. | CONFIG_KEY_LOGEXPIRY |
NEW | public static final | java.lang.String | n.a. | CONFIG_KEY_SUPPORTSATOMICFILECREATION |
NEW | public static final | java.lang.String | n.a. | CONFIG_MERGE_SECTION |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | ATTR_BUILTIN_BINARY_MERGER |
NEW | public static final | java.lang.String | n.a. | ATTR_MERGE |
NEW | public static final | java.lang.String | n.a. | LOCK_SUFFIX |
Status | Interface | Compatibility Changes: |
NEW | org.eclipse.jgit.lib.TypedConfigGetter | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | DefaultTypedConfigGetter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | getBoolean(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public | java.lang.Enum | getEnum(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public | int | getInt(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public | long | getLong(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public | java.util.List | getRefSpecs(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public | long | getTimeUnit(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | GitmoduleEntry(org.eclipse.jgit.lib.AnyObjectId,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.lib.AnyObjectId | getBlobId() | n.a. | n.a. |
|
||||
NEW | public | org.eclipse.jgit.lib.AnyObjectId | getTreeId() | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | WorkQueue() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | static public | java.util.concurrent.ScheduledThreadPoolExecutor | getExecutor() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | java.util.List | getGitsubmodules() | n.a. | n.a. |
|
||||||||||
NEW | public | org.eclipse.jgit.lib.BlobObjectChecker | newBlobObjectChecker()
Annotations:
| n.a. | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | PREFIX_CREATED |
NEW | public static final | java.lang.String | n.a. | PREFIX_FAST_FORWARD |
NEW | public static final | java.lang.String | n.a. | PREFIX_FORCED_UPDATE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | isDetachingSymbolicRef() | n.a. | n.a. |
|
||||
NEW | public | void | setForceRefLog(boolean) | n.a. | n.a. |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3723950460519584219 | n.a. |
New | true | -2708126409643073332 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.lib.RefUpdate$Result | n.a. | REJECTED_MISSING_OBJECT |
NEW | public static final | org.eclipse.jgit.lib.RefUpdate$Result | n.a. | REJECTED_OTHER_REASON |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | org.eclipse.jgit.revwalk.RevCommit | parseCommit(org.eclipse.jgit.lib.AnyObjectId) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | boolean | getBoolean(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public abstract | java.lang.Enum | getEnum(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public abstract | int | getInt(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public abstract | long | getLong(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public abstract | java.util.List | getRefSpecs(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
||||
NEW | public abstract | long | getTimeUnit(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.eclipse.jgit.lib.Repository | getRepository()
Annotations:
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW (*) | public abstract | org.eclipse.jgit.merge.Merger | newMerger(org.eclipse.jgit.lib.ObjectInserter,
| n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.merge.Merger | newMerger(org.eclipse.jgit.lib.ObjectInserter,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.merge.ThreeWayMerger | newMerger(org.eclipse.jgit.lib.ObjectInserter,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.merge.ThreeWayMerger | newMerger(org.eclipse.jgit.lib.ObjectInserter,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.merge.ThreeWayMerger | newMerger(org.eclipse.jgit.lib.ObjectInserter,
| n.a. | n.a. |
|
Change |
METHOD_ABSTRACT_ADDED_IN_SUPERCLASS |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | getSinglePack() | n.a. | n.a. |
|
||||
NEW | public | void | setSinglePack(boolean) | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | BundleWriter(org.eclipse.jgit.lib.ObjectReader) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | void | stopAndWait() |
| n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | int | n.a. | HTTP_11_MOVED_TEMP |
NEW | public static final | int | n.a. | HTTP_MOVED_TEMP |
NEW | public static final | int | n.a. | HTTP_SEE_OTHER |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | FOLLOW_REDIRECTS_KEY |
NEW | public static final | java.lang.String | n.a. | HTTP |
NEW | public static final | java.lang.String | n.a. | MAX_REDIRECTS_KEY |
NEW | public static final | java.lang.String | n.a. | POST_BUFFER_KEY |
NEW | public static final | java.lang.String | n.a. | SSL_VERIFY_KEY |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | HttpConfig(org.eclipse.jgit.transport.URIish) | n.a. | n.a. |
|
||||
NEW | public | HttpConfig(org.eclipse.jgit.lib.Config,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode | getFollowRedirects() | n.a. | n.a. |
|
||||
NEW | public | int | getMaxRedirects() | n.a. | n.a. |
|
||||
NEW | public | int | getPostBuffer() | n.a. | n.a. |
|
||||
NEW | public | boolean | isSslVerify() | n.a. | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Comparable | n.a. |
NEW | org.eclipse.jgit.lib.Config$ConfigEnum | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 1601368505897035771 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode | n.a. | FALSE |
NEW | public static final | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode | n.a. | INITIAL |
NEW | public static final | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode | n.a. | TRUE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | matchConfigValue(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toConfigValue() | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.transport.HttpConfig$HttpRedirectMode[] | values() | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | com.jcraft.jsch.ConfigRepository | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | com.jcraft.jsch.ConfigRepository$Config | getConfig(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1500932719405734089 | n.a. |
New | true | -6081966127602965721 | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | int | getType() | n.a. | n.a. |
|
||||
NEW | public | void | setType(int) | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | PushConfig() | n.a. | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Comparable | n.a. |
NEW | org.eclipse.jgit.lib.Config$ConfigEnum | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -4375319442663889154 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.eclipse.jgit.transport.PushConfig$PushRecurseSubmodulesMode | n.a. | CHECK |
NEW | public static final | org.eclipse.jgit.transport.PushConfig$PushRecurseSubmodulesMode | n.a. | NO |
NEW | public static final | org.eclipse.jgit.transport.PushConfig$PushRecurseSubmodulesMode | n.a. | ON_DEMAND |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | matchConfigValue(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toConfigValue() | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.transport.PushConfig$PushRecurseSubmodulesMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
NEW | static public | org.eclipse.jgit.transport.PushConfig$PushRecurseSubmodulesMode[] | values() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | void | disableRefLog() | n.a. | n.a. |
|
||||||||||
NEW | public | java.lang.String | getRefLogMessage()
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | boolean | hasCustomRefLog() | n.a. | n.a. |
|
||||||||||
NEW | public | java.lang.Boolean | isForceRefLog()
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | boolean | isRefLogDisabled() | n.a. | n.a. |
|
||||||||||
NEW | public | boolean | isRefLogIncludingResult() | n.a. | n.a. |
|
||||||||||
NEW | static public | boolean | isTransactionAborted(org.eclipse.jgit.transport.ReceiveCommand) | n.a. | n.a. |
|
||||||||||
NEW | public | void | setForceRefLog(boolean) | n.a. | n.a. |
|
||||||||||
NEW | public | void | setRefLogMessage(java.lang.String,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | java.lang.String | relativize(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | static public | java.lang.String | relativizeGitPath(java.lang.String,
| n.a. | n.a. |
|
||||||||||
NEW | static public | java.lang.String | relativizeNativePath(java.lang.String,
| n.a. | n.a. |
|
||||||||||
NEW | static public | java.lang.String | relativizePath(java.lang.String,
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | public | boolean | createNewFile(java.io.File)
Annotations:
|
| n.a. |
|
||||||||||||||
NEW | public | org.eclipse.jgit.util.FS$LockToken | createNewFileAtomic(java.io.File) |
| n.a. |
|
||||||||||||||
NEW | public | boolean | supportsAtomicCreateNewFile() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | public | boolean | createNewFile(java.io.File)
Annotations:
|
| n.a. |
|
||||||||||||||
NEW | public | org.eclipse.jgit.util.FS$LockToken | createNewFileAtomic(java.io.File) |
| n.a. |
|
||||||||||||||
NEW | public | boolean | supportsAtomicCreateNewFile() | n.a. | n.a. |
|
Status | Interface | Compatibility Changes: |
NEW | java.io.Closeable | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | close() | n.a. | n.a. |
|
||||
NEW | public | boolean | isCreated() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | contains(int) | n.a. | n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | LongMap() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | containsKey(long) | n.a. | n.a. |
|
||||
NEW | public | java.lang.Object | get(long) | n.a. | n.a. |
|
||||
NEW | public | java.lang.Object | put(long,
| n.a. | n.a. |
|
||||
NEW | public | java.lang.Object | remove(long) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | static public | int | decodeUInt24(byte[],
| n.a. | n.a. |
|
||||
NEW | static public | void | encodeInt24(byte[],
| n.a. | n.a. |
|