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

chore: split token-core into token-lib #4572

Merged

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Oct 22, 2024

What this PR changes/adds

adds a token-lib module that contains rules and services, and leaves the extension in token-core.

Why it does that

better modularization

Further notes

  • this is a breaking change, as it changes the module composition
  • use token-lib if you require the rules, or services
  • use token-core in a runtime/launcher

Linked Issue(s)

Closes #4389

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

@paullatzelsperger paullatzelsperger added refactoring Cleaning up code and dependencies breaking-change Will require manual intervention for version update labels Oct 22, 2024
@paullatzelsperger paullatzelsperger marked this pull request as ready for review October 22, 2024 12:15
@paullatzelsperger paullatzelsperger merged commit 0627e14 into eclipse-edc:main Oct 23, 2024
21 checks passed
@paullatzelsperger paullatzelsperger deleted the chore/split_token-core branch October 23, 2024 13:07
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.

Remove references to core:common:token-core
2 participants