SNMP4J-Agent 3.2.0 has been released to fix issues about the new random access persistency implemented by SNMP4J-Agent-DB and to fix issues with ManagedObject lookup of proxy and static objects groups (regression in 3.0.x and 3.1.x).
When you migrate from SNMP4J-Agent 2.x to 3.x please read the corresponding FAQ article at:
https://doc.snmp.app/pages/viewpage.action?pageId=38633479
Dependencies
- Java 9
- SNMP4J 3.1.0
New Features
- None since 3.1.1
Changes
- Added [SFJ-200]: Added RandomAccessObject.isVolatile(OID) to check if a sub-instance (i.e., table row) is volatile or not. This is needed for filtering volatile rows by SNMP4J-Agent-DB when persistently storing rows of a table.
- Fixed: Possible NullPointerException in RowStatus.commit if the new value does not differ to the existing RowStatus.
- Fixed: StaticMOGroup and MOSubtreeProxy now implement the mandatory new GenericManagedObject interface too.