Skip to content

OLCUT v5.3.0

Latest
Compare
Choose a tag to compare
@jhalexand jhalexand released this 23 Jan 16:55
6b7ee9a

This feature update adds SubprocessConnection, a mechanism for invoking a stateless subprocess and communicating with it over stdio. OLCUT manages when the process starts and stops based on customizable timeouts.

Also in this release:

  • Adds compareTo, equals and hashcode to MutableLong and MutableDouble.

  • Fixes a bug that could generate a NullPointerException in ProvenanceUtil

  • Updates runtime dependency versions:

    • jackson-core - 2.14.1
    • jackson-databind - 2.14.1
    • jline - 3.22.0
    • protobuf-java - 3.19.6
  • Updates test dependency versions:

    • junit - 5.9.2