spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)

Results 172 spring-integration issues
Sort by recently updated
recently updated
newest added

**In what version(s) of Spring Integration are you seeing this issue?** springBootVersion=2.5.3 springCloudVersion=2020.0.3 springCloudAWSVersion=2.2.6.RELEASE springSessionCoreVersion=2.5.1 springIntegrationVersion=5.2.2 **Describe the bug** I'm not sure if this is a bug for the Spring...

status: waiting-for-reporter

Currently: ``` if (replyTopic == null) { if (this.replyTopicsAndPartitions.size() == 1) { replyTopic = getSingleReplyTopic(); } else { throw new IllegalStateException("No reply topic header and no default reply topic can...

type: enhancement
in: Kafka

Fixes https://github.com/spring-projects/spring-integration/issues/3103 * Add an `io.cloudevents:cloudevents-api` optional dependency * Introduce a `HeaderMapper` and `Marshallers` in the `support.cloudevents` to marshal `CloudEvent` instances * Introduce a `ToCloudEventTransformer` to build a `CloudEvent` instance...

**In what version(s) of Spring Integration are you seeing this issue?** 5.4.3 **Describe the bug** There is no consistency between DSL and XML config for the order of subscribers on...

type: enhancement
in: core

Current default (and only) implementation of `LockRepository` based on JDBC (`DefaultLockRepository`) allows to set static TTL for all locks, controlled by this repository. But not all locks are equal. Some...

type: enhancement
in: jdbc
in: redis
in: gemfire

See more info here: https://github.com/spring-projects/spring-integration/pull/3514#discussion_r595198712

type: enhancement
in: TCP/UDP

Document Enhancement I am new in spring integration and enterprise integration concept. After some search I found that: Spring Integration is **point to point** integration not a **centralized Enterprise Service...

type: documentation

It should be possible to use the public API of `ChannelMessageStore` to get access to stored messages without consuming those messages. The current implementation always yields an empty message group:...

type: enhancement
in: jdbc
in: redis

Something like `list(String path, boolean recurse)` to `Session` would be a good API delegated from the `AbstractInboundFileSynchronizer.transferFilesFromRemoteToLocal()` when we would like to deal not only with the top-level files in...

type: enhancement
in: sftp
in: ftp