-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[type:fix] configs import and export refactor #5827
base: master
Are you sure you want to change the base?
Conversation
...ain/java/org/apache/shenyu/admin/service/configs/SelectorDataConfigsExportImportHandler.java
Outdated
Show resolved
Hide resolved
d4e8545
to
72fc338
Compare
/** | ||
* dict. | ||
*/ | ||
Dict("dict.json", 5), |
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.
may include dict and plugin handler?
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.
Currently, it includes both of these
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.
I think you should add plugin handler
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.
The plugin handler is associated with the plugin
/** | ||
* dict. | ||
*/ | ||
Dict("dict.json", 5), |
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.
I think you should add plugin handler
close #5826
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true
.