-
Notifications
You must be signed in to change notification settings - Fork 112
Support MQ - MQTT #174
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
base: main
Are you sure you want to change the base?
Support MQ - MQTT #174
Conversation
4134953
to
b313a81
Compare
增加mqtt相关参数
增加多类型匹配 增加多类型匹配 修改泛型+unitTest 调整方案
增加mqtt相关代码逻辑 Update pom.xml 新增mqtt 新增mqtt组件 调整 提交 Update MessageHeaderWarp.java 提交warp 增加mqtt代码 提交代码 提交部分代码 Delete io.arex.inst.httpservlet.convert.HttpMessageConverter
SonarCloud Quality Gate failed. |
Codecov Report
@@ Coverage Diff @@
## main #174 +/- ##
============================================
+ Coverage 49.80% 49.90% +0.09%
- Complexity 1352 1418 +66
============================================
Files 222 233 +11
Lines 8435 8683 +248
Branches 984 1028 +44
============================================
+ Hits 4201 4333 +132
- Misses 3833 3923 +90
- Partials 401 427 +26
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
937b353
to
369f97f
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #174 +/- ##
============================================
+ Coverage 49.80% 49.90% +0.09%
- Complexity 1352 1418 +66
============================================
Files 222 233 +11
Lines 8435 8683 +248
Branches 984 1028 +44
============================================
+ Hits 4201 4333 +132
- Misses 3833 3923 +90
- Partials 401 427 +26 ☔ View full report in Codecov by Sentry. |
Support MQ - MQTT #23