Skip to content

Spring Integration 5.3 to 5.4 Migration Guide

Artem Bilan edited this page Jun 29, 2020 · 3 revisions

Table of Contents

Java DSL changes

The IntegrationFlows.from(Supplier<T>) has been replaced with the IntegrationFlows.fromSupplier(Supplier<T>) since the IntegrationFlows.from(MessageSource<?>) has the same semantics and doesn't compile on Java 14.

Clone this wiki locally