KAFKA-20103 properties value assignment syntax changed to 'propName = value' (in order to comply with future requirements announced for Gradle 10) - #21373
Conversation
|
FYI @chia7712 |
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
3ec79e2 to
339c261
Compare
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
339c261 to
bac69bf
Compare
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
|
Demoting to a draft for a few days (weeks) until I get some time to doublecheck it. |
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
|
This PR is being marked as stale since it has not had any activity in 90 days. If you If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact). If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed. |
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
|
Hi @dejan2609 I noticed this is still in draft and marked stale. I’d be happy to help get this PR completed/merged. Rebase on latest trunk, run ./gradlew releaseTarGz with --warning-mode all, and mark ready for review if you’re busy. Just offering to collaborate. |
… value' (in order to comply with future requirements announced for Gradle 10) related link: https://docs.gradle.org/9.4.1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
|
Hi @Shivamrut ! Solution is actually working as expected (and I just rebased it onto trunk without a single conflict 🙂) but the real question is: should we try to merge it now or just before (during ?) Gradle major version upgrade from 9 to 10 ? Prologue (why we need to do this at some point): https://docs.gradle.org/9.4.1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
Test procedure:
2. This PR state problem report after `./gradlew clean rTG` execution - `propName/value` syntax related warnings are gone ✅:
What is your take on this @chia7712 ? |
|
Hi @dejan2609 I verified it locally and your changes fix |
|
I see your point @Shivamrut, we could include this change into trunk now; however, deprecated All-in-all, the question stays: should we merge it now or later ? @mimaison, @chia7712, @clolov: please squeeze some time and have your say 🙂 |


ℹ️ Note for reviewers: skip to this comment: #21373 (comment)
Related link: https://docs.gradle.org/9.4.1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
JIRA ticket: KAFKA-20103
Reviewers: Shivamrut gshivamrut@gmail.com