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 authored and marc0der committed Dec 18, 2023
1 parent afee275 commit 6689d3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
version="3.7.12"
align = more
maxColumn = 100
runner.dialect = scala212
1 change: 1 addition & 0 deletions app/controllers/JavaListController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class JavaListController @Inject() (
"adpt" -> "AdoptOpenJDK",
"albba" -> "Dragonwell",
"amzn" -> "Corretto",
"bisheng" -> "Huawei",
"gln" -> "Gluon",
"graalce" -> "GraalVM CE",
"graal" -> "GraalVM Oracle",
Expand Down
6 changes: 6 additions & 0 deletions features/java_version_list_by_vendor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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 | 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 @@ -66,6 +69,9 @@ Feature: Java Version List by Vendor
| Gluon | | 19.0.0 | gln | | 19.0.0-gln
| GraalVM CE | | 17.0.7 | graalce | | 17.0.7-graalce
| GraalVM Oracle| | 17.0.7 | graal | | 17.0.7-graal
| 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
| Java.net | | 13.ea.20 | open | installed | 13.ea.20-open
| | | 12.0.1 | open | | 12.0.1-open
| | | 11.0.3 | open | | 11.0.3-open
Expand Down
1 change: 0 additions & 1 deletion test/steps/RestSteps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import org.scalatest.matchers.should.Matchers
import play.api.libs.json.Json
import scalaj.http.Http
import steps.World._
import support.Mongo

import scala.annotation.tailrec

Expand Down

0 comments on commit 6689d3e

Please sign in to comment.