SNMP4J 3.6.6 has been released 2022-03-20T23:00:00Z.
CHANGES
- Improved: TLS handshaking “key is writable” looping when waiting for agent handshake response is now suppressed.
- Added: TLS
contextEngineIDdiscovery cache to avoid rediscovery of context engine IDs for an address using RFC 5343 mechanism as long as the TLS connection to that address remains open. - Fixed [SFJ-245]: Possible Deadlock in
Snmp.PendingRequest.resendRequeston behalf of (D)TLS context engine ID discovery. - Fixed: Concurrent modification
Exceptionwhen iterating over results ofTreeUtils.walkwhen agent returnsnoSuchNameerror status on SNMPv1 request. - Improved: Invalid as signed encoded 9 byte 64bit unsigned integer 64bit values will not be decoded by
BER.decodeUnsignedInt64anymore. Instead invalid length exception is thrown.