Skip to content

Conversation

@shichaoyuan
Copy link
Contributor

Describe what this PR does / why we need it

替换ThreadLocal以适配Java21虚拟线程

Does this pull request fix one issue?

Fixes #3321

Describe how you did it

Describe how to verify it

Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Mar 1, 2024

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.88%. Comparing base (669595d) to head (681862e).
Report is 3 commits behind head on 1.8.

Additional details and impacted files
@@             Coverage Diff              @@
##                1.8    #3353      +/-   ##
============================================
- Coverage     45.89%   45.88%   -0.01%     
  Complexity     2142     2142              
============================================
  Files           430      430              
  Lines         12900    12899       -1     
  Branches       1730     1730              
============================================
- Hits           5920     5919       -1     
  Misses         6284     6284              
  Partials        696      696              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@LearningGp LearningGp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LearningGp LearningGp merged commit 24c93c8 into alibaba:1.8 Mar 21, 2024
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.

替换ThreadLocal<SimpleDateFormat>以适配Java21虚拟线程

3 participants