Support configuration of connection URL via EmbeddedDatabaseBuilder [SPR-16619] #21160
Closed
Description
Dan Lipofsky opened SPR-16619 and commented
H2EmbeddedDatabaseConfigurer
is not public. So I can't extend it, and even if I could EmbeddedDatabaseBuilder
does not have a pass-through method to set the configurer on the underlying EmbeddedDatabaseFactory
.
All I really want to do is change the URL flags in H2EmbeddedDatabaseConfigurer
but there is no way to do it.
Please please add a pass-through method to the builder to set the configurer on the factory and also make the existing configurers public.
Affects: 4.3.13, 5.0.4
Activity