Skip to content

Commit

Permalink
Deprecate WebClientRouting infrastructure
Browse files Browse the repository at this point in the history
Fixes gh-3680
  • Loading branch information
spencergibb committed Jan 24, 2025
1 parent 9d25754 commit 7db891d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@

/**
* @author Spencer Gibb
* @deprecated for removal in 5.0
*/
@Deprecated
public class WebClientHttpRoutingFilter implements GlobalFilter, Ordered {

private final WebClient webClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@

/**
* @author Spencer Gibb
* @deprecated for removal in 5.0
*/
@Deprecated
public class WebClientWriteResponseFilter implements GlobalFilter, Ordered {

/**
Expand Down

0 comments on commit 7db891d

Please sign in to comment.