You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should probably just be "related-to" a new issue for refactoring the relationship between Poller and endpoint. TX should be an optional choice for the Poller instance.
Dependency on spring-tx is now optional. There was also some refactoriung done on transaction support overall. It now uses TransactionInterceptor to decorate the Poller if transaction attributes were defined. Either way Poller is completely unaware of spring-TX.
Dave Syer opened INT-1371 and commented
AbstractPollingEndpoint forces all Spring Integration users to have spring-tx on the classpath even if it isn't used explicitly
Affects: 2.0 M6
Sub-tasks:
Issue Links:
Refactor the relationship between Poller and endpoint [INT-1451] #5447 Refactor the relationship between Poller and endpoint
Refactor Pollers to AOP-based structure [INT-1466] #5463 Refactor Pollers to AOP-based structure
The text was updated successfully, but these errors were encountered: