New DurationParameter
and additional minor changes: Release of 1.0.0-RC4 which
can be downloaded on the download page.
While implementing a use case in a Strolch based application it was detected
that an essential parameter type was missing, the DurationParameter
. This
parameter currently stores the value as a long in memory and serializes to
ISO8601.
As soon as we move Strolch to Java8, we will change this to use the
Period
class in the new Java8 date and time API.
In addition to the new parameter, a couple of other changes were made:
So, Strolch 1.0.0-RC4 is out the door, go ahead and try it out.