Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dependency updates
  • SLF4J was updated to 1.7.2 using the Eclipse Orbit version
  • Google Guava was updated to 12.0
Java 7The base for openSCADA is now Java 7. All components will be compiled using Java 7. The execution environments will be changes as needed.

Changes

SNMP Driver with MIB extension

The SNMP Driver allows to provide a custom MIB factory. The default MIB factory is not present, but using the OSGi component mechanism or the Java ServiceLoader functionality a MIB Manager can be located and added. This was necessary to remove "Mibble", since it is licensed under the GPL license and therefore not compatible with the rest.

There is still a MIB Manager implementation based on Mibble, but is was relocated to the contrib repository.

...