Skip to content

Configurability enhancements for duality view builder component #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
anders-swanson opened this issue Jun 5, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@anders-swanson
Copy link
Member

Update the configuration of the duality view builder component to account for existing schemas not managed by JPA:

  1. Make the duality view builder a @bean so Spring Boot apps can override it with @primary. Currently it is a final @component
  2. If JPA ddl-auto settings are present, use those
  3. If custom DV ddl-auto settings are present (which must be introduced as a configuration properties), use this over JPA ddl-auto
@anders-swanson anders-swanson self-assigned this Jun 5, 2025
@anders-swanson anders-swanson added the enhancement New feature or request label Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant