Review request for JMC-6546: Fixing the update sites in JMC 7.1.0

Elliott Baron ebaron at redhat.com
Tue Sep 10 15:53:14 UTC 2019


Hi Marcus,

On 2019-09-10 8:03 a.m., Marcus Hirt wrote:
> Hi all,
> 
> Please review this fix for making the update sites work in JMC 7.1.0:
> 
> Jira:   https://bugs.openjdk.java.net/browse/JMC-6546
> diff:
> diff -r 751cae255f84
> application/org.openjdk.jmc.feature.flightrecorder/feature.xml
> --- a/application/org.openjdk.jmc.feature.flightrecorder/feature.xml
>   Thu Sep 05 21:18:12 2019 +0200
> +++ b/application/org.openjdk.jmc.feature.flightrecorder/feature.xml
>   Tue Sep 10 13:50:56 2019 +0200
> @@ -129,4 +129,11 @@
>            version="0.0.0"
>            unpack="false"/>
> 
> -</feature>
> \ No newline at end of file
> +   <plugin
> +         id="org.hdrhistogram.HdrHistogram"
> +         download-size="0"
> +         install-size="0"
> +         version="0.0.0"
> +         unpack="false"/>
> +
> +</feature>

I confirmed that the installation succeeds after this patch. Sorry for 
missing this in the first place.

Thanks,
Elliott


More information about the jmc-dev mailing list