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

Adjust AbstractJdbcConfiguration so it does not require proxying [DATAJDBC-339] #560

Closed
spring-projects-issues opened this issue Mar 12, 2019 · 1 comment
Assignees
Labels
type: task A general task

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAJDBC-339 and commented

We should adjust  to AbstractJdbcConfiguration use @Configuration(proxyBeanMethods=false) to avoid proxying.

Proxying is required when calling instance methods to resolve beans. As alternative, we can use method injection or perform lookups within the config class (e.g. direct usage of ApplicationContext)


No further details from DATAJDBC-339

@schauder
Copy link
Contributor

schauder commented Oct 2, 2024

This was resolved by 0d20e4b

@schauder schauder closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants