-
Notifications
You must be signed in to change notification settings - Fork 542
8252387: Deprecate for removal css Selector and ShapeConverter constructors #290
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
Conversation
|
👋 Welcome back bchoudhary! A progress list of the required criteria for merging this PR into |
|
/csr |
|
/reviewers 2 |
|
@kevinrushforth this pull request will not be integrated until the CSR request JDK-8252462 for issue JDK-8252387 has been approved. |
|
@kevinrushforth |
Webrevs
|
This is the eventual goal (for JavaFX 17), but it isn't what this bug is addressing for JavaFX 16. Can you reword this to indicate that this bug is just deprecating the constructors for removal, and that we will file a follow-up bug to later change the access? |
nlisker
left a comment
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 good. Added a single comment.
kevinrushforth
left a comment
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 good. Please update the CSR to reflect the change in the docs Selector.
|
@bhaweshkc This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 4 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@nlisker, @kevinrushforth) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This should not have been marked as ready by the Skara bot. Looks like there is a bug in the processing of the @bhaweshkc please wait until the CSR is approved before integrating. |
|
@kevinrushforth Why is the Skara bot saying this PR can be integrated if the CSR is not approved yet? Also, in the main post under Reviewers, the links to the users lead to a 404. Should I submit bugs for these? |
Looks like we both noticed this at the same time.
I hadn't noticed this before.
Yes, please. |
|
@bhaweshkc the CSR is approved. Go ahead and |
|
/integrate |
|
@bhaweshkc |
|
/sponsor |
|
@nlisker @bhaweshkc The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit a5ecfb6. |
Deprecate the public constructor of javafx.css.Selector as it should not be public due to only being extended by classes in same package.
Deprecate the public constructor of javafx.css.converter.ShapeConverter as its a singleton class.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/290/head:pull/290$ git checkout pull/290