Skip to content
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 #5097] Fix illegal reflective access #5098

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

ShadowySpirits
Copy link
Member

Make sure set the target branch to develop

What is the purpose of the change

close #5097

@codecov-commenter
Copy link

Codecov Report

Merging #5098 (abf6ea5) into develop (ad72dbe) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop    #5098      +/-   ##
=============================================
- Coverage      43.18%   43.16%   -0.03%     
- Complexity      7750     7757       +7     
=============================================
  Files            995      995              
  Lines          69103    69175      +72     
  Branches        9154     9153       -1     
=============================================
+ Hits           29845    29858      +13     
- Misses         35499    35563      +64     
+ Partials        3759     3754       -5     
Impacted Files Coverage Δ
.../main/java/org/apache/rocketmq/common/UtilAll.java 37.78% <0.00%> (-0.50%) ⬇️
...ebalance/AbstractAllocateMessageQueueStrategy.java 81.25% <0.00%> (-18.75%) ⬇️
...org/apache/rocketmq/common/stats/StatsItemSet.java 41.79% <0.00%> (-8.96%) ⬇️
...etmq/broker/processor/EndTransactionProcessor.java 45.91% <0.00%> (-5.50%) ⬇️
...controller/impl/DLedgerControllerStateMachine.java 80.95% <0.00%> (-4.05%) ⬇️
.../apache/rocketmq/controller/ControllerManager.java 73.11% <0.00%> (-2.16%) ⬇️
...mq/store/ha/autoswitch/AutoSwitchHAConnection.java 70.16% <0.00%> (-1.62%) ⬇️
...ocketmq/broker/processor/SendMessageProcessor.java 44.63% <0.00%> (-1.48%) ⬇️
...he/rocketmq/client/trace/AsyncTraceDispatcher.java 81.42% <0.00%> (-1.43%) ⬇️
.../org/apache/rocketmq/store/timer/TimerMetrics.java 67.42% <0.00%> (-1.33%) ⬇️
... and 30 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix illegal reflective access
3 participants