I am using import org.springframework.integration.dsl.support.Consumer; class in my project
as i am migrating to 2.0.9 as a 2nd step i am facing issue that cannot find symbol import org.springframework.integration.dsl.support.Consumer;
when I search , i find the migration guide on below link [(https://github.com/spring-projects/spring-integration/wiki/Spring-Integration-4.3-to-5.0-Migration-Guide#java-dsl)] but for the package which I am using as this (org.springframework.integration.dsl.support). I could not find any replacement package or class.
can any one please help me.
I am feeling as the bold statement as incomplete below, is it so? he following classes have been moved : All the classes from org.springframework.integration.dsl.core to org.springframework.integration.dsl.
From org.springframework.integration.dsl.support:
the Java 8 functions (Consumer, Function etc.) have been removed in favor of java.util.function package classes Transformers to the org.springframework.integration.dsl; BeanNameMessageProcessor to the org.springframework.integration.handler;
Comment From: wilkinsona
Thanks for getting in touch but the Spring Boot issue tracker isn't a good place to ask questions about Spring Integration which is managed as a separate project. You may want to ask on Gitter or Stack Overflow instead.