Comparing source compatibility of /home/jenkins/agent/workspace/stable/jgit-publish-site/repo/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-6.0.0.202111291000-r.jar against /home/jenkins/agent/workspace/stable/jgit-publish-site/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.13.0.202109080827-r/org.eclipse.jgit.ssh.apache-5.13.0.202109080827-r.jar
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | org.eclipse.jgit.transport.sshd.agent.ConnectorFactory | getDefaultFactory() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | static public | void | setDefaultFactory(org.eclipse.jgit.transport.sshd.agent.ConnectorFactory) | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | org.apache.sshd.agent.SshAgentFactory | n.a. |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | JGitSshAgentFactory(org.eclipse.jgit.transport.sshd.agent.ConnectorFactory,
java.io.File) | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.apache.sshd.agent.SshAgent | createClient(org.apache.sshd.common.FactoryManager) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | org.apache.sshd.agent.SshAgentServer | createServer(org.apache.sshd.common.session.ConnectionService) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | java.util.List | getChannelForwardingFactories(org.apache.sshd.common.FactoryManager) | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Compatibility Changes:
Change |
INTERFACE_ADDED |
METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE |
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | java.io.Closeable | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
NEW | java.nio.channels.Channel | n.a. |
NEW | org.apache.sshd.agent.SshAgent | n.a. |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | SshAgentClient(org.eclipse.jgit.transport.sshd.agent.Connector) | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | void | addIdentity(java.security.KeyPair,
java.lang.String) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | void | close() |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | java.lang.Iterable | getIdentities() |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | boolean | isOpen() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | void | removeAllIdentities() |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | void | removeIdentity(java.security.PublicKey) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | java.util.Map$Entry | sign(org.apache.sshd.common.session.SessionContext,
java.security.PublicKey,
java.lang.String,
byte[]) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.apache.sshd.agent.SshAgentFactory | getAgentFactory() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
| Serializable | default serialVersionUID | serialVersionUID in class |
Old | true | -6503989487909327220 | -1634090143702048640 |
New | true | -7165342954312588703 | -1634090143702048640 |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | HttpParser$ParseException(java.lang.Throwable) | n.a. | n.a. |
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public | java.lang.String | n.a. | invalidSignatureAlgorithm |
NEW | public | java.lang.String | n.a. | sshAgentReplyLengthError |
NEW | public | java.lang.String | n.a. | sshAgentReplyUnexpected |
NEW | public | java.lang.String | n.a. | sshAgentShortReadBuffer |
NEW | public | java.lang.String | n.a. | sshAgentWrongNumberOfKeys |
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | java.io.Closeable | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
NEW | org.eclipse.jgit.transport.sshd.agent.Connector | n.a. |
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | java.io.Closeable | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public abstract | boolean | connect() |
Status: | Name: |
NEW | java.io.IOException |
| n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public abstract | byte[] | rpc(byte,
byte[]) |
Status: | Name: |
NEW | java.io.IOException |
| n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public | byte[] | rpc(byte) |
Status: | Name: |
NEW | java.io.IOException |
| n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public abstract | org.eclipse.jgit.transport.sshd.agent.Connector | create(java.lang.String,
java.io.File) |
Status: | Name: |
NEW | java.io.IOException |
| n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | static public | org.eclipse.jgit.transport.sshd.agent.ConnectorFactory | getDefault() | n.a. | n.a. |
|
NEW | public abstract | org.eclipse.jgit.transport.sshd.agent.ConnectorFactory$ConnectorDescriptor | getDefaultConnector() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public abstract | java.lang.String | getName() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public abstract | java.util.Collection | getSupportedConnectors() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public abstract | boolean | isSupported() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | static public | void | setDefault(org.eclipse.jgit.transport.sshd.agent.ConnectorFactory) | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public abstract | java.lang.String | getDisplayName() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
NEW | public abstract | java.lang.String | getIdentityAgent() | n.a. | n.a. |
Old file | New file |
n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder | setConnectorFactory(org.eclipse.jgit.transport.sshd.agent.ConnectorFactory) | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder | withDefaultConnectorFactory() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|