[Request] Eclipse Mission Control - (Adoptium build of OpenJDK Java Mission Control)

Open Beginner friendly
#542 1 comment 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java
Domain
tooling

Research direction

Start by comparing the supplied manifest draft with existing manifests in the Java bucket, then verify the Eclipse Mission Control release URL, archive layout, and hash. Done means a reviewed manifest for the requested Windows 64-bit package with installation, shortcut, version checking, and autoupdate details that match the published release.

Written by the indexing model from the issue text.

Description

Package Request

Criteria

For a package to be acceptable in the Java bucket, it should be:

  • a runtime environment or software development kit for Java
  • a reasonably well-known and widely used developer tool (e.g. if it's a GitHub project, it should have at least 500 stars and 150 forks)
  • the latest stable version of the program
  • the full version i.e. not a trial version
  • a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
  • downloadable without having to sign in or use user-dependant cookies
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.

{
    "version": "9.1.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.1.0/org.openjdk.jmc-9.1.0-win32.win32.x86_64.zip",
            "hash": "7491f43cc641916b811871d648259d9d6bef26db995fcf5a8f1026cdb642a662"
        }
    },
    "extract_dir": "JDK Mission Control",
    "shortcuts": [
        [
            "jmc.exe",
            "Eclipse Mission Control"
        ]
    ],
    "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"
            }
        }
    }
}
Dominant language
PowerShell
Stars
314
Forks
111
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ScoopInstaller/Java

All issues in ScoopInstaller/Java

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.