Skip to content

Commit

Permalink
8297068: Update boot JDK to 19.0.1
Browse files Browse the repository at this point in the history
Reviewed-by: kcr, jvos
  • Loading branch information
arapte committed Dec 21, 2022
1 parent ac3f60c commit 1d9e2af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18.0.2"
BOOT_JDK_FILENAME: "jdk-18.0.2_linux-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.2_linux-x64_bin.tar.gz"
BOOT_JDK_VERSION: "19.0.1"
BOOT_JDK_FILENAME: "jdk-19.0.1_linux-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.1_linux-x64_bin.tar.gz"
ANT_DIR: "apache-ant-1.10.5"
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
Expand Down Expand Up @@ -153,9 +153,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18.0.2"
BOOT_JDK_FILENAME: "jdk-18.0.2_macos-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.2_macos-x64_bin.tar.gz"
BOOT_JDK_VERSION: "19.0.1"
BOOT_JDK_FILENAME: "jdk-19.0.1_macos-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.1_macos-x64_bin.tar.gz"
# Disabled due to timeout downloading ant; use ant installed on system
#ANT_DIR: "apache-ant-1.10.5"
#ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
Expand Down Expand Up @@ -239,9 +239,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18.0.2"
BOOT_JDK_FILENAME: "jdk-18.0.2_windows-x64_bin.zip"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.2_windows-x64_bin.zip"
BOOT_JDK_VERSION: "19.0.1"
BOOT_JDK_FILENAME: "jdk-19.0.1_windows-x64_bin.zip"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.1_windows-x64_bin.zip"
ANT_DIR: "apache-ant-1.10.5"
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ javadoc.header=JavaFX 20
##############################################################################

# JDK
jfx.build.jdk.version=18.0.2
jfx.build.jdk.buildnum=9
jfx.build.jdk.version=19.0.1
jfx.build.jdk.buildnum=10
jfx.build.jdk.version.min=17
jfx.build.jdk.buildnum.min=35
jfx.jdk.target.version=17
Expand Down

1 comment on commit 1d9e2af

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.