[SNMP4J] SNMP4J v1.0.4a Released

Frank Fock fock at agentpp.com
Thu Nov 18 21:50:47 CET 2004


SNMP4J v1.0.4a has been released and can be downloaded from
http://www.snmp4j.org/SNMP4J.zip

The new version contains serveral fixes, including a critical memory
leak fix. In addition it adds the synchronous TableUtils.getTable
method.

RELEASE NOTES

[2004-11-18] Version 1.0.4a:

* Fixed: TableUtils.getTable did not cancel requests
 which caused a memory leak.
* Fixed: UnsupportedOperationException was thrown in
 TableUtils.getTable() when using it on a SNMPv1 target.
* Fixed: Unclosed file handle when reading
 smisyntax.properties.

* Fixed: Memory leak when sending asynchronous requests.
 When sending an async request do not forget to cancel
 the request using Snmp.cancel(PDU, ReponseListener)
 within the onResponse method of your listener!
* Fixed: Unclosed file handles when reading
 address.properties and SecurityProtocols.properties.
* Added: Synchronous TableUtils.getTable() method.
* Improved: TransportMapping inheritance regarding
 asynchronous message processing support.
* Added: DefaultPDUFactory implementation.
* Fixed: PDU.isConfirmedPdu().

Frank Fock





More information about the SNMP4J mailing list