-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][build] use SLASHSTAR_STYLE for licenses in Java files #18177
[improve][build] use SLASHSTAR_STYLE for licenses in Java files #18177
Conversation
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
/pulsarbot run-failure-checks |
Codecov Report
@@ Coverage Diff @@
## master #18177 +/- ##
=============================================
+ Coverage 34.91% 50.62% +15.70%
- Complexity 5707 8686 +2979
=============================================
Files 607 612 +5
Lines 53396 53579 +183
Branches 5712 5742 +30
=============================================
+ Hits 18644 27125 +8481
+ Misses 32119 23403 -8716
- Partials 2633 3051 +418
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/pulsarbot rerun-failure-checks |
1 similar comment
/pulsarbot rerun-failure-checks |
ping @BewareMyPower @RobertIndie @nicoloboschi @eolivelli @Jason918 tests passed. Although I can always reapply the formatting step, I hope with can have a timely review stage :) |
Thanks for merging this patch. Be aware that we may suffer a period that new patches introduce regression for the JAVADOC_STYLE license header because we don't require the patch to be merged must be up-to-date. But the overall situation should converge. |
Hi, @tisonkun |
@mattisonchao This is not a breaking change from a user perspective. Thus, I don't initialize a formal vote. I made several discussions on the dev@ list:
... and follow the common lazy consensus principle. To resolve your issues, either run The new style is started from 2.12 or 2.11 and the whole style will converge finally. |
Ok, Got it. thanks! |
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - #3717 - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - apache#3717 - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
### Motivation Use SLASHSTAR_STYLE to avoid formatting unnecessary changes. See also: - apache#3717 - apache/pulsar#18177 - https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd ### Changes Use SLASHSTAR_STYLE instead of javadoc style.
This supersedes #17508.
See also https://lists.apache.org/thread/gwy3ycgsq24r784mk3yv6cbppmbfxgjd.
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: tisonkun#9