-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Weld] Document the need for a beans.xml per source root #923
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
Conversation
Signed-off-by: Harald Albers <github@albersweb.de>
159ec4c
to
74325ea
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
Just to pruduce some activity so that this issue won't be closed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
Just to pruduce some activity so that this issue won't be closed. |
Hi @albers, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
@albers I realize this is almost 3 years over due this was a useful contribution! |
@aslakhellesoy Thanks very much for adding me to the organisation. I appreciate this very much. I use Cucumber frequently, so being involved really makes sense to me. |
Glad to have you on board @albers! |
Hello @albers, please consider joining us on Slack and/or the mailing list (if you haven't already). You can find more info here: https://cucumber.io/support |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
For injecting classes from
src/main/java
into glue code insrc/test/java
, twobeans.xml
files are required.This is not trivial and should be documented in order to avoid confusion.
This PR adds documentation about where to place the
beans.xml
for selected injection scenarios.