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

chore: fix compatibility issues in compatibility verification #1117

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

tangcent
Copy link
Owner

@tangcent tangcent commented Mar 31, 2024

IntelliJ IDEA Ultimate (241.14494.127) compatibility warning.

  • 1 usage of scheduled for removal API

    • EasyYapi 2.6.8.212.0 uses API scheduled for removal in future releases
    • Scheduled for removal class usage (1)
      • StringUtils (1) (scheduled for removal in a future release)
      • Deprecated class StringUtils is referenced in FeignRequestClassExporter.resolveHeader(...). This class will be removed in a future release
  • 1 deprecated API usage

    • EasyYapi 2.6.8.212.0 uses deprecated API, which may be removed in future releases leading to binary and source code incompatibilities
    • Deprecated method usage (1)
      • PathKt.readText(Path) (1)
      • Deprecated method PathKt.readText(Path) is invoked in HttpClientFileSaver.saveHttpFile(...)

@tangcent tangcent added the type: chore Routine maintenance task label Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.008%. Comparing base (6b8b0ae) to head (6c8e094).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master     #1117   +/-   ##
===========================================
  Coverage     62.008%   62.008%           
  Complexity      2285      2285           
===========================================
  Files            249       249           
  Lines          12100     12100           
  Branches        2984      2984           
===========================================
  Hits            7503      7503           
  Misses          3000      3000           
  Partials        1597      1597           
Flag Coverage Δ
unittests 62.008% <100.000%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ugin/api/export/feign/FeignRequestClassExporter.kt 68.235% <100.000%> (ø)
...idea/plugin/api/export/http/HttpClientFileSaver.kt 69.231% <100.000%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b8b0ae...6c8e094. Read the comment docs.

@tangcent tangcent merged commit abcaae1 into master Mar 31, 2024
10 checks passed
@tangcent tangcent deleted the fix/compatibility branch March 31, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Routine maintenance task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant