-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8309381: Support JavaFX incubator modules #1616
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back kcr! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@kevinrushforth |
@kevinrushforth has indicated that a compatibility and specification (CSR) request is needed for this pull request. @kevinrushforth please create a CSR request for issue JDK-8309381 with the correct fix version. This pull request cannot be integrated until the CSR request is approved. |
@andy-goryachev-oracle @arapte Can you review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks consistent with the original changes, but easier to understand.
had a few minor suggestions, will re-approve if you decide to fix it (WRAIYDTFI).
"jsobject", | ||
"web", | ||
"media", | ||
"systemTests" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for placing each entry on a separate line!
I would prefer to remove the blank lines around the comment so as not to break the visual grouping (the comments are typically syntax colored anyway unless the user is on TRS80)
// BEGIN: incubator placeholder | ||
//project(":incubator.mymod").projectDir = file("modules/jfx.incubator.mymod") | ||
// END: incubator placeholder | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same suggestion about empty lines
// BEGIN: incubator placeholder | ||
//'incubator.mymod', | ||
// END: incubator placeholder | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(same comment about empty lines)
@@ -2872,6 +2872,19 @@ project(":controls") { | |||
addValidateSourceSets(project, sourceSets) | |||
} | |||
|
|||
// Add a project declaration for each incubator module here, leaving the | |||
// incubator placeholder lines as an example. | |||
// BEGIN: incubator placeholder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: maybe we should mention the JBS every time we say the word "incubator"?
It might be useful to anyone who is looking at the code and has no access to git history (or when git history is obscured by a move). I mean, JBS is our knowledge base, and it usually helps.
This PR add the necessary support for JavaFX Incubator Modules. It includes the following:
build.gradle
andsettings.gradle
to document where to add your incubator module. Also addedjlink
flags to not resolve incubator modules by default and warn when resolving (same as is done for JDK incubator modules).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.
/reviewers 2 reviewers
/csr
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/1616/head:pull/1616
$ git checkout pull/1616
Update a local copy of the PR:
$ git checkout pull/1616
$ git pull https://git.openjdk.org/jfx.git pull/1616/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1616
View PR using the GUI difftool:
$ git pr show -t 1616
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/1616.diff
Using Webrev
Link to Webrev Comment