RFR: 8332895: Support interpolation for backgrounds and borders [v18]

Andy Goryachev angorya at openjdk.org
Wed Aug 7 18:58:38 UTC 2024


On Wed, 7 Aug 2024 18:45:00 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> Isn't this the purpose of the CSR documents?

These two are related but not the same, per https://wiki.openjdk.org/display/csr/CSR+FAQs :

Q: What is the relationship between a CSR and a JEP?
A: A JEP ([JDK Enhancement-Proposal](http://openjdk.java.net/jeps/0)) initially describes a project to update some aspect of the JDK. The exact details of the updates are usually not yet known when the JEP begins. Before a JEP is advanced to the Candidate state, it is strongly recommended the CSRs of a JEP go through at least the first phase of CSR review to Provisional state. Before a JEP is advanced to the Proposed to Target state, CSRs associated with the JEP must have advanced through to at least the CSR Provisional state. For Proposed to Target, the CSRs covering the work of a JEP may also go fully through the CSR process to the Approved state rather than the Provisional state. As the JEP matures, the updates to the JDK associated with the JEP are pushed under one or more changesets. Each changeset that involves a specification change (or sufficiently large compatibility impact) would also require CSR review, just as done for other changes to the JDK.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1522#issuecomment-2274142010


More information about the openjfx-dev mailing list