mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +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