The Platform is replacing com.jcraft.jsch 0.1.55.v20230916-1400 with com.github.mwiede.jsch 2.28.7.
eclipse-platform/eclipse.platform#958
As you can see in the above issue, EGit/JGit is removing com.jcraft.jsch entirely.
The Platform and EGit are the only two providers/contributors of that bundle:
The two bundles export the same package names so in that sense com.github.mwiede.jsch is a drop-in replacement.
But the selected items below reference the com.jcraft.jsch bundle symbolic name:
This will break aggregation when the Platform and EGit remove the last contribution of this bundle.
FYI @jonahgraham (TCF) @jjohnstn (Linux Tools) @zulus (PHP)
The Platform is replacing com.jcraft.jsch 0.1.55.v20230916-1400 with com.github.mwiede.jsch 2.28.7.
eclipse-platform/eclipse.platform#958
As you can see in the above issue, EGit/JGit is removing com.jcraft.jsch entirely.
The Platform and EGit are the only two providers/contributors of that bundle:
The two bundles export the same package names so in that sense com.github.mwiede.jsch is a drop-in replacement.
But the selected items below reference the com.jcraft.jsch bundle symbolic name:
This will break aggregation when the Platform and EGit remove the last contribution of this bundle.
FYI @jonahgraham (TCF) @jjohnstn (Linux Tools) @zulus (PHP)