INT-4158: Port Java DSL for JPA Module
JIRA: https://jira.spring.io/browse/INT-4158 * Add JavaDocs * De-Boot `JpaDslTests` * Fix typos and generics inconsistency in the `JpaOutboundGatewayFactoryBean` Address PR comments * Get rid of `JpaOutboundGatewayFactoryBean` usage in the `JpaBaseOutboundEndpointSpec` * Rework `JpaBaseOutboundEndpointSpec` and its inheritors logic to use `JpaOutboundGateway` directly * Rename to the `JpaTests` * Fix JavaDoc in the `IntegrationFlowDefinition` * Do not use `jpaParameters` in the `JpaExecutor` if it is empty collection, not only null
This commit is contained in:
committed by
Gary Russell
parent
3035bc716d
commit
1bba73fc06
@@ -2761,6 +2761,7 @@ public abstract class IntegrationFlowDefinition<B extends IntegrationFlowDefinit
|
||||
|
||||
/**
|
||||
* Represent an Integration Flow as a Reactive Streams {@link Publisher} bean.
|
||||
* @param <T> the expected {@code payload} type
|
||||
* @return the Reactive Streams {@link Publisher}
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
||||
Reference in New Issue
Block a user