Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8300705: Update boot JDK to 19.0.2
Reviewed-by: kcr, jvos
  • Loading branch information
arapte committed Feb 2, 2023
1 parent 39d8747 commit 8f2fac0
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
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: "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"
BOOT_JDK_VERSION: "19.0.2"
BOOT_JDK_FILENAME: "jdk-19.0.2_linux-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.2_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: "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"
BOOT_JDK_VERSION: "19.0.2"
BOOT_JDK_FILENAME: "jdk-19.0.2_macos-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.2_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: "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"
BOOT_JDK_VERSION: "19.0.2"
BOOT_JDK_FILENAME: "jdk-19.0.2_windows-x64_bin.zip"
BOOT_JDK_URL: "https://download.oracle.com/java/19/archive/jdk-19.0.2_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
Expand Up @@ -77,8 +77,8 @@ javadoc.header=JavaFX 20
##############################################################################

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

3 comments on commit 8f2fac0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@kevinrushforth
Copy link
Member

Choose a reason for hiding this comment

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

/tag 20+17

@openjdk
Copy link

@openjdk openjdk bot commented on 8f2fac0 Feb 2, 2023

Choose a reason for hiding this comment

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

@kevinrushforth The tag 20+17 was successfully created.

Please sign in to comment.