mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3d2bde7156
This commit updates the Spr8849Tests test suite to include XML configuration that guarantees that a unique database name is always automatically generated (via the new 'generate-name' attribute that was introduced in SPR-8849) while reusing the same bean name (i.e., 'dataSource'). Issue: SPR-8849