- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 637
Description
Bug report
Description
Two related issues are observed regarding Huawei Bisheng JDK:
1.Incorrect Official Link on SDKMAN Website:
The SDKMAN JDK Distributions page lists a broken link for Bisheng JDK (currently https://www.hikunpeng.com/developer/devkit/compiler-jdk, which returns 404).
Correct Official Links:
2.Missing Versions in sdk list java:
Despite Huawei publicly providing Bisheng JDK versions (e.g., 8u372, 11.0.19, 17.0.8), they are not listed via sdk list java, preventing installation through SDKMAN.
Steps to Reproduce
For Issue 1 (Broken Link):
1.Visit SDKMAN JDK Distributions page.
2.Click the "https://bishengjdk.openeuler.org/" link under BiSheng(Huawei).
3.Result: Redirects to https://bishengjdk.openeuler.org/ → 404 Error.
For Issue 2 (Missing Versions):
Run sdk list java.
Search for "bisheng" (e.g., sdk list java | grep -i bisheng).
Result: No Bisheng JDK versions appear.
To reproduce
Expected Behavior
1.The official Bisheng JDK link on SDKMAN should point to https://www.openeuler.org/zh/other/projects/bishengjdk/.
2.Bisheng JDK versions (e.g., 17.0.8-bisheng) should be visible and installable via sdk install java .
System info
Environment
SDKMAN version:
bash
script: 5.19.0
native: 0.7.1
OS: Linux Mint 22.1
Shell: Bash
Additional Context
1.Bisheng JDK Official Resources:
- Download Mirrors:
- Supported Versions: 8u372, 11.0.19, 17.0.8 (as per Huawei's official pages).
2.Potential Root Causes:
- SDKMAN backend configuration (e.g., jdks.json) may not have updated Bisheng JDK metadata.
- The broken link on the SDKMAN website suggests outdated vendor information.
 
 3.Attachment:
 Output of sdk list java is attached for reference.
Suggested Fixes
1.Update the official Bisheng JDK link on the SDKMAN website to OpenEuler Project Page.
2.Sync Bisheng JDK versions with Huawei's public mirrors in SDKMAN's backend.