fix the datasource monitoring in WildFly 9.0.1 (45203cf thanks to jayblanc)
fix JENKINS-23442, In the Jenkins plugin,>
improved: In the Jenkins plugin, upgrade the minimum Jenkins version to 1.580.1 and replace use of deprecated Jenkins api
fix issue 503: incompatibility with JIRA 7
fix issue 511: rename VERSION.properties to remove conflict with jgroups
fix from PR 505 and PR 507: German translations (thanks to mawulf)
fix from grails PR 27: In the JavaMelody Grails plugin, fix uppercase environment names to lowercase (thanks to timic)
fix from grails PR 28: In the JavaMelody Grails plugin, fix cannot disable spring counter (thanks to timic)
added: if Java 7 or later, 2 new graphs are displayed in "Other charts", below the main charts: "% System CPU" and "Used buffered memory" (5029404).
% System CPU is the CPU usage for the whole system (not just the JVM), between 0 and 100%.
Used buffered memory is the memory used, either by direct buffers allocated outside of the garbage-collected heap, using ByteBuffer.allocateDirect, or by mapped buffers created by mapping a region of a file into memory, using FileChannel.map.
improved: limit the different child requests per request in statistics to a raisonnable number (10000), issue 496.