Is your feature request related to a problem? Please describe.
In spring boot 4 the structure of packages has been changed and there is a modularization.
In the spring boot autoconfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration is referenced in JdbcInstrumentationAutoConfiguration. This is now moved to the org.springframework.boot.jdbc.autoconfigure package.
Describe the solution you'd like
In november Spring Boot 4 is scheduled to release. It would be good if by then there's support for the changed packages.
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Is your feature request related to a problem? Please describe.
In spring boot 4 the structure of packages has been changed and there is a modularization.
In the spring boot autoconfiguration,
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationis referenced in JdbcInstrumentationAutoConfiguration. This is now moved to theorg.springframework.boot.jdbc.autoconfigurepackage.Describe the solution you'd like
In november Spring Boot 4 is scheduled to release. It would be good if by then there's support for the changed packages.
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.