Integrated: 8343196: Add build property to identify experimental builds of JavaFX
Ambarish Rapte
arapte at openjdk.org
Wed Nov 20 00:33:35 UTC 2024
On Thu, 14 Nov 2024 12:01:29 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> Introduce a new build property `jfx.experimental.release.suffix` to be used for the early access builds of an under development feature in JavaFX.
> This property would be set to a value ONLY in a branch specific to an experiment in [jfx-sandbox](https://github.com/openjdk/jfx-sandbox) repo.
> For example:
> For the metal branch in jfx-sandbox repo, it would be set to `-metal`. The javafx.version for the early access build generated from that branch would be `24-metal`.
>
> And it would always be empty for master branch in both main jfx repo and in jfx-sandbox repo.
> This change has no effect on a regular developer build from master branch.
This pull request has now been integrated.
Changeset: 35ff442f
Author: Ambarish Rapte <arapte at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/35ff442f0c40d7bf1aa28e647cbab26c73227592
Stats: 18 lines in 2 files changed: 17 ins; 0 del; 1 mod
8343196: Add build property to identify experimental builds of JavaFX
Reviewed-by: kcr, jvos
-------------
PR: https://git.openjdk.org/jfx/pull/1637
More information about the openjfx-dev
mailing list