Integrated: 8309381: Support JavaFX incubator modules
Kevin Rushforth
kcr at openjdk.org
Mon Dec 2 18:56:54 UTC 2024
On Tue, 29 Oct 2024 22:23:35 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> This PR add the necessary support for [JavaFX Incubator Modules](https://github.com/kevinrushforth/jfx/blob/jfx.incubator/INCUBATOR-MODULES.md). It includes the following:
>
> 1. Changes to the build scripts `build.gradle` and `settings.gradle` to document where to add your incubator module. Also added `jlink` flags to not resolve incubator modules by default and warn when resolving (same as is done for JDK incubator modules).
> 2. A utility class to produce warnings when first using an incubator module.
> 3. Changes to `javafx.base/module-info.java` to document where to add the needed qualified exports to your module to access the utility class in 2.
>
> See PR #1617 for a sample module that is built on top of this PR's source branch.
>
> This is almost ready to review. I will take it out of Draft in the next day or so.
This pull request has now been integrated.
Changeset: 67eed6d8
Author: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/67eed6d8d63c1047a117b08418c65e1ad341f392
Stats: 164 lines in 4 files changed: 160 ins; 0 del; 4 mod
8309381: Support JavaFX incubator modules
Reviewed-by: angorya, arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1616
More information about the openjfx-dev
mailing list