RFR: 8341566: Adding factory for non-synchronized CharSequence Reader [v6]

Markus KARG duke at openjdk.org
Wed Oct 9 08:09:02 UTC 2024


On Wed, 9 Oct 2024 07:51:31 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> In a different discussion, I have been told previously that the title of the CSR and the JBS issue for which the CSR is created, should match. I think we should change the title of https://bugs.openjdk.org/browse/JDK-8341566 to match what you have for the CSR, since that one is more clear.

I have no strong feelings, but the reason for deviation is that the JBS proposes to introduce "some" factory (the outcome is open at time of JBS creation and was found _later_, while discussing the PR), while the CSR is explicitly about the exact wish for literally `Reader.of(final CharSequence cs)`. I do not know the intentions of the team that has set up the process rules for JBS and CSR. If both need to be exact the same, then I wonder why JIRA allows to modify the CSR title manually...? The sole answer I could imagine was: Because of exact that difference between "some" factory and exactly `Reader.of`. 🤔 

@AlanBateman WDYT?

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

PR Comment: https://git.openjdk.org/jdk/pull/21371#issuecomment-2401630172


More information about the core-libs-dev mailing list