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

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Annotation Interfaces
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.integration.dsl.IntegrationFlows
    since version 6.0 in favor of fluent API methods straight from IntegrationFlow interface.
    org.springframework.integration.dsl.Pollers.fixedDelay(long, TimeUnit)
    since 6.0 in favor of Pollers.fixedDelay(Duration)
    org.springframework.integration.dsl.Pollers.fixedDelay(long, TimeUnit, long)
    since 6.0 in favor of Pollers.fixedDelay(Duration, Duration)
    org.springframework.integration.dsl.Pollers.fixedRate(long, TimeUnit)
    since 6.0 in favor of Pollers.fixedRate(Duration)
    org.springframework.integration.dsl.Pollers.fixedRate(long, TimeUnit, long)
    since 6.0 in favor of Pollers.fixedRate(Duration, Duration)
    org.springframework.integration.dsl.RouterSpec.noChannelKeyFallback()
    since 6.0 in favor of RouterSpec.channelKeyFallback(boolean)
    org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.integration.security.channel.ChannelAccessPolicy
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
  • Deprecated Classes
    Class
    Description
    org.springframework.integration.dsl.IntegrationFlows
    since version 6.0 in favor of fluent API methods straight from IntegrationFlow interface.
    org.springframework.integration.security.channel.ChannelInvocation
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.channel.ChannelSecurityInterceptor
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole()). However, the AuthorizationChannelInterceptor can be configured with any AuthorizationManager implementation.
    org.springframework.integration.security.channel.ChannelSecurityMetadataSource
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.channel.DefaultChannelAccessPolicy
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.config.SecuredChannelsParser
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
    org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.integration.security.channel.SecuredChannel
    since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
  • Deprecated Methods
    Method
    Description
    org.springframework.integration.context.IntegrationObjectSupport.getIntegrationProperty(String, Class<T>)
    in favor of IntegrationObjectSupport.getIntegrationProperties()
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply()
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(String)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(String, Function<Message<P>, Object>)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(String, Expression)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(Function<Message<P>, Object>)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(Expression)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, String)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, String, String)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, String, Function<Message<P>, Object>)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, String, Expression)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, Function<Message<P>, Object>)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.logAndReply(LoggingHandler.Level, Expression)
    since 6.0 in favor of BaseIntegrationFlowDefinition.log() in the end of flow.
    org.springframework.integration.dsl.Pollers.fixedDelay(long, TimeUnit)
    since 6.0 in favor of Pollers.fixedDelay(Duration)
    org.springframework.integration.dsl.Pollers.fixedDelay(long, TimeUnit, long)
    since 6.0 in favor of Pollers.fixedDelay(Duration, Duration)
    org.springframework.integration.dsl.Pollers.fixedRate(long, TimeUnit)
    since 6.0 in favor of Pollers.fixedRate(Duration)
    org.springframework.integration.dsl.Pollers.fixedRate(long, TimeUnit, long)
    since 6.0 in favor of Pollers.fixedRate(Duration, Duration)
    org.springframework.integration.dsl.RouterSpec.noChannelKeyFallback()
    since 6.0 in favor of RouterSpec.channelKeyFallback(boolean)