Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.cloud.client.discovery.ReactiveDiscoveryClient.probe()
    in favour of ReactiveDiscoveryClient.reactiveProbe(). This method should not be used as is, as it contains a bug - the method called within returns a Flux, which is not accessible for subscription or blocking from within. We are leaving it with a deprecation in order not to bring downstream implementations.
    org.springframework.cloud.client.loadbalancer.LoadBalancerRestClientBuilderBeanPostProcessor(T, ApplicationContext)
    in favour of LoadBalancerRestClientBuilderBeanPostProcessor(ObjectProvider, ApplicationContext)
    org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerWebClientBuilderBeanPostProcessor(DeferringLoadBalancerExchangeFilterFunction, ApplicationContext)
    in favour of LoadBalancerWebClientBuilderBeanPostProcessor(ObjectProvider, ApplicationContext)
    org.springframework.cloud.client.loadbalancer.RestClientBuilderCustomizer
    to be removed in the next major release.
    org.springframework.cloud.client.loadbalancer.SimpleObjectProvider
    for removal in 4.0
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.cloud.client.loadbalancer.RestClientBuilderCustomizer
    to be removed in the next major release.
  • Deprecated Classes
    Class
    Description
    org.springframework.cloud.client.loadbalancer.SimpleObjectProvider
    for removal in 4.0
  • Deprecated Methods
    Method
    Description
    org.springframework.cloud.client.discovery.ReactiveDiscoveryClient.probe()
    in favour of ReactiveDiscoveryClient.reactiveProbe(). This method should not be used as is, as it contains a bug - the method called within returns a Flux, which is not accessible for subscription or blocking from within. We are leaving it with a deprecation in order not to bring downstream implementations.
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getAppName()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getConfiguration()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getEnvironment()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getManagementPort()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getManagementServiceId()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getManagementServiceName()
    org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.getPort()
    org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties.shouldRegisterManagement()
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.cloud.client.loadbalancer.LoadBalancerRestClientBuilderBeanPostProcessor(T, ApplicationContext)
    in favour of LoadBalancerRestClientBuilderBeanPostProcessor(ObjectProvider, ApplicationContext)
    org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerWebClientBuilderBeanPostProcessor(DeferringLoadBalancerExchangeFilterFunction, ApplicationContext)
    in favour of LoadBalancerWebClientBuilderBeanPostProcessor(ObjectProvider, ApplicationContext)

Copyright © 2026 Pivotal Software, Inc.. All rights reserved.