• v5.5.0 0f481fcb61

    feat: Add distribution detection support to .sdkmanrc file (#975)

    leihua released this 2026-07-08 02:49:12 +08:00

    • feat: Add distribution detection support to .sdkmanrc file

    Extends .sdkmanrc support to automatically detect Java distribution from SDKMAN identifiers (e.g., java=21.0.5-tem maps to temurin distribution).

    Makes distribution input optional when using .sdkmanrc with distribution suffix.

    • fix: align SDKMAN sem identifier mapping

    • fix: support SDKMAN albba identifier

    • docs: clarify sdkmanrc distribution inference scope

    Co-authored-by: Copilot [email protected]

    • Add Tencent Kona SDKMAN mapping and format sdkmanrc docs as a table
    • Map SDKMAN 'kona' identifier to the 'kona' distribution (added in #672)
    • Add a .sdkmanrc test case for the kona suffix
    • Convert the inline SDKMAN suffix mapping in advanced-usage.md to a table
    • Rebuild dist bundles

    Co-authored-by: Copilot App [email protected]


    Co-authored-by: Bruno Borges [email protected]
    Co-authored-by: Copilot [email protected]
    Co-authored-by: Bruno Borges [email protected]

    Downloads