Skip to content

Support configuration of connection URL via EmbeddedDatabaseBuilder [SPR-16619] #21160

Closed
@spring-projects-issues

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions