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

HibernateQueryInterceptor cannot be wired for Spring Boot 3. #32

Open
davewingate opened this issue Feb 22, 2024 · 1 comment
Open

HibernateQueryInterceptor cannot be wired for Spring Boot 3. #32

davewingate opened this issue Feb 22, 2024 · 1 comment

Comments

@davewingate
Copy link

Upon updating to Spring Boot 3, I noticed that I'm no longer able to autowire in an instance of HibernateQueryInterceptor

@Autowired private HibernateQueryInterceptor hibernateQueryInterceptor;

Would you be open to a PR that adds a src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports file indicating that com.yannbriancon.config.HibernatePropertiesConfig should be auto-imported?

@do6po
Copy link

do6po commented Oct 2, 2024

@davewingate can we solve that problem by configuration without PR in our projects?

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

No branches or pull requests

2 participants