V1.1.24, Java 1.8 compatible version
This release has no feature changes, just the libraries were upgraded and from now on both Java 1.7 and 1.8 can be used.
In case of 1.8, the memory usage is a bit more aggressive than in case of 1.7, so it is suggested to monitor the heap usage and allocate the appropriate heap size accordingly.
In case you upgrade from the previous version, it is possible just replace the jar(s), but be aware, that a new property is added to wilma.conf.properties
, and without it, Wilma cannot start:
# The maximum value of displayed messages.
message.log.UI.maxsize=500
This new property controls the length of the message list presented on Wilma / Message Logs UI, to avoid listing several thousand messages when Wilma deals with high traffic.