Registry / messaging / spring-integration-core

spring-integration-core

JSON →
library7.0.4javamavenunverified

Spring Integration Core provides the fundamental components for building enterprise integration solutions.

<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>7.0.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INTEGRATION
S
spring-integration-core
messagingjavav7.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntegrationFlow
org.springframework.integration.dsl.IntegrationFlow

Defining a simple integration flow.

import org.springframework.integration.dsl.IntegrationFlow; import org.springframework.integration.dsl.IntegrationFlows; public class Example { public static void main(String[] args) { IntegrationFlow flow = IntegrationFlows.from("input") .handle(m -> System.out.println(m.getPayload())) .get(); System.out.println("Flow defined"); } }
Debug
Known issues
breakingSpring Integration 7.x requires Spring Framework 6.x and Java 17+.
fix
Ensure your project uses compatible Spring and Java versions.
affects: >=7.0.0
Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
spring-integration-core — mvn dependency:get spring-integration-core · libregistry