Skip to content

Dependency on spring-tx should be optional [INT-1371] #5369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-operator opened this issue Aug 25, 2010 · 2 comments
Closed

Dependency on spring-tx should be optional [INT-1371] #5369

spring-operator opened this issue Aug 25, 2010 · 2 comments

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Aug 25, 2010

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:

@spring-operator
Copy link
Contributor Author

Mark Fisher commented

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.

@spring-operator
Copy link
Contributor Author

Oleg Zhurakousky commented

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant