From 7d2dde54075035361c5fe85aa4f44b37bf4db28f Mon Sep 17 00:00:00 2001 From: evernat Date: Mon, 20 Apr 2020 01:53:14 +0200 Subject: [PATCH] needed upgrade of javamelody for security, bugs and enhancements --- README.md | 5 +++-- build.moxie | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df86ed5..480cc90 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *REQUIRES 1.6.0* -The Gitblit [JavaMelody](https://code.google.com/p/javamelody) plugin provides realtime monitoring of your Gitblit installation by JavaMelody. +The Gitblit [JavaMelody](https://github.com/javamelody/javamelody/wiki) plugin provides realtime monitoring of your Gitblit installation by JavaMelody. Only *administrators* may access the JavaMelody app. @@ -18,11 +18,12 @@ Alternatively, you can download the zip and manually copy it to your `${baseFold ### Setup -There is no initial setup for this plugin. However, if there are JavaMelody [settings](https://code.google.com/p/javamelody/wiki/UserGuide) that you want to configure, you may specify them in your `gitblit.properties` file using the *javamelody.* prefix. +There is no initial setup for this plugin. However, if there are JavaMelody [settings](https://github.com/javamelody/javamelody/wiki/UserGuide#6-optional-parameters) that you want to configure, you may specify them in your `gitblit.properties` file using the *javamelody.* prefix. e.g. javamelody.monitoring-path = /jm + javamelody.storage-directory = /tmp/javamelody ### Usage diff --git a/build.moxie b/build.moxie index 05156a8..3f89dd0 100644 --- a/build.moxie +++ b/build.moxie @@ -94,7 +94,7 @@ repositories: 'central', 'com.gitblit' # Convenience properties for dependencies properties: { gitblit.version : 1.6.0 - javamelody.version : 1.53.0 + javamelody.version : 1.82.0 } # Dependencies