spacewander opened a new issue, #7482: URL: https://github.com/apache/apisix/issues/7482
### Description Let's remove the deprecated configuration in the APISIX v3, including: - [ ] health_check_retry option https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/cli/etcd.lua#L201 - [ ] lua_shared_dicts https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/cli/ops.lua#L654-L655 - [ ] `audience` in authz-keycloak https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/plugins/authz-keycloak.lua#L123-L129 - [ ] `upstream` in mqtt-proxy https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/stream/plugins/mqtt-proxy.lua#L36 - [ ] `scheme` in proxy-rewrite https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/plugins/proxy-rewrite.lua#L71 - [ ] various apisix.real_ip_xxx options https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/cli/ngx_tpl.lua#L380 - [ ] some configurations in syslog https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/plugins/syslog.lua#L62 - [ ] some configurations in error-log-logger https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/plugins/error-log-logger.lua#L69-L74 - [ ] drop support of service_protocol https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/schema_def.lua#L613 - [ ] move the `disable` to `_meta` https://github.com/apache/apisix/blob/2385768cc004ee6ac9f6d50167d2eb671669f3c0/apisix/plugin.lua#L160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
