Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 7 August 2023 at 07:56
Updated 23 January 2025 at 16:47
Resolved 18 December 2023 at 15:41
previous version was 0.2.8
changelog since 0.2.8
jsch 0.2.11
update dependencies changes by @norrisjeremy in #368
#369 fix multi-line PEM key parsing to work with windows line endings due to regression from previous fix for #362.
jsch 0.2.10
Fix new Java 21 compiler warning:
possible 'this' escape before subclass is fully initialized
. by @norrisjeremyTweak OSGi bundle manifest to allow Log4j 3. by @norrisjeremy
#362 fix PEM key parsing to work with windows line endings. by @norrisjeremy
#361 guard against
UIKeyboardInteractive
implementations that include NULL elements in theString[]
returned frompromptKeyboardInteractive()
. by @norrisjeremyAdd a default implmentation of the deprecated
decrypt()
method to theIdentity
interface that throws anUnsupportedOperationException
. by @norrisjeremyjsch 0.2.9
various improvements by @norrisjeremy in #295
#293 allow UserAuthNone to be extended.
Make JGSS module optional.
Tweak OSGi bundle manifest:
Avoid self-import.
Mark JGSS as optional.
Loosen import versions of dependencies.
Correctly adhere to the Multi-release JAR spec by ensuring all public classes under versioned directories preside over classes present in the top-level directory.
Eliminate stray
System.err.println()
calls.Change PageantConnector to use JNA's built-in support for
User32.SendMessage()
.Improve error handling in InputStream.close() for SFTP channels by @stsiano in #331