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
[ISSUE #5484] Replace logging module with the shaded logback #5540
Conversation
2b45f3e
to
5f2c8d7
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5540 +/- ##
=============================================
- Coverage 42.72% 42.52% -0.20%
+ Complexity 8032 7952 -80
=============================================
Files 1031 1022 -9
Lines 72741 71249 -1492
Branches 9613 9398 -215
=============================================
- Hits 31079 30301 -778
+ Misses 37718 37120 -598
+ Partials 3944 3828 -116
|
5f2c8d7
to
aac7e19
Compare
| <dependency> | ||
| <groupId>io.github.aliyun-mq</groupId> | ||
| <artifactId>rocketmq-slf4j-api</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.github.aliyun-mq</groupId> | ||
| <artifactId>rocketmq-logback-classic</artifactId> | ||
| </dependency> |
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.
IMO, It would be better to put it in a more neutral repo.
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.
@RongtongJin Actually a more neutral repo(e.g. some other repos which belong to apache rocketmq) is considered, but we want to avoid the redundant polling procedure at present, because we'd better to keep up to date with the original version, current polling procedure is uncesscary.
On the other hand, I think current group id is ok because the License is more important, or we could refer to the dependency of fastjson.


fixes #5484