H2EmbeddedDatabaseConfigurer is not public or protected 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 configures public.
Affects: 4.3.13, 5.0.4
The text was updated successfully, but these errors were encountered:
Dan Lipofsky opened SPR-16619 and commented
H2EmbeddedDatabaseConfigurer
is not public or protected so I can't extend it, and even if I couldEmbeddedDatabaseBuilder
does not have a pass-through method to set the configurer on the underlyingEmbeddedDatabaseFactory
.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 configures public.
Affects: 4.3.13, 5.0.4
The text was updated successfully, but these errors were encountered: