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

2.0 版本的 security 部分进行了 package 级别优化,导致旧代码不兼容 #890

Open
AngLi2 opened this issue Aug 27, 2020 · 0 comments

Comments

@AngLi2
Copy link
Contributor

AngLi2 commented Aug 27, 2020

1.8 版本的 security 文件目录如下:
+-- security
| +-- common
| +--plugins
| +--cipher_manager.go

2.0 版本的 security 文件目录如下:
+-- security
| +-- authr
| +--cipher
| +--secret
| +--token

目前已遇到 cipher_manager.go 在 1.8版本的 package 为 security,在 2.0 版本的 package 为 cipher,此类问题在删除旧包无法通过 ide 自动引入,需要手动看源码。建议在 1.8 - 2.0 的升级指导中提供相关说明

tianxiaoliang added a commit that referenced this issue Aug 28, 2020
* new feature: quota management system extend

* qms plugin is pluggable

* #859 refactor config item for 2.0

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #859 router and quota management config move out of "service"

* #890 refactor log tool

* #890 refactor log tool

* #890 refactor log tool

* #890 refactor log tool

* #890 refactor log tool

* #890 refactor log tool

* #890 refactor log tool

* Update upgrade.md
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

No branches or pull requests

1 participant