Skip to content

jsch in build - the group id has changed #18

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

Open
hazendaz opened this issue Nov 26, 2024 · 1 comment
Open

jsch in build - the group id has changed #18

hazendaz opened this issue Nov 26, 2024 · 1 comment

Comments

@hazendaz
Copy link

Not sure the use case here but while looking at the jdk 24 support, I noticed the legacy jsch. Its been long supported under the following group id

<dependency>
    <groupId>com.github.mwiede</groupId>
    <artifactId>jsch</artifactId>
    <version>0.2.21</version>
</dependency>

See https://github.com/mwiede/jsch for more information. It is drop in place but since not sure of usage here I have not sent a PR and it would immediately conflict with the currently one for jdk 24. So I figured I would mention this.

@rzwitserloot
Copy link
Collaborator

We only use jsch in the build in order to automate the uploading of artefacts to our own hosting stuff. And I'm not sure we still need it, now that hosting has switched to cloudflare.

This ticket thus consists of two steps:

  1. Investigate if we still need JSch in any way.
  2. If yes, spend a minute considering if that's still a good idea.
  3. If still needed, update it.

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

No branches or pull requests

2 participants