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

feat: add config injection annotations #75

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

This pr introduces two new annotations that are needed for configuration injection, and it updates the @Setting annotation.

Why it does that

preparatory work for eclipse-edc/Connector#4610

Further notes

  • I did think about re-using @Setting in lieu of @Configuration, but that would have made code paths in the autodoc processor more complicated and hard to understand

Linked Issue(s)

Contributes to eclipse-edc/Connector#4610

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

@paullatzelsperger paullatzelsperger added documentation Improvements or additions to documentation enhancement New feature or request build labels Nov 8, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.

gradle/libs.versions.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@jimmarino jimmarino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggested wording change.

Co-authored-by: Jim Marino <[email protected]>
@paullatzelsperger paullatzelsperger merged commit 041ba5a into eclipse-edc:main Nov 8, 2024
9 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/add_configuration_injection_annotations branch November 8, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants