Skip to content

Split JPA Outbound Gateway into "updating-outbound-gateway" and "retrieving-outbound-gateway" [INT-2582] #6565

@spring-operator

Description

@spring-operator

Gunnar Hillert opened INT-2582 and commented

The JPA Outbound Gateway currently has an attribute gateway-type. The type value will trigger different methods being called in the underlying JpaExecutor class. Each of those 2 method calls has (with overlap) a different set of attributes.

Therefore, in order to make the configuration much clearer, split the namespace definition into 2 components:

<int-jpa:updating-outbound-gateway />

Unique properties:

  • persistMode

<int-jpa:retrieving-outbound-gateway />

Unique properties:

  • deleteAfterPoll
  • expectSingleResult
  • deletePerRow

Affects: 2.2 M1

Sub-tasks:

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions