Skip to content

Commit

Permalink
[#1188] ReactiveLoadBalancerClientFilterExtend move from route to gov…
Browse files Browse the repository at this point in the history
…ernance
  • Loading branch information
chengyouling committed Jan 9, 2024
1 parent c83392f commit 731c55a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 36 deletions.
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

0 comments on commit 731c55a

Please sign in to comment.