Skip to content

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

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions