yannbriancon / spring-hibernate-query-utils

Library giving tools to detect N+1 queries and count the queries generated with Spring and Hibernate
MIT License
135 stars 15 forks source link

HibernateQueryInterceptor cannot be wired for Spring Boot 3. #32

Open davewingate opened 9 months ago

davewingate commented 9 months ago

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 commented 2 months ago

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