On Wed, 14 Apr 2021 04:32:29 GMT, John Neffenger wrote:
>> This pull request adds dependency verification to the Gradle builds of
>> JavaFX on Linux, macOS, and Windows. It is the third of three changes that
>> close the gaps in the JavaFX build security:
>>
>> * [JDK-8262236][1]: Configure Gr
> This pull request adds dependency verification to the Gradle builds of JavaFX
> on Linux, macOS, and Windows. It is the third of three changes that close the
> gaps in the JavaFX build security:
>
> * [JDK-8262236][1]: Configure Gradle checksum verification
> * [JDK-8263204][2]: Add Gradle Wra
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
> This is a proposal for cross compiling JavaFX base modules (excluding media
> and webkit) for Windows AArch64 (ARM64).
>
> Main changes:
> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
> - HOST_ARCH and TARGET_ARCH are retrieved from ext.OS_ARCH and
> ext.TARGET_ARCH u