Allow <jdbc:embedded-database /> to be declared as an anonymous bean [SPR-12834] #17431
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
in: test
Issues in the test module
type: enhancement
A general enhancement
Milestone
Sam Brannen opened SPR-12834 and commented
Status Quo
Currently,
<jdbc:embedded-database />
cannot be declared without specifying anid
. However, when theDataSource
is autowired by type, an explicitid
is not absolutely necessary.Deliverables
<jdbc:embedded-database />
to be declared as an anonymous beanAffects: 3.0 GA
Issue Links:
Referenced from: commits 7e2f12c
The text was updated successfully, but these errors were encountered: