We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a package to be acceptable in the Java bucket, it should be:
Name: eclipse-jmc (may need review)
Description: Eclipse Mission Control is a low-overhead profiling and diagnostics tools suite for the JVM.
Homepage: https://adoptium.net/jmc/
Download link(s): https://github.com/adoptium/jmc-build/releases/download/9.0.0/org.openjdk.jmc-9.0.0-win32.win32.x86_64.zip
Some indication of popularity/repute: It is a build of JMC from OpenJDK (the first one mentioned on OpenJDK jmc repo): https://github.com/openjdk/jmc?tab=readme-ov-file#eclipse-adoptium Adoptium is also responsible for Java Temurin builds of OpenJDK.
License: Apache-2.0
I created a working draft of the manifest. May need some review.
{ "version": "9.0.0", "description": "Eclipse Mission Control", "homepage": "https://adoptium.net/jmc/", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/adoptium/jmc-build/releases/download/9.0.0/org.openjdk.jmc-9.0.0-win32.win32.x86_64.zip", "hash": "5a3dfc7772190e3a184e624fb0b3d0c4d4f0b3cce3b4effbbd8333c169583c32" } }, "extract_dir": "JDK Mission Control", "shortcuts": [ [ "jmc.exe", "Eclipse Mission Control" ] ], "persist": "configuration", "checkver": { "github": "https://github.com/adoptium/jmc-build" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/adoptium/jmc-build/releases/download/$version/org.openjdk.jmc-$version-win32.win32.x86_64.zip" } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package Request
Criteria
For a package to be acceptable in the Java bucket, it should be:
Information
Name: eclipse-jmc (may need review)
Description: Eclipse Mission Control is a low-overhead profiling and diagnostics tools suite for the JVM.
Homepage: https://adoptium.net/jmc/
Download link(s): https://github.com/adoptium/jmc-build/releases/download/9.0.0/org.openjdk.jmc-9.0.0-win32.win32.x86_64.zip
Some indication of popularity/repute:
It is a build of JMC from OpenJDK (the first one mentioned on OpenJDK jmc repo): https://github.com/openjdk/jmc?tab=readme-ov-file#eclipse-adoptium
Adoptium is also responsible for Java Temurin builds of OpenJDK.
License: Apache-2.0
I created a working draft of the manifest. May need some review.
The text was updated successfully, but these errors were encountered: