diff --git a/jmc.yaml b/jmc.yaml new file mode 100644 index 0000000..d83bb1f --- /dev/null +++ b/jmc.yaml @@ -0,0 +1,92 @@ +document: modulemd +version: 2 +data: + name: jmc + stream: rhel8 + summary: Java Mission Control is a profiling and diagnostics tool for the Hotspot JVM + description: >- + Java Mission Control is a powerful profiler for HotSpot JVMs and has an + advanced set of tools that enables efficient and detailed analysis of the + extensive data collected by Java Flight Recorder. The tool chain enables + developers and administrators to collect and analyze data from Java + applications running locally or deployed in production environments. + license: + module: + - GPL + profiles: + common: + rpms: + - jmc + core: + rpms: + - jmc-core + dependencies: + - buildrequires: + platform: [el8.5.0] + javapackages-tools: [201801] + tycho: [rhel8] + requires: + platform: [el8] + api: + rpms: + - jmc-core + filter: + rpms: + - mvel + - mvel-javadoc + components: + rpms: + directory-maven-plugin: + buildorder: 0 + ref: 0db012d5ff19feb430282683ba0c89ed77e0d5df + rationale: > + Dependency of jmc and jaf. + arches: [x86_64] + ee4j-parent: + buildorder: 0 + ref: 3bc139f7b28a75a4d8639d1ee3c844623e16ad3c + arches: [x86_64] + rationale: > + Dependency of jaf. + mvel: + buildorder: 0 + ref: ef4060ea1b339c6e9252dbb6e35a106fcb8b4f54 + arches: [x86_64] + rationale: > + Dependency of lz4-java. + owasp-java-encoder: + buildorder: 0 + ref: 833dc4735f476b041d05f8e3cf68de07c8599bfa + arches: [x86_64] + rationale: > + Dependency of jmc-core. + jaf: + buildorder: 1 + ref: 1099dbbc74b048561cb4500cc9434e361e3da09e + arches: [x86_64] + rationale: > + Dependency of jmc. + lz4-java: + buildorder: 1 + ref: bc45b0043af657bbd6c88ad2566a5f1abc9d6077 + arches: [x86_64] + rationale: > + Dependency of jmc-core + HdrHistogram: + buildorder: 2 + ref: 04ed7b3b74216570eadcf6ef97cb77af7f6bf11b + arches: [x86_64] + rationale: > + Dependency of jmc. + jmc-core: + buildorder: 2 + ref: 6dd317ad271aa5850390b7991025bb97810672e4 + arches: [x86_64] + rationale: > + Core API. Dependency of jmc. + jmc: + buildorder: 3 + ref: 068e6babef4b26eb1ec7adc2c320dedfb656550d + arches: [x86_64] + rationale: > + Standalone application.