Skip to content

Spring Integration 6.2 to 6.3 Migration Guide

Artem Bilan edited this page Jan 30, 2024 · 3 revisions

Removal of deprecated API

The previously @Deprecated(forRemoval = true) API has been removed.

AMQP delay message property as long

The MessageProperties.delay is now expected to be of long type. Therefore AmqpHeaders.DELAY header must be set as long. See https://github.com/spring-projects/spring-amqp/issues/2602 for more information.

Removal of spring-integration-security modules

Previously deprecated spring-integration-security modules has been remove in favor of SecurityContextChannelInterceptor & SecurityContextPropagationChannelInterceptor from the spring-security-messaging module of Spring Security project. Use implementation 'org.springframework.security:spring-security-messaging' dependency instead.

Clone this wiki locally