apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 915 forks source link

[BUILD]Replace systemProperties with systemPropertyVariables in maven-surefire-plugin #6808

Closed pionCham closed 1 week ago

pionCham commented 1 week ago

:mag: Description

Issue References ๐Ÿ”—

Describe Your Solution ๐Ÿ”ง

Fix the warning of maven-surefire-plugin that show Parameter 'systemProperties' is deprecated. Use systemPropertyVariables instead. in the build.

Types of changes :bookmark:

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist ๐Ÿ“

Be nice. Be informative.

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (dddb037) to head (668bfe2). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6808 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 687 687 Lines 42442 42442 Branches 5793 5793 ====================================== Misses 42442 42442 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pionCham commented 1 week ago

LGTM. Please update the title and description to explain the reasons and changes.

I have updated the description and title.

bowenliang123 commented 1 week ago

Thanks, merged to master (1.11.0) and branch-1.10 (1.10.1).