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

optimize: update source header #6176

Merged
merged 6 commits into from
Dec 21, 2023
Merged

Conversation

slievrly
Copy link
Member

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

update source header

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3df1704) 48.94% compared to head (b9e4c82) 48.94%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6176      +/-   ##
============================================
- Coverage     48.94%   48.94%   -0.01%     
+ Complexity     4774     4768       -6     
============================================
  Files           913      913              
  Lines         31697    31700       +3     
  Branches       3823     3827       +4     
============================================
  Hits          15514    15514              
- Misses        14639    14644       +5     
+ Partials       1544     1542       -2     
Files Coverage Δ
...c/main/java/io/seata/common/ConfigurationKeys.java 0.00% <ø> (ø)
...ommon/src/main/java/io/seata/common/Constants.java 100.00% <ø> (ø)
...n/src/main/java/io/seata/common/DefaultValues.java 0.00% <ø> (ø)
...rc/main/java/io/seata/common/LockStrategyMode.java 0.00% <ø> (ø)
common/src/main/java/io/seata/common/XID.java 92.30% <ø> (ø)
...ommon/exception/AuthenticationFailedException.java 0.00% <ø> (ø)
...io/seata/common/exception/DataAccessException.java 100.00% <ø> (ø)
...eata/common/exception/EurekaRegistryException.java 100.00% <ø> (ø)
.../io/seata/common/exception/FrameworkErrorCode.java 94.44% <ø> (ø)
.../io/seata/common/exception/FrameworkException.java 85.18% <ø> (ø)
... and 119 more

... and 781 files with indirect coverage changes

@leizhiyuan leizhiyuan self-requested a review December 20, 2023 23:54
Copy link
Contributor

@leizhiyuan leizhiyuan left a comment

Choose a reason for hiding this comment

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

LGTM

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed to the Apache Software Foundation (ASF) under one or more
Copy link
Contributor

Choose a reason for hiding this comment

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

copyright-owner: Seata.io Is that right?

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks for review, I have fixed it.

Copy link
Member Author

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

Evaluate the impact of the post-merge and open PRs. From what we can see, there shouldn't be any conflicts. Newly added files will require header modifications; otherwise, the license header might not pass. Additionally, the license header is not strictly enforced, which theoretically means it could still be merged even if it doesn't pass.

@funky-eyes funky-eyes added this to the 2.1.0 milestone Dec 21, 2023
Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

@funky-eyes funky-eyes merged commit 3baeb49 into apache:2.x Dec 21, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants