Skip to content

Support Spring Integration Java DSL  #5528

@joshlong

Description

@joshlong

the Spring Boot Spring Integration starter oddly brings in adapters for stream and file (which, you don't need necessarily and may never use!) but doesn't bring in the Spring Integration Java DSL. This is very confusing.

At a minimum, please also bring in the Java DSL and - in the next major version perhaps - remove the crazy unnecessary Spring Integration Adapters. There are dozens of adapters in Spring Integration and no body knows which particular one they'll need but the can bring all of them by following the pattern org.springframework.integration : spring-integration-$SUPPORTED_TECH : spring-integration.version but the Java DSL doesn't share the same version as the rest of Spring Integration, so it would benefit from being in there and having its own property.

Also, the Spring Integration dependencies fro the Spring Integration project itself are already available unqualified thanks to the Spring Integration BOM. The Java DSL isn't.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions