Skip to content
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

Refactor extract ebean-ddlgen module. In future this module would expected to be a test only dependency #2074

Closed
rbygrave opened this issue Oct 9, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@rbygrave
Copy link
Member

rbygrave commented Oct 9, 2020

Moves the DDL generation for both "drop-all/create-all" and DB migration generation into it's own module. Initially this will be included as a dependency of ebean (our top level composite) but in a future release this will instead ONLY be a dependency of ebean-test - so only a test scope dependency.

This is because we typically only need to generate DDL for testing purposes and for to generate DB migrations (which is also typically test scope).

Applications wanting to use DDL generation at runtime (in a deployed application) would then explicitly include this dependency as a compile scope dependency.

@rbygrave rbygrave added this to the 12.4.3 milestone Oct 9, 2020
@rbygrave rbygrave self-assigned this Oct 9, 2020
rbygrave added a commit that referenced this issue Oct 12, 2020
…ould expected to be a test only dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant