-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Cdi2] Correctly cast the UnmanagedInstance values #2244
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2244 +/- ##
============================================
+ Coverage 82.97% 82.98% +0.01%
Complexity 2339 2339
============================================
Files 307 307
Lines 8324 8324
Branches 768 768
============================================
+ Hits 6907 6908 +1
Misses 1111 1111
+ Partials 306 305 -1
Continue to review full report at Codecov.
|
Hi @dcendents, 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, |
@aslakhellesoy Thanks, this is unexpected and a very open way to make open source projects. I'll join the slack channel and introduce myself. |
Fixes #2242
Added a test first to reproduce the problem along with an exclusion in beans.xml to force the Step class to be loaded as an UnmanagedInstance.