-
Notifications
You must be signed in to change notification settings - Fork 504
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
com.alibaba.nacos.client.config.filter.impl.ConfigEncryptionFilter not a subtype #995
Comments
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue or help wanted. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions. |
Describe the question or bug
模块中nacos的配置文件中有nacos.config.log-enable=true时,会出现如下的异常
如果去除该配置可以成功注入
Expected behavior
注入成功
Actual behavior
Caused by: ErrCode:-400, ErrMsg:com.alibaba.nacos.api.config.filter.IConfigFilter: com.alibaba.nacos.client.config.filter.impl.ConfigEncryptionFilter not a subtype
<spring.boot.version>3.0.9</spring.boot.version>
<sofa.ark.version>3.0.7</sofa.ark.version>
<koupleless.runtime.version>2.0.4</koupleless.runtime.version>
The text was updated successfully, but these errors were encountered: