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 sql-lib and sql-testfixtures modules #4653

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Dec 2, 2024

What this PR changes/adds

Extracts sql-lib and sql-testfixtures modules.

BREAKING CHANGE: if you are relying to sql-core module you should switch to:

  • sql-lib to get libraries to get able to implement you own SQL module
  • sql-test-fixtures to get utilities to test your SQL module

Why it does that

Improve testing, avoid "extensions depending on other extensions"

Further notes

Linked Issue(s)

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt merged commit ebd43aa into eclipse-edc:main Dec 3, 2024
21 checks passed
@ndr-brt ndr-brt deleted the extract-sql-lib branch December 3, 2024 16:01
@ndr-brt ndr-brt added the breaking-change Will require manual intervention for version update label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will require manual intervention for version update refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants