Previously, the `spring.datasource.name` property was ignored when Spring Boot configures an embedded data source with a connection pool. `EmbeddedDatabaseConnection` is now aligned to the purely embedded case to take that property into account. Closes gh-4586