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

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.integration.channel.interceptor.ObservationPropagationChannelInterceptor
    since 6.1.7 for removal in 6.4 in favor of enabling observation on the channel and its consumer.
    org.springframework.integration.config.ExpressionControlBusFactoryBean
    in favor of ControlBusFactoryBean
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.controlBus()
    in favor of BaseIntegrationFlowDefinition.controlBusOnRegistry()
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.controlBus(Consumer<GenericEndpointSpec<ServiceActivatingHandler>>)
    in favor of BaseIntegrationFlowDefinition.controlBusOnRegistry(Consumer)
    org.springframework.integration.expression.ControlBusMethodFilter
    in favor of ControlBusMethodFilter
    org.springframework.integration.groovy.config.GroovyControlBusFactoryBean
    in favor of ControlBusFactoryBean
    org.springframework.integration.groovy.config.GroovyControlBusParser
    in favor of ControlBusParser
    org.springframework.integration.groovy.GroovyCommandMessageProcessor
    in favor of ControlBusMessageProcessor
    org.springframework.integration.handler.ExpressionCommandMessageProcessor
    in favor of ControlBusMessageProcessor
    org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter(SerializingConverter, LobHandler)
    since 6.4 (for removal) (if favor of ChannelMessageStorePreparedStatementSetter(SerializingConverter)) with a plain JDBC driver support for byte arrays.
    org.springframework.integration.jdbc.store.channel.MessageRowMapper(AllowListDeserializingConverter, LobHandler)
    since 6.4 (for removal) (if favor of MessageRowMapper(AllowListDeserializingConverter)) with a plain JDBC driver support for byte arrays.
    org.springframework.integration.jdbc.store.JdbcChannelMessageStore.setLobHandler(LobHandler)
    since 6.4 (for removal) (with no replacement) in favor of plain JDBC driver support for byte arrays.
    org.springframework.integration.jdbc.store.JdbcMessageStore.setLobHandler(LobHandler)
    since 6.4 (for removal) (with no replacement) in favor of plain JDBC driver support for byte arrays.
    org.springframework.integration.scripting.jsr223.PythonScriptExecutor
    in favor of PolyglotScriptExecutor with a python language argument.
  • Deprecated Classes
    Class
    Description
    org.springframework.integration.channel.interceptor.ObservationPropagationChannelInterceptor
    since 6.1.7 for removal in 6.4 in favor of enabling observation on the channel and its consumer.
    org.springframework.integration.config.ExpressionControlBusFactoryBean
    in favor of ControlBusFactoryBean
    org.springframework.integration.expression.ControlBusMethodFilter
    in favor of ControlBusMethodFilter
    org.springframework.integration.groovy.config.GroovyControlBusFactoryBean
    in favor of ControlBusFactoryBean
    org.springframework.integration.groovy.config.GroovyControlBusParser
    in favor of ControlBusParser
    org.springframework.integration.groovy.GroovyCommandMessageProcessor
    in favor of ControlBusMessageProcessor
    org.springframework.integration.handler.ExpressionCommandMessageProcessor
    in favor of ControlBusMessageProcessor
    org.springframework.integration.scripting.jsr223.PythonScriptExecutor
    in favor of PolyglotScriptExecutor with a python language argument.
  • Deprecated Methods
    Method
    Description
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.controlBus()
    in favor of BaseIntegrationFlowDefinition.controlBusOnRegistry()
    org.springframework.integration.dsl.BaseIntegrationFlowDefinition.controlBus(Consumer<GenericEndpointSpec<ServiceActivatingHandler>>)
    in favor of BaseIntegrationFlowDefinition.controlBusOnRegistry(Consumer)
    org.springframework.integration.jdbc.store.JdbcChannelMessageStore.setLobHandler(LobHandler)
    since 6.4 (for removal) (with no replacement) in favor of plain JDBC driver support for byte arrays.
    org.springframework.integration.jdbc.store.JdbcMessageStore.setLobHandler(LobHandler)
    since 6.4 (for removal) (with no replacement) in favor of plain JDBC driver support for byte arrays.
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter(SerializingConverter, LobHandler)
    since 6.4 (for removal) (if favor of ChannelMessageStorePreparedStatementSetter(SerializingConverter)) with a plain JDBC driver support for byte arrays.
    org.springframework.integration.jdbc.store.channel.MessageRowMapper(AllowListDeserializingConverter, LobHandler)
    since 6.4 (for removal) (if favor of MessageRowMapper(AllowListDeserializingConverter)) with a plain JDBC driver support for byte arrays.