change to JDK 17.0.1+12

This commit is contained in:
Ben Fry
2022-01-10 23:34:16 -05:00
parent d1a257d58f
commit 5802d1822c
2 changed files with 14 additions and 3 deletions
+11 -2
View File
@@ -86,9 +86,17 @@
-->
<!-- 17+35 -->
<!--
<property name="jdk.train" value="17" />
<property name="jdk.detail" value="${jdk.train}" />
<property name="jdk.build" value="35" />
-->
<!-- 17.0.1+12 -->
<property name="jdk.train" value="17" />
<property name="jdk.detail" value="${jdk.train}.0.1" />
<property name="jdk.build" value="12" />
<!-- Require Java ${train} everywhere. -->
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
@@ -202,12 +210,13 @@
-->
<!-- Java 17 via Adoptium -->
<!--
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_mac_hotspot_17_35.pkg
<property name="jdk.download.url" value="https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${jdk.train}%2B${jdk.build}/OpenJDK17-jdk_x64_${jdk.download.os}_hotspot_${jdk.train}_${jdk.build}.${jdk.download.ext}" />
-->
<property name="jdk.download.url" value="https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${jdk.train}%2B${jdk.build}/OpenJDK17-jdk_x64_${jdk.download.os}_hotspot_${jdk.train}_${jdk.build}.${jdk.download.ext}" />
<!-- Java 17.0.1 via Adoptium -->
<property name="jdk.download.url" value="https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${jdk.detail}%2B${jdk.build}/OpenJDK17U-jdk_x64_${jdk.download.os}_hotspot_${jdk.detail}_${jdk.build}.${jdk.download.ext}" />
<get src="${jdk.download.url}"
dest="${jdk.tgz.path}"
+3 -1
View File
@@ -3,10 +3,11 @@ X Update appbundler with the latest from upstream
X Replace JDK 11 and JavaFX 16 with JDK 17 and JavaFX 17
X https://github.com/processing/processing4/issues/285
_ update README to note that we're on 17
_ also change project notes on the front
X cleaning up the Create Font dialog while tracking down #278
/ https://github.com/processing/processing4/issues/278
X couldn't reproduce, but probably an issue in there somewhere
X Remove Serif, SansSerif, Monospaced, Dialog, and DialogInput from Create Font
X Remove Serif, SansSerif, Monospaced, Dialog, DialogInput from Create Font
X sort the list of font names
X skip fonts starting . and # because they're likely to confuse users
X get rid of version numbers in the name of the batik.jar file
@@ -63,6 +64,7 @@ _ docs are 3.x not 4.x
_ Open/Save crashing on Linux
_ switching to Oracle JDK got it working, need to test with 17
_ https://github.com/processing/processing4/issues/306
_ add to macOS notes: "Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning."
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .