RFR: 6910: Missing manifest prevents agent jar from running
Marcus Hirt
hirt at openjdk.java.net
Thu Oct 8 14:55:41 UTC 2020
On Thu, 8 Oct 2020 10:58:30 GMT, Guru Hb <ghb at openjdk.org> wrote:
>> 6910: Missing manifest prevents agent jar from running
>
> Changes look good to me.
> Verified on Linux build, Generates MANIFEST.MF file with below content :
>
> `
> Manifest-Version: 1.0
> Created-By: Apache Maven 3.6.3
> Built-By: null
> Build-Jdk: 11.0.9
> Agent-Class: org.openjdk.jmc.agent.Agent
> Automatic-Module-Name: org.openjdk.jmc.agent
> Bundle-RequiredExecutionEnvironment: JavaSE-1.8
> Can-Retransform-Classes: true
> Premain-Class: org.openjdk.jmc.agent.Agent
>
> `
Hi @gunnarmorling! You're good to go! Simply write /integrate in a new message to integrate your changes.
-------------
PR: https://git.openjdk.java.net/jmc/pull/122
More information about the jmc-dev
mailing list