Skip to content

Commit d1947a5

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sysmenudup
2 parents 592b317 + f681302 commit d1947a5

File tree

2,069 files changed

+68314
-38813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,069 files changed

+68314
-38813
lines changed

.github/workflows/submit.yml

+12-19
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
7474
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
7575
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
76-
BOOT_JDK_VERSION: "21.0.2"
77-
BOOT_JDK_FILENAME: "jdk-21.0.2_linux-x64_bin.tar.gz"
78-
BOOT_JDK_URL: "https://download.oracle.com/java/21/archive/jdk-21.0.2_linux-x64_bin.tar.gz"
76+
BOOT_JDK_VERSION: "23"
77+
BOOT_JDK_FILENAME: "jdk-23_linux-x64_bin.tar.gz"
78+
BOOT_JDK_URL: "https://download.oracle.com/java/23/archive/jdk-23_linux-x64_bin.tar.gz"
7979
ANT_DIR: "apache-ant-1.10.5"
8080
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
8181
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
@@ -155,9 +155,9 @@ jobs:
155155
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
156156
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
157157
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
158-
BOOT_JDK_VERSION: "21.0.2"
159-
BOOT_JDK_FILENAME: "jdk-21.0.2_macos-x64_bin.tar.gz"
160-
BOOT_JDK_URL: "https://download.oracle.com/java/21/archive/jdk-21.0.2_macos-x64_bin.tar.gz"
158+
BOOT_JDK_VERSION: "23"
159+
BOOT_JDK_FILENAME: "jdk-23_macos-x64_bin.tar.gz"
160+
BOOT_JDK_URL: "https://download.oracle.com/java/23/archive/jdk-23_macos-x64_bin.tar.gz"
161161
# Disabled due to timeout downloading ant; use ant installed on system
162162
#ANT_DIR: "apache-ant-1.10.5"
163163
#ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
@@ -241,9 +241,9 @@ jobs:
241241
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
242242
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
243243
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
244-
BOOT_JDK_VERSION: "21.0.2"
245-
BOOT_JDK_FILENAME: "jdk-21.0.2_macos-aarch64_bin.tar.gz"
246-
BOOT_JDK_URL: "https://download.oracle.com/java/21/archive/jdk-21.0.2_macos-aarch64_bin.tar.gz"
244+
BOOT_JDK_VERSION: "23"
245+
BOOT_JDK_FILENAME: "jdk-23_macos-aarch64_bin.tar.gz"
246+
BOOT_JDK_URL: "https://download.oracle.com/java/23/archive/jdk-23_macos-aarch64_bin.tar.gz"
247247
# Disabled due to timeout downloading ant; use ant installed on system
248248
#ANT_DIR: "apache-ant-1.10.5"
249249
#ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
@@ -327,14 +327,12 @@ jobs:
327327
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
328328
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
329329
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
330-
BOOT_JDK_VERSION: "21.0.2"
331-
BOOT_JDK_FILENAME: "jdk-21.0.2_windows-x64_bin.zip"
332-
BOOT_JDK_URL: "https://download.oracle.com/java/21/archive/jdk-21.0.2_windows-x64_bin.zip"
330+
BOOT_JDK_VERSION: "23"
331+
BOOT_JDK_FILENAME: "jdk-23_windows-x64_bin.zip"
332+
BOOT_JDK_URL: "https://download.oracle.com/java/23/archive/jdk-23_windows-x64_bin.zip"
333333
ANT_DIR: "apache-ant-1.10.5"
334334
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
335335
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
336-
# FIXME: hard-code the location of VS 2022 for now
337-
VS150COMNTOOLS: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build"
338336

339337
steps:
340338
- name: Checkout the source
@@ -379,15 +377,10 @@ jobs:
379377
380378
- name: Setup environment
381379
run: |
382-
echo "VS150COMNTOOLS=$env:VS150COMNTOOLS"
383380
echo "dir ...\VC\Tools\MSVC"
384381
dir "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC"
385-
echo "dir VS150COMNTOOLS"
386-
dir "$env:VS150COMNTOOLS"
387382
# echo "dir ...\VC\Tools\MSVC"
388383
# dir "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC"
389-
# echo "dir VS150COMNTOOLS"
390-
# dir "$env:VS150COMNTOOLS"
391384
392385
$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ;
393386
$env:JAVA_HOME = "$HOME\bootjdk\jdk-$env:BOOT_JDK_VERSION" ;

SECURITY.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JavaFX Vulnerabilities
2+
3+
Please follow the process outlined in the [OpenJDK Vulnerability Policy](https://openjdk.org/groups/vulnerability/report) to disclose vulnerabilities in JavaFX.

UPDATING-VERSION.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ feature version number from `N` to `N+1`:
1818

1919
```
2020
jfx.release.major.version
21-
javadoc.title
22-
javadoc.header
2321
```
2422

2523
* In

apps/toys/EmbeddedSwing/build.xml

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<!-- By default, only the Clean and Build commands use this build script. -->
6+
<!-- Commands such as Run, Debug, and Test only use this build script if -->
7+
<!-- the Compile on Save feature is turned off for the project. -->
8+
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
9+
<!-- in the project's Project Properties dialog box.-->
10+
<project name="EmbeddedSwing" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project EmbeddedSwing.</description>
12+
<import file="nbproject/build-impl.xml"/>
13+
<!--
14+
15+
There exist several targets which are by default empty and which can be
16+
used for execution of your tasks. These targets are usually executed
17+
before and after some main targets. They are:
18+
19+
-pre-init: called before initialization of project properties
20+
-post-init: called after initialization of project properties
21+
-pre-compile: called before javac compilation
22+
-post-compile: called after javac compilation
23+
-pre-compile-single: called before javac compilation of single file
24+
-post-compile-single: called after javac compilation of single file
25+
-pre-compile-test: called before javac compilation of JUnit tests
26+
-post-compile-test: called after javac compilation of JUnit tests
27+
-pre-compile-test-single: called before javac compilation of single JUnit test
28+
-post-compile-test-single: called after javac compilation of single JUunit test
29+
-pre-jar: called before JAR building
30+
-post-jar: called after JAR building
31+
-post-clean: called after cleaning build products
32+
33+
(Targets beginning with '-' are not intended to be called on their own.)
34+
35+
Example of inserting an obfuscator after compilation could look like this:
36+
37+
<target name="-post-compile">
38+
<obfuscate>
39+
<fileset dir="${build.classes.dir}"/>
40+
</obfuscate>
41+
</target>
42+
43+
For list of available properties check the imported
44+
nbproject/build-impl.xml file.
45+
46+
47+
Another way to customize the build is by overriding existing main targets.
48+
The targets of interest are:
49+
50+
-init-macrodef-javac: defines macro for javac compilation
51+
-init-macrodef-junit: defines macro for junit execution
52+
-init-macrodef-debug: defines macro for class debugging
53+
-init-macrodef-java: defines macro for class execution
54+
-do-jar-with-manifest: JAR building (if you are using a manifest)
55+
-do-jar-without-manifest: JAR building (if you are not using a manifest)
56+
run: execution of project
57+
-javadoc-build: Javadoc generation
58+
test-report: JUnit report generation
59+
60+
An example of overriding the target for project execution could look like this:
61+
62+
<target name="run" depends="EmbeddedSwing-impl.jar">
63+
<exec dir="bin" executable="launcher.exe">
64+
<arg file="${dist.jar}"/>
65+
</exec>
66+
</target>
67+
68+
Notice that the overridden target depends on the jar target and not only on
69+
the compile target as the regular run target does. Again, for a list of available
70+
properties which you can use, check the target you are overriding in the
71+
nbproject/build-impl.xml file.
72+
73+
-->
74+
<target name="-pre-compile">
75+
</target>
76+
</project>

apps/toys/EmbeddedSwing/manifest.mf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

0 commit comments

Comments
 (0)