-
Classes Class Description org.eclipse.jgit.transport.ReceivePack.FirstLine UseFirstCommand
instead.org.eclipse.jgit.transport.UploadPack.FirstLine UseFirstWant
instead
-
Fields Field Description org.eclipse.jgit.lib.Constants.CHARACTER_ENCODING UseStandardCharsets.UTF_8
directly instead.org.eclipse.jgit.lib.Constants.CHARSET UseStandardCharsets.UTF_8
directly instead.org.eclipse.jgit.transport.PacketLineIn.DELIM Callers should usePacketLineIn.isDelimiter(String)
to check if a string is the delimiter.org.eclipse.jgit.transport.PacketLineIn.END Callers should usePacketLineIn.isEnd(String)
to check if a string is the end marker, orPacketLineIn.readStrings()
to iterate over all strings in the input stream until the marker is reached.org.eclipse.jgit.util.RawParseUtils.UTF8_CHARSET useStandardCharsets.UTF_8
instead
-
Constructors Constructor Description org.eclipse.jgit.attributes.AttributesHandler(TreeWalk) since 6.1, useAttributesHandler(TreeWalk, Supplier)
insteadorg.eclipse.jgit.errors.PackInvalidException(File) org.eclipse.jgit.util.io.AutoLFInputStream(InputStream, boolean) since 5.9, useAutoLFInputStream.create(InputStream, StreamFlag...)
instead