-
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] Remove versions that are handled by netty-bom #18629
[improve][build] Remove versions that are handled by netty-bom #18629
Conversation
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.
LGTM. Thanks for your contribution!
/pulsarbot run-failure-checks |
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.
lol
Codecov Report
@@ Coverage Diff @@
## master #18629 +/- ##
============================================
- Coverage 47.39% 47.33% -0.07%
+ Complexity 10479 10473 -6
============================================
Files 698 698
Lines 68070 68079 +9
Branches 7279 7280 +1
============================================
- Hits 32264 32223 -41
- Misses 32228 32262 +34
- Partials 3578 3594 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(cherry picked from commit b1a2036)
(cherry picked from commit b1a2036)
Motivation
netty-bom includes the correct Netty tcnative version which is compatible with a particular Netty version. Because of this reason, it's an unnecessary overhead to duplicate the information in Pulsar pom.xml .
Modifications
netty-tc-native.version
from Pulsar'spom.xml
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: lhotari#107