Skip to content

jsch-0.2.17

Compare
Choose a tag to compare
@mwiede mwiede released this 29 Feb 06:57
· 89 commits to master since this release

What's Changed

  • 0.2.17 changes by @norrisjeremy in #482
    • Organize imports and remove unused imports.
    • Remove unneeded implements statements.
    • Remove unused local variables.
    • Skip flatten-maven-plugin during CI tests.
    • Expand wildcard imports in order to better adhere to Google Java Style Guide.
    • Add PBKDF2-HMAC-SHA512/256 & PBKDF2-HMAC-SHA512/224, which are both supported as of Java 21.
    • Organize imports.
    • Always embed NoPadding into Cipher string.
    • Import javax.crypto.Cipher instead of com.jcraft.jsch.Cipher.
    • Organize module-info.
    • More formatting corrections to better adhere to Google Java Style Guide.
    • Switch to using java.time classes & make work for dates past 2038.

Dependency Updates

Full Changelog: jsch-0.2.16...jsch-0.2.17