mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
This commit allows wrapping the auto-configured pooled DataSource in a proxy that fetches connections as late as possible. JMX registration of the underlying pool is preserved. Closes gh-15480