rocketmq
rocketmq copied to clipboard
[ISSUE #8579] Update the startup script of RocketMQ on Windows
Which Issue(s) This PR Fixes
Fixes #issue_id
Brief Description
There is a problem with obtaining the JDK version script in Windows, so I modified it; I don't know much about different JDK versions (mainly divided by 17), and only made modifications to the issues I found
How Did You Test This Change?
I can run it normally on my computer
"JAVA_MAJOR_VERSION=**" is the log I added during debugging
run with java 17
run with java 8
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.23%. Comparing base (
e8d87b1) to head (f02d132). Report is 1 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #8580 +/- ##
=============================================
- Coverage 47.27% 47.23% -0.05%
+ Complexity 11453 11443 -10
=============================================
Files 1275 1275
Lines 89242 89242
Branches 11470 11470
=============================================
- Hits 42185 42149 -36
- Misses 41861 41888 +27
- Partials 5196 5205 +9
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.
This PR was closed because it has been inactive for 3 days since being marked as stale.