New
jsch-2.27.4
What's Changed
- Slowness due to blocked threads in Channel.getChannel call by @DavidTavoularis in https://github.com/mwiede/jsch/pull/887
- Update to latest Maven Wrapper by @norrisjeremy in https://github.com/mwiede/jsch/pull/895
- Switch to using Java 25 for builds by @norrisjeremy in https://github.com/mwiede/jsch/pull/913
- Update forbiddenapis with newly added support for Java 25 by @norrisjeremy in https://github.com/mwiede/jsch/pull/926
- fix for infinite looping issue by @code-docker in https://github.com/mwiede/jsch/pull/922
- Store Channel objects associated with a particular Session with the S… by @norrisjeremy in https://github.com/mwiede/jsch/pull/889
Dependency Updates
- Bump github/codeql-action from 3.29.9 to 3.29.10 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/882
- Bump com.github.valfirst:slf4j-test from 3.0.1 to 3.0.2 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/884
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/883
- Bump com.github.valfirst:slf4j-test from 3.0.2 to 3.0.3 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/891
- Bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/893
- Bump github/codeql-action from 3.29.11 to 3.30.3 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/899
- Bump actions/setup-java from 4.7.1 to 5.0.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/892
- Bump s4u/maven-settings-action from 3.1.0 to 4.0.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/897
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.27.0 to 2.28.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/898
- Bump surefire.version from 3.5.3 to 3.5.4 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/902
- Bump log4j.version from 2.25.1 to 2.25.2 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/912
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/908
- Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.2 to 1.7.3 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/910
- Bump jna.version from 5.17.0 to 5.18.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/905
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/911
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/909
- Bump org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/903
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.28.0 to 2.29.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/904
- Bump errorprone.version from 2.41.0 to 2.42.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/906
- Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/907
- Bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/914
- Bump jna.version from 5.18.0 to 5.18.1 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/915
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/919
- Bump de.thetaphi:forbiddenapis from 3.9 to 3.10 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/920
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/921
- Bump github/codeql-action from 3.30.5 to 4.30.7 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/918
- Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/924
- Bump github/codeql-action from 4.30.7 to 4.30.8 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/923
- Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.0 by @dependabot[bot] in https://github.com/mwiede/jsch/pull/925
New Contributors
- @DavidTavoularis made their first contribution in https://github.com/mwiede/jsch/pull/887
- @code-docker made their first contribution in https://github.com/mwiede/jsch/pull/922
Full Changelog: https://github.com/mwiede/jsch/compare/jsch-2.27.3...jsch-2.27.4