Skip to content

Commit

Permalink
Add Huawei Bisheng to JDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycody committed Nov 14, 2023
1 parent e7d9b7f commit ea6c714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/controllers/JavaListController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class JavaListController @Inject() (
"adpt" -> "AdoptOpenJDK",
"albba" -> "Dragonwell",
"amzn" -> "Corretto",
"bisheng" -> "Huawei",
"bsg" -> "Huawei",
"gln" -> "Gluon",
"graalce" -> "GraalVM CE",
"graal" -> "GraalVM Oracle",
Expand Down
12 changes: 6 additions & 6 deletions features/java_version_list_by_vendor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Feature: Java Version List by Vendor
| java | 8.0.212-albba | albba | LINUX_64 | http://albba.example.org/jdk-8.0.212.tar.gz |
| java | 11.0.3-amzn | amzn | LINUX_64 | http://amzn.example.org/jdk-11.0.3.j9.tar.gz |
| java | 8.0.212-amzn | amzn | LINUX_64 | http://amzn.example.org/jdk-8.0.212.tar.gz |
| java | 17.0.9-bisheng | bisheng | LINUX_64 | http://bisheng.example.org/jdk-17.0.9.tar.gz |
| java | 11.0.21-bisheng | bisheng | LINUX_64 | http://bisheng.example.org/jdk-11.0.21.tar.gz |
| java | 8.0.392-bisheng | bisheng | LINUX_64 | http://bisheng.example.org/jdk-8.0.392.tar.gz |
| java | 17.0.9-bsg | bsg | LINUX_64 | http://bsg.example.org/bsg-17.0.9.tar.gz |
| java | 11.0.21-bsg | bsg | LINUX_64 | http://bsg.example.org/bsg-11.0.21.tar.gz |
| java | 8.0.392-bsg | bsg | LINUX_64 | http://bsg.example.org/bsg-8.0.392.tar.gz |
| java | 19.0.0-gln | gln | LINUX_64 | http://graal.example.org/graal-19.0.0.tar.gz |
| java | 17.0.7-graal | graal | LINUX_64 | http://graal.example.org/graal-17.0.7.tar.gz |
| java | 17.0.7-graalce | graalce | LINUX_64 | http://graal.example.org/graal-ce-17.0.7.tar.gz |
Expand Down Expand Up @@ -62,9 +62,9 @@ Feature: Java Version List by Vendor
| | | 11.0.3.hs | adpt | | 11.0.3.hs-adpt
| | | 8.0.212.j9 | adpt | | 8.0.212.j9-adpt
| | | 8.0.212.hs | adpt | | 8.0.212.hs-adpt
| Huawei | | 17.0.9 | bisheng | | 17.0.9-bisheng
| | | 11.0.21 | bisheng | | 11.0.21-bisheng
| | | 8.0.392 | bisheng | | 8.0.392-bisheng
| Huawei | | 17.0.9 | bsg | | 17.0.9-bsg
| | | 11.0.21 | bsg | | 11.0.21-bsg
| | | 8.0.392 | bsg | | 8.0.392-bsg
| Corretto | | 11.0.3 | amzn | | 11.0.3-amzn
| | | 8.0.212 | amzn | | 8.0.212-amzn
| Dragonwell | | 11.0.3 | albba | | 11.0.3-albba
Expand Down

0 comments on commit ea6c714

Please sign in to comment.