-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
bugfix: fix file.conf read failed after package #6899
Conversation
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
changes/en-us/2.x.md
Outdated
@@ -7,7 +7,7 @@ Add changes here for all PR submitted to the 2.x branch. | |||
- [[#6876](https://github.com/apache/incubator-seata/pull/6876)]support kingbase | |||
|
|||
### bugfix: | |||
|
|||
- [[#6899](https://github.com/apache/incubator-seata/pull/6899)] fix: fix file.conf read failed after package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [[#6899](https://github.com/apache/incubator-seata/pull/6899)] fix: fix file.conf read failed after package | |
- [[#6899](https://github.com/apache/incubator-seata/pull/6899)] fix file.conf read failed after package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok.
@@ -16,13 +16,25 @@ | |||
*/ | |||
package org.apache.seata.config; | |||
|
|||
import org.slf4j.Logger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
移到java包下方
Move below the java package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ⅰ. Describe what this PR did
fix #6888
Ⅱ. 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