Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

531 replacing jsch with sshj in ssh app #551

Merged
merged 18 commits into from
Oct 31, 2023

Conversation

osuender
Copy link
Contributor

No description provided.

@osuender osuender linked an issue Oct 27, 2023 that may be closed by this pull request
@@ -16,7 +16,7 @@
* limitations under the License.
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<Application applicationName="SSH" comment="" factoryVersion="" versionName="1.0.25" xmlVersion="1.1">
<Application applicationName="SSH" comment="" factoryVersion="" versionName="2.0.25" xmlVersion="1.1">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wieso nicht 2.0.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bei der Übername der Sourcen aus dem svn-apollo Repository wurde dort die Version 2.0.24.2 der SSH-App gebaut.
Deshalb der Sprung auf 2.0.25

@@ -36,6 +36,9 @@
<ant antfile="build.xml" target="build" inheritAll="false" dir="${basedir}/../SSHConnectionImpl">
<property name="target.dir" value="${basedir}/lib/xyna" />
</ant>
<ant antfile="build.xml" target="build" inheritAll="false" dir="${basedir}/../../sharedlib/SSHJSchUtils">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the directory name "SSHJschUtils" should be renamed, because it doesn't contain anything regarding Jsch any more?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename SSHJSchUtils to SSHJUtils

@osuender osuender merged commit 5e959a4 into main Oct 31, 2023
2 checks passed
@osuender osuender deleted the 531-replacing-jsch-with-sshj-in-ssh-app branch October 31, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replacing jsch with sshj in ssh app
2 participants