JavaMelody 1.74.0 was released. The release is available for
download here:
https://github.com/javamelody/javamelody/releases
Release notes:
/net/bull/javamelody/resource/themedMonitoring.css
and /net/bull/javamelody/resource/themedMonitoring.js
files as resources in your application, in order to override
or add values. This is the case for example in the javamelody
dark theme which is ready to use as a Maven dependency
in your pom.xml:<dependency> <groupId>net.bull.javamelody</groupId> <artifactId>javamelody-dark-theme</artifactId> <version>1.0</version> </dependency>
bye, Emeric