Skip to content
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

Make private method in TransactionAwareConnectionFactoryProxy to match TransactionAwareDataSource [SPR-6438] #11104

Closed
spring-projects-issues opened this issue Nov 24, 2009 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Dave Syer opened SPR-6438 and commented

Make private method in TransactionAwareConnectionFactoryProxy to match TransactionAwareDataSource. The latter has a protected method getTransactionAwareConnectionProxy() but the former's equivalent is private. It's actually a pretty important extension point, and I want to use it. Actually I want to override getCloseSuppressingSessionProxy(), so that would be more useful if it were protected.


Affects: 2.5.6

Referenced from: commits fce0361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants