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

[#1188] ReactiveLoadBalancerClientFilterExtend move from route to governance #1190

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package com.huaweicloud.router.client.loadbalancer.webflux;
package com.huaweicloud.governance.adapters.gateway;

import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/


package com.huaweicloud.router.client.loadbalancer.webflux;
package com.huaweicloud.governance.adapters.gateway;

import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.GATEWAY_LOADBALANCER_RESPONSE_ATTR;
import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.GATEWAY_REQUEST_URL_ATTR;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#
## ---------------------------------------------------------------------------
##
## Copyright (C) 2020-2022 Huawei Technologies Co., Ltd. All rights reserved.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------

com.huaweicloud.governance.GovernanceConfiguration
com.huaweicloud.governance.adapters.gateway.GatewayConfiguration
com.huaweicloud.governance.adapters.loadbalancer.LoadbalancerConfiguration
com.huaweicloud.governance.adapters.loadbalancer.WebFluxLoadbalancerConfiguration
com.huaweicloud.governance.adapters.feign.FeignConfiguration
com.huaweicloud.governance.adapters.web.WebConfiguration
com.huaweicloud.governance.adapters.webclient.WebClientConfiguration
com.huaweicloud.governance.adapters.webflux.WebFluxConfiguration
com.huaweicloud.governance.adapters.webmvc.WebMvcConfiguration
com.huaweicloud.governance.AuthenticationAutoConfiguration
com.huaweicloud.governance.authentication.adapters.feign.FeignConfiguration
com.huaweicloud.governance.authentication.adapters.gateway.GatewayConfiguration
com.huaweicloud.governance.authentication.adapters.web.WebConfiguration
com.huaweicloud.governance.adapters.gateway.ReactiveLoadBalancerClientConfiguration
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@

com.huaweicloud.router.client.RouterClientAutoConfiguration
com.huaweicloud.router.client.loadbalancer.webflux.WebFluxConfiguration
com.huaweicloud.router.client.loadbalancer.webmvc.WebMvcConfiguration
com.huaweicloud.router.client.loadbalancer.webflux.ReactiveLoadBalancerClientConfiguration
com.huaweicloud.router.client.loadbalancer.webmvc.WebMvcConfiguration